diff options
Diffstat (limited to 'release/scripts/src-install.sh')
-rwxr-xr-x | release/scripts/src-install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/release/scripts/src-install.sh b/release/scripts/src-install.sh index 91e83f4..32e667f 100755 --- a/release/scripts/src-install.sh +++ b/release/scripts/src-install.sh @@ -1,5 +1,8 @@ #!/bin/sh # +# $FreeBSD$ +# + if [ "`id -u`" != "0" ]; then echo "Sorry, this must be done as root." exit 1 |