Fixed xgettext invocation in .Sanitize files
[binutils-gdb.git] / bfd / .Sanitize
index a4f153619a018704188181758d5818ed6887ee80..24ac3ed5672a51c4274c2df96fb84fa641c2123b 100644 (file)
@@ -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