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 --- gas/.Sanitize | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gas') diff --git a/gas/.Sanitize b/gas/.Sanitize index 4760fad..c7c9f31 100644 --- a/gas/.Sanitize +++ b/gas/.Sanitize @@ -461,6 +461,7 @@ if [ -n "${safe}" -a ! -f po/.Recover/gas.pot ]; then fi mv po/gas.pot po/.Recover fi -xgettext `cat po/POTFILES.in` -o po/gas.pot +# If this fails, Sanitization must fail. +xgettext `cat po/POTFILES.in` -o po/gas.pot || exit 1 # eof -- cgit v1.1