thomas: server install-kolab.sh,1.40,1.41

cvs at kolab.org cvs at kolab.org
Wed Jul 9 22:58:27 CEST 2008


Author: thomas

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

Modified Files:
	install-kolab.sh 
Log Message:
Drop -s flag for shtool it was originally added as a flag for sh.


Index: install-kolab.sh
===================================================================
RCS file: /kolabrepository/server/install-kolab.sh,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- install-kolab.sh	9 Jul 2008 15:07:04 -0000	1.40
+++ install-kolab.sh	9 Jul 2008 20:58:25 -0000	1.41
@@ -70,7 +70,7 @@
 
 shtool_get_plattag() {
   [ -f shtool ] || sh "$INSTALLER" -t | tar xf - shtool
-  echo `sh shtool -s platform --type=binary`-$TAG
+  echo `sh shtool platform --type=binary`-$TAG
 }
 
 populate_workdir() {





More information about the commits mailing list