svn commit: samba-web r1080 - in trunk/patches: .

jerry at samba.org jerry at samba.org
Fri Feb 9 14:01:32 GMT 2007


Author: jerry
Date: 2007-02-09 14:01:32 +0000 (Fri, 09 Feb 2007)
New Revision: 1080

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

Log:
fix error in fetch-patches script
Modified:
   trunk/patches/fetch-patches


Changeset:
Modified: trunk/patches/fetch-patches
===================================================================
--- trunk/patches/fetch-patches	2007-02-09 13:56:44 UTC (rev 1079)
+++ trunk/patches/fetch-patches	2007-02-09 14:01:32 UTC (rev 1080)
@@ -26,13 +26,11 @@
 
 SERIES_FILE="series"
 
-
 # Path to the series file and patches
 test "${PATCH_DIR}" || \
 	PATCH_DIR="http://www.samba.org/samba/patches/patches"
 
 if test "$1" ; then 
-    SERIES_FILE="series-$1"
     PATCH_DIR="http://www.samba.org/samba/patches/patches-$1"
 fi
 



More information about the samba-cvs mailing list