ソースを参照

Fix togglex: handle filenames with spaces

master
Arun Prakash Jana 4年前
コミット
9946b37177
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: A75979F35C080412
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      plugins/togglex

+ 1
- 1
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"

読み込み中…
キャンセル
保存