From 1f98c49a68b5c51ed637de84c25fd5d4aec4b1aa Mon Sep 17 00:00:00 2001 From: Uriel Date: Fri, 13 Feb 2009 23:16:56 +0000 Subject: [PATCH] Fix syntax error. --- bin/aux/addwuser.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/aux/addwuser.rc b/bin/aux/addwuser.rc index 8ad5284..d29e9b9 100755 --- a/bin/aux/addwuser.rc +++ b/bin/aux/addwuser.rc @@ -10,7 +10,7 @@ fn usage { exit usage } -if(! test -d etc/users/ +if(! test -d etc/users/) usage 'Run for root of werc installation or set $werc_root' user_name=$1