diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-16 02:21:17 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-16 02:21:17 +0200 |
commit | 6e3c07b70a1f3082afa2115ccac790d859d83b7b (patch) | |
tree | 4157e3ba11442b40a3a2fbf0092526df988362cc /bin/common/cx | |
parent | 4a58b30d435ba8560f933a7629e820a3d4e81487 (diff) |
checkpoint
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" |