Sfoglia il codice sorgente

Fix togglex: handle filenames with spaces

master
Arun Prakash Jana 4 anni fa
parent
commit
9946b37177
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: A75979F35C080412
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      plugins/togglex

+ 1
- 1
plugins/togglex Vedi File

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

Loading…
Annulla
Salva