From: adilger Date: Tue, 29 Mar 2005 20:09:03 +0000 (+0000) Subject: Branch: b1_4 X-Git-Tag: 1.3.4~18 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=78c99153146f26dd15174ceff7f15acdf58dc52f;p=fs%2Flustre-release.git Branch: b1_4 Ignore backup series files. --- diff --git a/build/confirmpatches.sh b/build/confirmpatches.sh index 18016c6..c9cb699 100644 --- a/build/confirmpatches.sh +++ b/build/confirmpatches.sh @@ -1,6 +1,6 @@ SERIESPATH=./series PATCHESPATH=./patches -for SERIES in `ls $SERIESPATH | grep -v CVS` ; do +for SERIES in `ls $SERIESPATH | egrep -v "CVS|~$|.orig"` ; do #echo $SERIES for PATCH in `cat $SERIESPATH/$SERIES`; do #echo $PATCH