shithub: werc

Download patch

ref: 1f87295adaecd83764435d69f97dad13b79d56d7
parent: b7d804d9f9f30a761b2df133c947600c0690099b
author: sl <uriel@engel.se.cat-v.org>
date: Fri Feb 13 18:16:56 EST 2009

Fix syntax error.

--- a/bin/aux/addwuser.rc
+++ b/bin/aux/addwuser.rc
@@ -10,7 +10,7 @@
     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