summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorjkeenan <jkeenan@cpan.org>2011-11-20 10:07:02 -0500
committerFather Chrysostomos <sprout@cpan.org>2011-11-22 16:27:23 -0800
commit215757ac6763a78f889a027056d759b86fe8793d (patch)
treee0e28991f5c249d9e9cf68241b698c31dffd7aa5 /win32
parentc2b2738279d48c017b27d3133709952ae707743f (diff)
downloadperl-215757ac6763a78f889a027056d759b86fe8793d.tar.gz
[RT #36079] Convert ` to '.
Diffstat (limited to 'win32')
-rw-r--r--win32/bin/runperl.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/bin/runperl.pl b/win32/bin/runperl.pl
index 2a8b70cbfc..736d7eb740 100644
--- a/win32/bin/runperl.pl
+++ b/win32/bin/runperl.pl
@@ -6,7 +6,7 @@ unless (-f $0) {
$_ = "." if $_ eq "";
$0 = "$_/$0" , goto doit if -f "$_/$0";
}
- die "`$0' not found.\n";
+ die "'$0' not found.\n";
}
doit: exec "perl", "-x", $0, @ARGV;
die "Failed to exec '$0': $!";