aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1998-04-23 05:17:30 +0000
committerTom Tromey <tromey@redhat.com>1998-04-23 05:17:30 +0000
commitd6f3da9bc48eb26bd5ac8fe2386f01d849af76b4 (patch)
tree1b85743c9d2e840a2b065c501bdb1afa784b21fe /ld
parentecb3e4a19d3859c23de409a7aea7d80914808635 (diff)
downloadfsf-binutils-gdb-d6f3da9bc48eb26bd5ac8fe2386f01d849af76b4.zip
fsf-binutils-gdb-d6f3da9bc48eb26bd5ac8fe2386f01d849af76b4.tar.gz
fsf-binutils-gdb-d6f3da9bc48eb26bd5ac8fe2386f01d849af76b4.tar.bz2
If xgettext fails, make Sanitize fail
Diffstat (limited to 'ld')
-rw-r--r--ld/.Sanitize4
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