From: Jarkko Hietaniemi <jhi@iki.fi>
Date: Sat, 9 Jan 1999 16:54:26 +0000 (+0000)
Subject: Detypo.
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b8f0c030659550e4d527ee8f11cd2f012f1bd1b0;p=p5sagit%2Fp5-mst-13.2.git

Detypo.

p4raw-id: //depot/cfgperl@2593
---

diff --git a/hints/dec_osf.sh b/hints/dec_osf.sh
index 8f1f228..b2a7300 100644
--- a/hints/dec_osf.sh
+++ b/hints/dec_osf.sh
@@ -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"	;;