From b33ee6afa74ab1e83554d1b535d81c7df0b3fca5 Mon Sep 17 00:00:00 2001 From: lemon Date: Wed, 10 Aug 2022 04:12:33 +0200 Subject: many bugfix --- bootstrap/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap/bootstrap.sh') 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 -- cgit v1.2.3