diff options
Diffstat (limited to 'win32')
-rw-r--r-- | win32/bin/runperl.pl | 2 |
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': $!"; |