diff options
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/.Sanitize | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize index cc04187..a4f1536 100644 --- a/bfd/.Sanitize +++ b/bfd/.Sanitize @@ -635,6 +635,7 @@ if [ -n "${safe}" -a ! -f po/.Recover/bfd.pot ]; then fi mv po/bfd.pot po/.Recover fi -xgettext `cat po/POTFILES.in` -o po/bfd.pot +# If this fails, Sanitization must fail. +xgettext `cat po/POTFILES.in` -o po/bfd.pot || exit 1 # eof |