add error code for exit
This commit is contained in:
parent
a4bfb2a0ca
commit
11232246ed
@ -10,6 +10,6 @@ for package in $PACKAGES
|
||||
do
|
||||
echo Installing $package
|
||||
cd $package
|
||||
$CABAL configure --enable-tests && $CABAL build && $CABAL test && ./Setup.lhs install || exit
|
||||
$CABAL configure --enable-tests && $CABAL build && $CABAL test && ./Setup.lhs install || exit 1
|
||||
cd ..
|
||||
done
|
||||
|
||||
Loading…
Reference in New Issue
Block a user