summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorulf <ulf>2006-05-06 18:26:12 +0000
committerulf <ulf>2006-05-06 18:26:12 +0000
commit183b115d46ef6e94cabad96a9a9eeee5119823b2 (patch)
treed4dcff18e5ea945b01919ba2b9a0cdaafafd9b72 /config
parented3f2b8ab3ab9aeaaefa481950ca33f816e31e0f (diff)
downloadopenssl-183b115d46ef6e94cabad96a9a9eeee5119823b2.tar.gz
bug fix.
PR: 1326 Submitted by: John Skodon
Diffstat (limited to 'config')
-rwxr-xr-xconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/config b/config
index 3897473f4..24e9df339 100755
--- a/config
+++ b/config
@@ -725,9 +725,9 @@ case "$GUESSOS" in
fi
fi
elif [ $CPU_VERSION -ge 528 ]; then # PA-RISC 1.1+ CPU
- OUT="hpux-parisc-${CC}
+ OUT="hpux-parisc-${CC}"
elif [ $CPU_VERSION -ge 523 ]; then # PA-RISC 1.0 CPU
- OUT="hpux-parisc-${CC}
+ OUT="hpux-parisc-${CC}"
else # Motorola(?) CPU
OUT="hpux-$CC"
fi