summaryrefslogtreecommitdiff
path: root/create.sh
diff options
context:
space:
mode:
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