summaryrefslogtreecommitdiff
path: root/win32/bin
diff options
context:
space:
mode:
Diffstat (limited to 'win32/bin')
-rw-r--r--win32/bin/pl2bat.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/bin/pl2bat.bat b/win32/bin/pl2bat.bat
index 7f5f39aa95..f9b4902a13 100644
--- a/win32/bin/pl2bat.bat
+++ b/win32/bin/pl2bat.bat
@@ -1,6 +1,6 @@
@rem = '--*-Perl-*--
@echo off
-perl -x -S %0.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
+perl -x -S %0 %*
goto endofperl
@rem ';
#!perl -w
@@ -8,7 +8,7 @@ goto endofperl
(my $head = <<'--end--') =~ s/^\t//gm;
@rem = '--*-Perl-*--
@echo off
- perl -x -S %0.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
+ perl -x -S %0 %*
goto endofperl
@rem ';
--end--