mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01:00
build.sh: add missing 'else'
This commit is contained in:
parent
c1e2c3a6d6
commit
a78504934d
2
build.sh
2
build.sh
@ -271,6 +271,8 @@ do
|
|||||||
echo ""
|
echo ""
|
||||||
if [ -z "$UNATTENDED" ]; then
|
if [ -z "$UNATTENDED" ]; then
|
||||||
read -p "Press enter to continue"
|
read -p "Press enter to continue"
|
||||||
|
else
|
||||||
|
exit 1
|
||||||
fi
|
fi
|
||||||
ls $TARBALL_DIR/MacOSX$SDK_VERSION* &>/dev/null
|
ls $TARBALL_DIR/MacOSX$SDK_VERSION* &>/dev/null
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user