svn commit: samba r13644 - branches/SAMBA_3_0/source/script trunk/source/script

lmuelle at samba.org lmuelle at samba.org
Thu Feb 23 01:38:01 GMT 2006


Author: lmuelle
Date: 2006-02-23 01:38:00 +0000 (Thu, 23 Feb 2006)
New Revision: 13644

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13644

Log:
Do not shift anything inside the for loop away.  We ineterate over $@.

Modified:
   branches/SAMBA_3_0/source/script/installdirs.sh
   trunk/source/script/installdirs.sh


Changeset:
Modified: branches/SAMBA_3_0/source/script/installdirs.sh
===================================================================
--- branches/SAMBA_3_0/source/script/installdirs.sh	2006-02-23 01:05:51 UTC (rev 13643)
+++ branches/SAMBA_3_0/source/script/installdirs.sh	2006-02-23 01:38:00 UTC (rev 13644)
@@ -15,9 +15,4 @@
 		echo "Failed to make directory $DESTDIR/$DIRNAME "
 		exit 1
 	fi
-
-	shift;
 done
-
-
-

Modified: trunk/source/script/installdirs.sh
===================================================================
--- trunk/source/script/installdirs.sh	2006-02-23 01:05:51 UTC (rev 13643)
+++ trunk/source/script/installdirs.sh	2006-02-23 01:38:00 UTC (rev 13644)
@@ -15,9 +15,4 @@
 		echo "Failed to make directory $DESTDIR/$DIRNAME "
 		exit 1
 	fi
-
-	shift;
 done
-
-
-



More information about the samba-cvs mailing list