diff --git a/helpers/lh_build b/helpers/lh_build index 180f8b99c..7a8355841 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 ${*}