summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2006-05-06 18:35:41 +0000
committerUlf Möller <ulf@openssl.org>2006-05-06 18:35:41 +0000
commit1b6b67b17ee8fc8873df505ef462d2e994ee6259 (patch)
tree23afcfd42e1ec47fb88ac8334dad149b5e889539 /config
parent1ee3236f7261e1fafa4fa56e0b45605e2b107915 (diff)
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 6583959479..35fcf7bd8c 100755
--- a/config
+++ b/config
@@ -717,9 +717,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