diff options
Diffstat (limited to 'bfd/.Sanitize')
-rw-r--r-- | bfd/.Sanitize | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize index a4f1536..24ac3ed 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 `cat po/POTFILES.in` -o po/bfd.pot || exit 1 +xgettext -c -k _ -k N_ -f po/POTFILES.in -o po/bfd.pot || exit 1 # eof |