List which config file we're using

This commit is contained in:
Steve McIntyre 2006-11-23 00:34:27 +00:00
parent 86ce1a5503
commit 2e1eef1c87
1 changed files with 2 additions and 0 deletions

View File

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