From 6e3c07b70a1f3082afa2115ccac790d859d83b7b Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Wed, 16 Oct 2024 02:21:17 +0200 Subject: checkpoint --- bin/common/cx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/common/cx') 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" -- cgit v1.2.3