summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2000-06-24 05:49:24 +0000
committerTed Lemon <source@isc.org>2000-06-24 05:49:24 +0000
commitb1bd9d07993d0c3a5345636fc73a0c0a5bbfd000 (patch)
treea40fa28bb4cf0c995306ee04acfb1d525af59464 /configure
parentcfb3f45dacb63fd31527aba89fe7e4c9f4831f45 (diff)
downloadisc-dhcp-b1bd9d07993d0c3a5345636fc73a0c0a5bbfd000.tar.gz
Test for work.sysname, not just sysname.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 7aaf02a7..a749d5a8 100755
--- a/configure
+++ b/configure
@@ -126,7 +126,7 @@ if [ x$major != x ] && [ x$minor != x ]; then
minversubst="-e /^##--minver--/,/^##--minver--/s/MinorVersion/$minor/"
fi
-if [ ! -d ${sysname} ]; then
+if [ ! -d work.${sysname} ]; then
mkdir work.$sysname
fi