aboutsummaryrefslogtreecommitdiff
path: root/binutils/.Sanitize
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/.Sanitize')
-rw-r--r--binutils/.Sanitize4
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/.Sanitize b/binutils/.Sanitize
index eac10d5..244f8b4 100644
--- a/binutils/.Sanitize
+++ b/binutils/.Sanitize
@@ -142,7 +142,7 @@ if [ -n "${safe}" -a ! -f po/.Recover/binutils.pot ]; then
fi
mv po/binutils.pot po/.Recover
fi
-xgettext `cat po/POTFILES.in` -o po/binutils.pot
-
+# If this fails, Sanitization must fail.
+xgettext `cat po/POTFILES.in` -o po/binutils.pot || exit 1
# eof