summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1996-05-22 09:51:59 +0000
committerTed Lemon <source@isc.org>1996-05-22 09:51:59 +0000
commit0754f49000b4d818b7e009d39153121843112a9f (patch)
tree5de82d925790c89f3eb6e045062538b163bac0ca /configure
parentacf6cfe3892ab6bef7a18f357de89d8d6e2a6411 (diff)
downloadisc-dhcp-0754f49000b4d818b7e009d39153121843112a9f.tar.gz
Fix OSF/1 assignment
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 7b964a2a..76e5bf8b 100755
--- a/configure
+++ b/configure
@@ -13,7 +13,7 @@ if [ "$sysname" = "" ]; then
sysname=bsdos;;
OSF1)
if [ $machine = 'alpha' ]; then
- sysname = alphaosf
+ sysname=alphaosf
fi;;
Linux)
sysname=linux;;