Detypo.
Jarkko Hietaniemi [Sat, 9 Jan 1999 16:54:26 +0000 (16:54 +0000)]
p4raw-id: //depot/cfgperl@2593

hints/dec_osf.sh

index 8f1f228..b2a7300 100644 (file)
@@ -142,7 +142,7 @@ lddlflags='-shared -expect_unresolved "*"'
 
 # Fancy compiler suites use optimising linker as well as compiler.
 # <spider@Orb.Nashua.NH.US>
-case "$`uname -r`" in
+case "`uname -r`" in
 *[123].*)      # old loader
                lddlflags="$lddlflags -O3"
                ;;
@@ -160,7 +160,7 @@ esac
 # As noted above the -DDEBUGGING is added automagically by Configure if -g.
 case "$optimize" in
        *-g*) ;; # left intentionally blank
-*)     case "$`uname -r`" in
+*)     case "`uname -r`" in
        *[123].*)
                case "$useshrplib" in
                false|undef|'') lddlflags="$lddlflags -s"       ;;