Index: openacs-4/packages/acs-lang/bin/check-catalog.sh =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/bin/check-catalog.sh,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/acs-lang/bin/check-catalog.sh 29 Oct 2002 17:58:27 -0000 1.5 +++ openacs-4/packages/acs-lang/bin/check-catalog.sh 1 Nov 2002 20:53:11 -0000 1.6 @@ -34,21 +34,23 @@ # Check that all message lookups in tcl files have entries in the message catalog for tcl_message_key in $(find -iname '*.tcl'|xargs ${script_path}/mygrep \ - '(?ms)\[_\s+(?:\[ad_conn locale\]\s+)?"?${package_key}\.([a-zA-Z0-9_\.]+)"?') + "(?ms)\[_\s+(?:\[ad_conn locale\]\s+)?\"?${package_key}\.([a-zA-Z0-9_\.]+)\"?") do - grep -L $tcl_message_key catalog/${package_key}.en_US.ISO-8859-1.xml \ + egrep -q "