summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1996-09-04 07:06:18 +0000
committerTed Lemon <source@isc.org>1996-09-04 07:06:18 +0000
commit4d6f36f459955034e54623709a5010c2cff18b7e (patch)
treeeae7582ada49da4b1ceed46e4b5235fa879317bd /configure
parent77549355fc7f5371f0724e0766228449af753f44 (diff)
downloadisc-dhcp-4d6f36f459955034e54623709a5010c2cff18b7e.tar.gz
Work around sed/POSIX bogosity
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 3795a70f..bc0290db 100755
--- a/configure
+++ b/configure
@@ -79,7 +79,7 @@ echo " !!!WARNING!!!"
echo "System Type: $sysname"
-sed -e "/^##\+\+${sysname}\+\+/,/^##--${sysname}--/s/^#//" \
+sed -e "/^##--${sysname}--/,/^##--${sysname}--/s/^#//" \
<Makefile.dist >Makefile
exit 0