X-Git-Url: http://git.hcoop.net/clinton/scripts.git/blobdiff_plain/dbc6bd3cb11d746b174d47c0fe3045c5d2138a57..82cda9f8fe4595f243af80a3acef7ea7e8d939a4:/listnew diff --git a/listnew b/listnew index dfb6c3c..9040cc7 100755 --- a/listnew +++ b/listnew @@ -18,7 +18,7 @@ elif test -z "$5"; then echo "Not enough arguments" usage exit 1 -elif "$UID" != "0"; then +elif test "$UID" != "0"; then echo "This program must be run as root" usage exit 1