This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c78c5b
)
[RT #36079] Convert ` to '.
author
jkeenan
<jkeenan@cpan.org>
Sun, 20 Nov 2011 00:56:56 +0000
(19:56 -0500)
committer
Father Chrysostomos
<sprout@cpan.org>
Wed, 23 Nov 2011 00:27:19 +0000
(16:27 -0800)
Porting/bisect-runner.pl
patch
|
blob
|
blame
|
history
diff --git
a/Porting/bisect-runner.pl
b/Porting/bisect-runner.pl
index
496e7b9
..
c844a98
100755
(executable)
--- a/
Porting/bisect-runner.pl
+++ b/
Porting/bisect-runner.pl
@@
-1424,7
+1424,7
@@
case "$osvers" in
cccdlflags="-DPIC -fPIC $cccdlflags"
lddlflags="--whole-archive -shared $lddlflags"
elif [ "`uname -m`" = "pmax" ]; then
-# NetBSD 1.3 and 1.3.1 on pmax shipped an
`
old' ld.so, which will not work.
+# NetBSD 1.3 and 1.3.1 on pmax shipped an
'
old' ld.so, which will not work.
d_dlopen=$undef
elif [ -f /usr/libexec/ld.so ]; then
d_dlopen=$define