From 9fba09b73503eacbee31639e9aac11a87d4066ab Mon Sep 17 00:00:00 2001
From: Chris Lamb <chris@chris-lamb.co.uk>
Date: Fri, 20 Jun 2008 01:33:15 +0100
Subject: Emit a warning when running lh_build without a config/ directory.

---
 helpers/lh_build | 5 +++++
 1 file changed, 5 insertions(+)

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 ${*}
 
-- 
cgit v1.0