summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/uchroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/uchroot b/scripts/uchroot
index 576c88e..ad6b9c3 100755
--- a/scripts/uchroot
+++ b/scripts/uchroot
@@ -10,7 +10,7 @@ set -e
}
if [ "$(id -u)" != "0" ]; then
- exec uroot "$0" "$@"
+ exec uroot --binfmt "$0" "$@"
fi
###############################################################