summaryrefslogtreecommitdiff
path: root/helpers/lh_testroot
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/lh_testroot')
-rwxr-xr-xhelpers/lh_testroot4
1 files changed, 3 insertions, 1 deletions
diff --git a/helpers/lh_testroot b/helpers/lh_testroot
index 6725850..e213ec5 100755
--- a/helpers/lh_testroot
+++ b/helpers/lh_testroot
@@ -1,6 +1,8 @@
#!/bin/sh
-# lh_testroot.sh
+# lh_testroot(1) - ensure that a system is built as root
+
+set -e
# Checking user account
if [ "`id -u`" -ne "0" ]