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

7
configure vendored
View File

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