thomas: server install-kolab.sh,1.34,1.35

cvs at kolab.org cvs at kolab.org
Fri Jul 4 17:59:13 CEST 2008


Author: thomas

Update of /kolabrepository/server
In directory doto:/tmp/cvs-serv15499

Modified Files:
	install-kolab.sh 
Log Message:
install-kolab.sh: Removed options F/H/i from getopts call


Index: install-kolab.sh
===================================================================
RCS file: /kolabrepository/server/install-kolab.sh,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- install-kolab.sh	4 Jul 2008 15:26:23 -0000	1.34
+++ install-kolab.sh	4 Jul 2008 15:59:11 -0000	1.35
@@ -80,7 +80,7 @@
   find "$SRCDIR" -mindepth 1 -maxdepth 1 -name "*.rpm" \! -name "openpkg-2*.rpm" -exec ln -sf '{}' "$WORKDIR" \;
 }
 
-while getopts hcBXEFHi:V:p:I:u:t:O: ARGS; do
+while getopts hcBXE:V:p:I:u:t:O: ARGS; do
     case $ARGS in
         h) # Display help
             usage





More information about the commits mailing list