commit b9de080cdb5045bb41863f356feb844a443d482a parent 69532217f277317abb24d3a13fb8a6f77bfe278b Author: uriel@soma <unknown> Date: Fri, 13 Feb 2009 23:16:56 +0000 Fix syntax error. Diffstat:
M | bin/aux/addwuser.rc | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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