diff options
author | Tom Tromey <tromey@redhat.com> | 1998-04-23 05:17:30 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1998-04-23 05:17:30 +0000 |
commit | d6f3da9bc48eb26bd5ac8fe2386f01d849af76b4 (patch) | |
tree | 1b85743c9d2e840a2b065c501bdb1afa784b21fe /gprof | |
parent | ecb3e4a19d3859c23de409a7aea7d80914808635 (diff) | |
download | gdb-d6f3da9bc48eb26bd5ac8fe2386f01d849af76b4.zip gdb-d6f3da9bc48eb26bd5ac8fe2386f01d849af76b4.tar.gz gdb-d6f3da9bc48eb26bd5ac8fe2386f01d849af76b4.tar.bz2 |
If xgettext fails, make Sanitize fail
Diffstat (limited to 'gprof')
-rw-r--r-- | gprof/.Sanitize | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gprof/.Sanitize b/gprof/.Sanitize index 8dd15e5..ac1ec54 100644 --- a/gprof/.Sanitize +++ b/gprof/.Sanitize @@ -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 |