+2005-10-01 Bruno Haible <bruno@clisp.org>
+
+ * msgcat-stringtable-1: Update 2005-07-16 patch after the error message
+ changed.
+
2005-10-01 Bruno Haible <bruno@clisp.org>
* msgattrib-10: Update for changed behaviour of msgattrib.
LC_MESSAGES=C LC_ALL= \
${MSGCAT} --stringtable-input mcat-s-1.in -o mcat-s-1.out >mcat-s-1.err 2>&1
result=$?
-cat mcat-s-1.err | grep -v 'msgcat: internationalized messages'
+cat mcat-s-1.err | grep -v ': internationalized messages'
test $result = 0 || { rm -fr $tmpfiles; exit 1; }
tmpfiles="$tmpfiles mcat-s-1.ok"