From d6f3da9bc48eb26bd5ac8fe2386f01d849af76b4 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Thu, 23 Apr 1998 05:17:30 +0000 Subject: If xgettext fails, make Sanitize fail --- ld/.Sanitize | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ld/.Sanitize') 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 -- cgit v1.1