From: Bruno Haible Date: Mon, 20 Oct 2003 10:01:19 +0000 (+0000) Subject: Fix mistake in comment. X-Git-Tag: v0.13~205 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1692d883a239f321d63b072bf84ff66afc55ddce;p=thirdparty%2Fgettext.git Fix mistake in comment. --- diff --git a/gettext-tools/tests/lang-php b/gettext-tools/tests/lang-php index d89c394c3..8d2d17469 100755 --- a/gettext-tools/tests/lang-php +++ b/gettext-tools/tests/lang-php @@ -65,7 +65,7 @@ test -d fr/LC_MESSAGES || mkdir fr/LC_MESSAGES : ${MSGFMT=msgfmt} ${MSGFMT} -o fr/LC_MESSAGES/prog.mo fr.po -# Test for presence of gawk version 4.0 or newer. +# Test for presence of php version 4.0 or newer. case `(php -v) 2>/dev/null` in [4-9].*) ;; *) rm -fr $tmpfiles; exit 77;;