summaryrefslogtreecommitdiff
path: root/create.sh
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-03-28 07:00:44 +0200
committerAndreas Grapentin <andreas@grapentin.org>2018-03-28 07:00:44 +0200
commit0cdff36d43aea7dc5415e6a4d58d1e10c68e2965 (patch)
tree0940b5244b3a9dc3b23110babf32e0490294a8dd /create.sh
parentaa231bc9b0b37c1d78a62dacf1f72432bae574b4 (diff)
progress towards stage4
Diffstat (limited to 'create.sh')
-rwxr-xr-xcreate.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/create.sh b/create.sh
index 042031f..8ab271a 100755
--- a/create.sh
+++ b/create.sh
@@ -38,6 +38,9 @@ export startdir="$(pwd)"
export topbuilddir="$startdir"/build
export topsrcdir="$startdir"/src
+# options
+export KEEP_GOING=${KEEP_GOING:-no}
+
. "$topsrcdir"/shared/feedback.sh
. "$topsrcdir"/shared/common.sh