use "set -e" so execution stops if something goes wrong.

This commit is contained in:
Bradley Bell 2001-01-25 13:41:58 +00:00
parent 50ceec2dfe
commit a0eebcfe7f

View file

@ -1,4 +1,5 @@
#!/bin/sh
set -e
aclocal
autoheader
automake --add-missing