git-migration: msgconv.sh - remove debug

glen glen at pld-linux.org
Sat Feb 5 15:02:47 CET 2011


Author: glen                         Date: Sat Feb  5 14:02:47 2011 GMT
Module: git-migration                 Tag: HEAD
---- Log message:
- remove debug

---- Files affected:
git-migration:
   msgconv.sh (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: git-migration/msgconv.sh
diff -u git-migration/msgconv.sh:1.2 git-migration/msgconv.sh:1.3
--- git-migration/msgconv.sh:1.2	Sat Feb  5 14:52:14 2011
+++ git-migration/msgconv.sh	Sat Feb  5 15:02:42 2011
@@ -5,7 +5,7 @@
 # $ git-filter-branch --msg-filter msgconv.sh
 
 s=$(cat)
-if echo "$s" | LC_ALL=C LANG= grep -E '±|æ|ê|³|ñ|ó|¶|¼|¿|¡|Æ|Ê|£|Ñ|Ó|¦|¬|¯'; then
+if echo "$s" | LC_ALL=C LANG= grep -qE '±|æ|ê|³|ñ|ó|¶|¼|¿|¡|Æ|Ê|£|Ñ|Ó|¦|¬|¯'; then
 	echo "$s"  | iconv -flatin2 -tutf8
 else
 	echo "$s"
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/git-migration/msgconv.sh?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list