gunnar: server/kolabd/kolabd/namespace/libexec generatefb.in, 1.2, 1.3

cvs at kolab.org cvs at kolab.org
Wed Feb 6 16:07:58 CET 2008


Author: gunnar

Update of /kolabrepository/server/kolabd/kolabd/namespace/libexec
In directory doto:/tmp/cvs-serv32039

Modified Files:
	generatefb.in 
Log Message:
Syntax fixes.

Index: generatefb.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/namespace/libexec/generatefb.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- generatefb.in	6 Feb 2008 11:24:23 -0000	1.2
+++ generatefb.in	6 Feb 2008 15:07:56 -0000	1.3
@@ -57,9 +57,9 @@
     esac
 done
 
-/* Password must be supplied */
-if [ -n "CLI_PASS" ]; then
-    usage();
+# Password must be supplied
+if [ -z "$CLI_PASS" ]; then
+    usage()
 fi
 
 php -c @phpini_dir@/php.ini @freebusy_confdir@/generatefb.php





More information about the commits mailing list