-i patch -> Patch
[claws.git] / commitHelper
index b55d974c58ff93c23df4b4dd0e135640a9010da6..1ce3b7470d5b1c2436e9412bb0d22bc11e4c96b1 100644 (file)
@@ -16,7 +16,7 @@ filelist=`cvs status $@ configure.ac 2>/dev/null |grep ^File`
 for file in $filelist; do
        merge=`echo $file | grep Merge`
        modif=`echo $file | grep Locally`
-       patch=`echo $file | grep -i patch`
+       patch=`echo $file | grep Patch`
        if [ "$patch" != "" ]; then
                echo $patch 
                echo You have to update first