ソースを参照
Fix togglex: handle filenames with spaces
master
Arun Prakash Jana
4年前
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: A75979F35C080412
-
plugins/togglex
|
|
@@ -17,4 +17,4 @@ if [ ! -s "$selection" ]; then |
|
|
|
exit |
|
|
|
fi |
|
|
|
|
|
|
|
xargs -0 -I {} sh -c 'if [ -x {} ] ; then chmod -x {} ; else chmod +x {} ; fi' < "$selection" |
|
|
|
xargs -0 -I {} sh -c 'if [ -x "{}" ] ; then chmod -x "{}" ; else chmod +x "{}" ; fi' < "$selection" |