Add mock configuration for building against the local dnf repository
[utils/utils.git] / cleanexec
index 637de47..c39e465 100755 (executable)
--- a/cleanexec
+++ b/cleanexec
@@ -1,6 +1,6 @@
 #!/bin/bash
 if file "$1" | grep -q executable; then
-       setexec + "$1"
+       chexec + "$1"
 else
-       setexec - "$1"
+       chexec - "$1"
 fi