diff options
Diffstat (limited to 'bin/common/cx')
| -rwxr-xr-x | bin/common/cx | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/common/cx b/bin/common/cx index 88fb817..cbabaaf 100755 --- a/bin/common/cx +++ b/bin/common/cx @@ -1,2 +1,2 @@  #!/bin/sh -[ -x "$1" ] && chmod -x "$1" || chmod +x "$1" +[ -x "$1" ] && chmod u-x "$1" || chmod u+x "$1"  | 
