aboutsummaryrefslogtreecommitdiff
path: root/bfd/.Sanitize
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/.Sanitize')
-rw-r--r--bfd/.Sanitize2
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