fixed configure error for new builds

This commit is contained in:
Brian Carrier 2010-01-13 14:02:18 +00:00
parent 46d26397c0
commit fda63576a1

9
configure vendored
View File

@ -61,10 +61,15 @@ echo ""
conf='conf.pl'
rep=""
if (test -f $conf) then
echo "A configuration file already exists, overwrite? (y/n):";
read rep;
if (test "$rep" = "y") then
else
rep="y"
fi
if (test "$rep" = "y") then
# First add the variables that are static
@ -367,8 +372,6 @@ fi
echo \$LOCKDIR = \'${locker}\'\; >> $conf;
fi
fi
# Start of non-conf.pl file configuration