aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/bootstrap.sh
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2022-08-10 04:12:33 +0200
committerlemon <lsof@mailbox.org>2022-08-10 04:12:33 +0200
commitb33ee6afa74ab1e83554d1b535d81c7df0b3fca5 (patch)
treed5fb52a1529bf35658468adae796757e664bc792 /bootstrap/bootstrap.sh
parent769aa95cf3374117c86ec652117dcbab97497eec (diff)
many bugfix
Diffstat (limited to 'bootstrap/bootstrap.sh')
-rwxr-xr-xbootstrap/bootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/bootstrap.sh b/bootstrap/bootstrap.sh
index 1cb9f42..7ae3c09 100755
--- a/bootstrap/bootstrap.sh
+++ b/bootstrap/bootstrap.sh
@@ -2,7 +2,7 @@
cd $(dirname "$0")
-./build.sh
+./build.sh || exit 1
if [ x"$CC" == x ]; then
export CC=cc