From a3ca8e7c21fbcb352aa6f02d8a1be9855597ca17 Mon Sep 17 00:00:00 2001 From: Steve McIntyre <93sam@debian.org> Date: Fri, 8 Dec 2006 11:40:16 +0000 Subject: [PATCH] Make the choice of config file more explicit --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index 892f4463..8310db7e 100755 --- a/build.sh +++ b/build.sh @@ -7,6 +7,8 @@ if [ -z "$CF" ] ; then fi . $CF +echo "Using CONF from $CF" + if [ -z "$COMPLETE" ] ; then export COMPLETE=1 fi