aboutsummaryrefslogtreecommitdiffstats
path: root/out
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2016-12-20 13:18:59 +0100
committerTharre <tharre3@gmail.com>2016-12-20 13:18:59 +0100
commitb39506329fbb46c5da343f20a5de7e328729da8f (patch)
treede3ae522da1f7ea8b18c49a9315dd4b3c430369c /out
parent7bbab7ea616864fdcfe19100e1c9a31981d34650 (diff)
downloadredo-b39506329fbb46c5da343f20a5de7e328729da8f.tar.gz
redo-b39506329fbb46c5da343f20a5de7e328729da8f.tar.xz
redo-b39506329fbb46c5da343f20a5de7e328729da8f.zip
Replace the build.sh script with bootstrap.sh
Diffstat (limited to 'out')
-rw-r--r--out/config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/out/config.sh b/out/config.sh
index 9b45b5f..4f836d6 100644
--- a/out/config.sh
+++ b/out/config.sh
@@ -7,7 +7,7 @@ CC=${CC-$PREF}
CFLAGS="-g -Wall -Wextra -std=c99 -pedantic -Wno-gnu-statement-expression $CFLAGS"
LDFLAGS="$LDFLAGS"
-if [ ! -n "$SH_BUILD" ]; then
+if [ ! -n "$BOOTSTRAP_BUILD" ]; then
if [ -f "../config.local" ]; then
redo-ifchange ../config.local
. ../config.local