stop build at first error

This commit is contained in:
Roland Gruber 2010-02-13 18:02:24 +00:00
parent c3540d3fbb
commit 53d0f6fdef
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ echo -e "Usage: buildPackage <CVS tag>"
exit
fi
set -e
cd /daten/projekte/lam/pakete
export CVS_TAG=$1