Whamcloud - gitweb
Branch: b1_4
[fs/lustre-release.git] / build / confirmpatches.sh
index 18016c6..c9cb699 100644 (file)
@@ -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