ensure failing if manifest or gencode break

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-02-17 16:26:48 +01:00
commit ff41ce0318
5 changed files with 25 additions and 16 deletions

View file

@ -21,8 +21,10 @@ I usually do it like this:
eof
# Tell the user what we do, so this script makes sense during execution
# And abort on any error
set -ex
set -x
# Abort on any error
set -e
# prepare use (only from top level directory)
export PATH="$PATH:$(pwd -P)/bin"