Pārlūkot izejas kodu

Fix togglex: handle filenames with spaces

master
Arun Prakash Jana pirms 4 gadiem
vecāks
revīzija
9946b37177
Šim parakstam datu bāzē netika atrasta zināma atslēga GPG atslēgas ID: A75979F35C080412
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      plugins/togglex

+ 1
- 1
plugins/togglex Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt