add error code for exit
This commit is contained in:
parent
a4bfb2a0ca
commit
11232246ed
@ -10,6 +10,6 @@ for package in $PACKAGES
|
|||||||
do
|
do
|
||||||
echo Installing $package
|
echo Installing $package
|
||||||
cd $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 ..
|
cd ..
|
||||||
done
|
done
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user