summaryrefslogtreecommitdiff
path: root/hack/check_root.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hack/check_root.sh')
-rwxr-xr-xhack/check_root.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hack/check_root.sh b/hack/check_root.sh
index 1f53887ff..2489a4edd 100755
--- a/hack/check_root.sh
+++ b/hack/check_root.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
if ! [ $(id -u) = 0 ]; then
- echo "Please run as root! '$@' requires root privileges."
+ echo "Please run as root! '$*' requires root privileges."
exit 1
fi