include path for config.sh

This commit is contained in:
Dave Murphy 2008-04-29 18:02:54 +00:00
parent 3c65fc1cd2
commit efbfd48603

View File

@ -46,9 +46,9 @@ unset LDFLAGS
#---------------------------------------------------------------------------------
echo -n "Looking for configuration file... "
if [ -f config.sh ]; then
if [ -f ./config.sh ]; then
echo "Found."
. config.sh
. ./config.sh
else
echo "Not found"
fi