thomas: server install-kolab.sh,1.54.2.11,1.54.2.12

cvs at kolab.org cvs at kolab.org
Thu Dec 17 11:13:40 CET 2009


Author: thomas

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

Modified Files:
      Tag: kolab_2_2_branch
	install-kolab.sh 
Log Message:
minor cleanup


Index: install-kolab.sh
===================================================================
RCS file: /kolabrepository/server/install-kolab.sh,v
retrieving revision 1.54.2.11
retrieving revision 1.54.2.12
diff -u -d -r1.54.2.11 -r1.54.2.12
--- install-kolab.sh	17 Dec 2009 10:12:29 -0000	1.54.2.11
+++ install-kolab.sh	17 Dec 2009 10:13:38 -0000	1.54.2.12
@@ -86,8 +86,8 @@
 
 populate_workdir() {
   if [ -z "$SRCDIR" -o -z "$WORKDIR" ] ; then
-    echo "Source- or working-directory missing." 1>&2 
-    exit 1 
+    echo "Source or working directory missing." 1>&2
+    exit 1
   fi
   cp "$SRCDIR"/openpkg-2*.rpm "$WORKDIR"
   cp "$SRCDIR"/openpkg-*.sh "$WORKDIR"
@@ -104,7 +104,7 @@
       if [ "$element" = "$remove" ] ; then
         delelt="t"
         break
-      fi      
+      fi
     done
     [ "$delelt" ] || newlist="$newlist $element"
   done





More information about the commits mailing list