2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-28 21:07:43 +00:00

Fix a bug pointed out by Sergei Datsenko.

This commit is contained in:
Ted Lemon 2001-01-25 08:41:19 +00:00
parent 0feab0743f
commit a79d60da23

2
configure vendored
View File

@ -173,7 +173,7 @@ if [ ! -d $workname ]; then
fi
for foo in . client server relay common omapip dhcpctl minires; do
if [ ! -d work.${sysname}/$foo ]; then
if [ ! -d ${workname}/$foo ]; then
mkdir ${workname}/$foo
fi
(sed $majversubst $minversubst \