From: mwolson_admin Date: Tue, 27 May 2008 04:56:34 +0000 (-0400) Subject: listnew: Fix typo. X-Git-Url: http://git.hcoop.net/clinton/scripts.git/commitdiff_plain/cb661c39dad89af863f0e242e5a52d2c0e058ff6?hp=2f52b40a2ebfbd4be690f9883398bc2f04af2d8a listnew: Fix typo. --- 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