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