Arun Prakash Jana
hace 4 años
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: A75979F35C080412
Se han
modificado 1 ficheros con
1 adiciones y
1 borrados
-
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" |