Make the choice of config file more explicit

This commit is contained in:
Steve McIntyre 2006-12-08 11:40:16 +00:00
parent 2d1735aa21
commit a3ca8e7c21
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ if [ -z "$CF" ] ; then
fi
. $CF
echo "Using CONF from $CF"
if [ -z "$COMPLETE" ] ; then
export COMPLETE=1
fi