summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'helpers')
-rwxr-xr-xhelpers/lh_build5
1 files changed, 5 insertions, 0 deletions
diff --git a/helpers/lh_build b/helpers/lh_build
index 180f8b9..7a83558 100755
--- a/helpers/lh_build
+++ b/helpers/lh_build
@@ -24,6 +24,11 @@ USAGE="${PROGRAM} [--force]"
Arguments "${@}"
+if [ ! -d config ]
+then
+ Echo_warning "No config/ directory; using defaults for all options"
+fi
+
# Bootstrapping system
lh_bootstrap ${*}