]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Make it work on Python 2.3.
authorBruno Haible <bruno@clisp.org>
Mon, 24 Feb 2003 10:49:05 +0000 (10:49 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:14 +0000 (12:10 +0200)
gettext-tools/tests/lang-python-1

index 460c1ac76df783b4928451f78a7a76c1b1f1b0fa..fc0cfe49433d287fb2fad82268c7bdc1719d3bb3 100755 (executable)
@@ -68,7 +68,7 @@ ${MSGFMT} -o fr/LC_MESSAGES/prog.mo fr.po
 (python -V) >/dev/null 2>/dev/null \
   || { rm -fr $tmpfiles; exit 77; }
 case `python -c 'import sys; print sys.hexversion >= 0x20000F0'` in
-  1) ;;
+  1 | True) ;;
   *) rm -fr $tmpfiles; exit 77;;
 esac