If xgettext fails, make Sanitize fail

This commit is contained in:
Tom Tromey
1998-04-23 05:17:30 +00:00
parent ecb3e4a19d
commit d6f3da9bc4
5 changed files with 10 additions and 7 deletions

View File

@ -117,7 +117,8 @@ if [ -n "${safe}" -a ! -f po/.Recover/gprof.pot ]; then
fi
mv po/gprof.pot po/.Recover
fi
xgettext `cat po/POTFILES.in` -o po/gprof.pot
# If this fails, Sanitization must fail.
xgettext `cat po/POTFILES.in` -o po/gprof.pot || exit 1
# eof