mtd/patches patchin.sh,1.28,1.29

David Woodhouse dwmw2 at infradead.org
Tue Nov 16 06:30:08 EST 2004


Update of /home/cvs/mtd/patches
In directory phoenix.infradead.org:/tmp/cvs-serv26231

Modified Files:
	patchin.sh 
Log Message:
make bk actually work again

Index: patchin.sh
===================================================================
RCS file: /home/cvs/mtd/patches/patchin.sh,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- patchin.sh	2 Oct 2004 22:14:38 -0000	1.28
+++ patchin.sh	16 Nov 2004 11:30:04 -0000	1.29
@@ -93,8 +93,9 @@
 	mkdir -p $DIR
 	cd $TOPDIR/$DIR
 	FILES=`ls $PATCH_FILES 2>/dev/null`
-	if [ "$BK" = "yes" -a -d $DIR/SCCS ]; then
+	if [ "$BK" = "yes" -a -d $LINUXDIR/$DIR/SCCS ]; then
 	    pushd $LINUXDIR/$DIR
+	    rm $FILES
 	    bk co -ql $FILES
 	    popd
 	fi





More information about the linux-mtd-cvs mailing list