summaryrefslogtreecommitdiff
path: root/hints/dec_osf.sh
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-01-09 16:54:26 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-01-09 16:54:26 +0000
commitb8f0c030659550e4d527ee8f11cd2f012f1bd1b0 (patch)
treec4686aecca68507fdaff00b6799fa06c699c95f4 /hints/dec_osf.sh
parentb691c02f8c79b7bac4a606da95849c0c7bcae239 (diff)
downloadperl-b8f0c030659550e4d527ee8f11cd2f012f1bd1b0.tar.gz
Detypo.
p4raw-id: //depot/cfgperl@2593
Diffstat (limited to 'hints/dec_osf.sh')
-rw-r--r--hints/dec_osf.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/hints/dec_osf.sh b/hints/dec_osf.sh
index 8f1f228037..b2a730004b 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" ;;