]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix output.
authorBruno Haible <bruno@clisp.org>
Tue, 21 May 2002 18:33:33 +0000 (18:33 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:07:59 +0000 (12:07 +0200)
tests/ChangeLog
tests/lang-gawk

index e2d6a995ba5a515b061e765d9e9ec78fb062e935..a4c992a0264a1aefa100f1123b5f60955cb152e2 100644 (file)
@@ -1,3 +1,7 @@
+2002-05-19  Bruno Haible  <bruno@clisp.org>
+
+       * lang-gawk: Fix SKIP message.
+
 2002-05-16  Bruno Haible  <bruno@clisp.org>
 
        * lang-tcl: Explicitly invoke 'format', don't assume that ::msgcat::mc
index 3756db471a20fb5dd693c44afc87a4474d23bf31..97beef5c3fb15940826e37b9b1a67c8eb7680628 100755 (executable)
@@ -83,10 +83,10 @@ ${MSGFMT} -o fr/LC_MESSAGES/prog.mo fr.po
 
 # Test for presence of gawk version 3.1.1 or newer.
 (gawk --version) >/dev/null 2>/dev/null \
-  || { echo "SKIP: lang-awk"; rm -fr $tmpfiles; exit 77; }
+  || { echo "SKIP: lang-gawk"; rm -fr $tmpfiles; exit 77; }
 case `gawk --version 2>&1 | sed -e 's/^[^0-9]*//'` in
   0.* | 1.* | 2.* | 3.0* | 3.1.0*)
-    echo "SKIP: lang-awk"; rm -fr $tmpfiles; exit 77;;
+    echo "SKIP: lang-gawk"; rm -fr $tmpfiles; exit 77;;
 esac
 
 tmpfiles="$tmpfiles prog.ok prog.out"