Fix syntax error.

This commit is contained in:
Uriel 2009-02-13 23:16:56 +00:00
parent e9aacb8ff4
commit 1f98c49a68

View file

@ -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