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