aboutsummaryrefslogtreecommitdiff
path: root/gprof/.Sanitize
diff options
context:
space:
mode:
Diffstat (limited to 'gprof/.Sanitize')
-rw-r--r--gprof/.Sanitize3
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