mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 03:41:27 +00:00
Fix togglex: handle filenames with spaces
This commit is contained in:
parent
fc3a247c31
commit
9946b37177
|
@ -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…
Reference in a new issue