Przeglądaj źródła

Fix togglex: handle filenames with spaces

master
Arun Prakash Jana 4 lat temu
rodzic
commit
9946b37177
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: A75979F35C080412
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      plugins/togglex

+ 1
- 1
plugins/togglex Wyświetl plik

@@ -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"

Ładowanie…
Anuluj
Zapisz