fi
mv po/bfd.pot po/.Recover
fi
-xgettext `cat po/POTFILES.in` -o po/bfd.pot
+# If this fails, Sanitization must fail.
+xgettext `cat po/POTFILES.in` -o po/bfd.pot || exit 1
# eof
fi
mv po/binutils.pot po/.Recover
fi
-xgettext `cat po/POTFILES.in` -o po/binutils.pot
-
+# If this fails, Sanitization must fail.
+xgettext `cat po/POTFILES.in` -o po/binutils.pot || exit 1
# eof
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
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
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