From 78c99153146f26dd15174ceff7f15acdf58dc52f Mon Sep 17 00:00:00 2001
From: adilger <adilger>
Date: Tue, 29 Mar 2005 20:09:03 +0000
Subject: [PATCH] Branch: b1_4 Ignore backup series files.

---
 build/confirmpatches.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/confirmpatches.sh b/build/confirmpatches.sh
index 18016c6bf6..c9cb6993c9 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
-- 
GitLab