diff options
Diffstat (limited to 'helpers/lh_build')
-rwxr-xr-x | helpers/lh_build | 5 |
1 files changed, 5 insertions, 0 deletions
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 ${*} |