hcoop-backup: Keep track of date.
[clinton/scripts.git] / listnew
diff --git a/listnew b/listnew
index dfb6c3c..9040cc7 100755 (executable)
--- 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