Parcourir la source

Fix togglex: handle filenames with spaces

master
Arun Prakash Jana il y a 4 ans
Parent
révision
9946b37177
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: A75979F35C080412
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      plugins/togglex

+ 1
- 1
plugins/togglex Voir le fichier

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

Chargement…
Annuler
Enregistrer