diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-05-06 18:15:00 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-05-06 18:15:00 +0000 |
commit | c2400a02de20cd3dfb9d4c3367622bc11a41d780 (patch) | |
tree | 227e9d2bdd1174f6ad4613242b3b6e830eb8c827 /bfd | |
parent | f7934c1ac6f5afb32f628934cf1803abe064814c (diff) | |
download | gdb-c2400a02de20cd3dfb9d4c3367622bc11a41d780.zip gdb-c2400a02de20cd3dfb9d4c3367622bc11a41d780.tar.gz gdb-c2400a02de20cd3dfb9d4c3367622bc11a41d780.tar.bz2 |
fix gettext sanitization
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/.Sanitize | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize index 24ac3ed..baeed4e 100644 --- a/bfd/.Sanitize +++ b/bfd/.Sanitize @@ -636,6 +636,6 @@ if [ -n "${safe}" -a ! -f po/.Recover/bfd.pot ]; then mv po/bfd.pot po/.Recover fi # If this fails, Sanitization must fail. -xgettext -c -k _ -k N_ -f po/POTFILES.in -o po/bfd.pot || exit 1 +xgettext -c -k_ -kN_ -f po/POTFILES.in -o po/bfd.pot || exit 1 # eof |