diff options
Diffstat (limited to 'dists/win32/shebang-vanilla.pl')
-rw-r--r-- | dists/win32/shebang-vanilla.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dists/win32/shebang-vanilla.pl b/dists/win32/shebang-vanilla.pl index bcc69498..73d02590 100644 --- a/dists/win32/shebang-vanilla.pl +++ b/dists/win32/shebang-vanilla.pl @@ -1,4 +1,4 @@ -#!c:\vanilla-perl\perl\bin +#!c:\vanilla-perl\perl\bin\perl # Use this script to convert the beginnings of files to the path to ActivePerl # if you are installing with Vanilla Perl. @@ -16,7 +16,7 @@ $line = shift @file; - print FH "#!c:\\vanilla-perl\\perl\\bin\n"; + print FH "#!c:\\vanilla-perl\\perl\\bin\\perl\n"; print FH @file; close(FH); |