mtd/patches patchin.sh,1.29,1.30
David Woodhouse
dwmw2 at infradead.org
Sat Nov 20 03:47:33 EST 2004
Update of /home/cvs/mtd/patches
In directory phoenix.infradead.org:/tmp/cvs-serv16344
Modified Files:
patchin.sh
Log Message:
rm -f
Index: patchin.sh
===================================================================
RCS file: /home/cvs/mtd/patches/patchin.sh,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- patchin.sh 16 Nov 2004 11:30:04 -0000 1.29
+++ patchin.sh 20 Nov 2004 08:47:31 -0000 1.30
@@ -95,7 +95,7 @@
FILES=`ls $PATCH_FILES 2>/dev/null`
if [ "$BK" = "yes" -a -d $LINUXDIR/$DIR/SCCS ]; then
pushd $LINUXDIR/$DIR
- rm $FILES
+ rm -f $FILES
bk co -ql $FILES
popd
fi
More information about the linux-mtd-cvs
mailing list