diff options
author | Bruno Haible <bruno@clisp.org> | 2001-11-05 10:55:00 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-21 22:52:40 +0200 |
commit | 446839b2422cf3024b58681ab015d84b18c24946 (patch) | |
tree | fb85d46f01b8d8e9bebdd3e70947982a5037c4cd /tests/xgettext-6 | |
parent | 0f3b0628b7f40bcba2933cd4228184b538c63734 (diff) | |
download | external_gettext-446839b2422cf3024b58681ab015d84b18c24946.zip external_gettext-446839b2422cf3024b58681ab015d84b18c24946.tar.gz external_gettext-446839b2422cf3024b58681ab015d84b18c24946.tar.bz2 |
Make the --add/no-location option independent from --omit-header.
Diffstat (limited to 'tests/xgettext-6')
-rwxr-xr-x | tests/xgettext-6 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/xgettext-6 b/tests/xgettext-6 index 2a8e9be..6994e57 100755 --- a/tests/xgettext-6 +++ b/tests/xgettext-6 @@ -10,7 +10,7 @@ EOF tmpfiles="$tmpfiles xg-test6.po" : ${XGETTEXT=xgettext} -${XGETTEXT} --omit-header --add-comments xg-test6.in.cc -d xg-test6 +${XGETTEXT} --omit-header --no-location --add-comments xg-test6.in.cc -d xg-test6 tmpfiles="$tmpfiles xg-test6.ok" cat <<EOF > xg-test6.ok |