From 44869986ca989349c4df098f70d3f15274e7e9ce Mon Sep 17 00:00:00 2001 From: Mathieu Malaterre Date: Wed, 25 Jan 2006 15:54:10 +0000 Subject: [PATCH] BUG: Try to fix the shell script --- CVSROOT/checkCtrlM | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CVSROOT/checkCtrlM b/CVSROOT/checkCtrlM index 8aa532c6..653d74c3 100755 --- a/CVSROOT/checkCtrlM +++ b/CVSROOT/checkCtrlM @@ -17,9 +17,7 @@ shift 1 for file in "$@"; do # # select files with extentions .txx, .cxx, .h, .html, .htm, .c, .txt, .cmake - match=`echo $file | egrep - -\[\.\]txx\$\|\[\.\]cxx\$\|\[\.\]h\$\|\[\.\]html\$\|\[\.\]htm\$\|\[\.\]c\$\|\[\.\]txt\$\|\[\.\]cmake\$` + match=`echo $file | egrep \[\.\]txx\$\|\[\.\]cxx\$\|\[\.\]h\$\|\[\.\]html\$\|\[\.\]htm\$\|\[\.\]c\$\|\[\.\]txt\$\|\[\.\]cmake\$` if [ "x$match" != "x" ] ; then count=`grep -n \$ /dev/null $file|wc -c` -- 2.30.2