bug fix.
authorUlf Möller <ulf@openssl.org>
Sat, 6 May 2006 18:26:12 +0000 (18:26 +0000)
committerUlf Möller <ulf@openssl.org>
Sat, 6 May 2006 18:26:12 +0000 (18:26 +0000)
PR: 1326
Submitted by: John Skodon

config

diff --git a/config b/config
index 3897473f488c0c1c7779e315482cbc1679dd6e30..24e9df339b579e80e9599a35080ee5dc76ee0392 100755 (executable)
--- 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