[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb: [504] trunk/dists/win32/shebang-vanilla.pl



Revision: 504
          http://svn.sourceforge.net/ledger-smb/?rev=504&view=rev
Author:   einhverfr
Date:     2006-11-10 10:01:08 -0800 (Fri, 10 Nov 2006)

Log Message:
-----------
fixed bug in Win32 Vanilla Perl shebang script

Modified Paths:
--------------
    trunk/dists/win32/shebang-vanilla.pl

Modified: trunk/dists/win32/shebang-vanilla.pl
===================================================================
--- trunk/dists/win32/shebang-vanilla.pl	2006-11-10 17:46:46 UTC (rev 503)
+++ trunk/dists/win32/shebang-vanilla.pl	2006-11-10 18:01:08 UTC (rev 504)
@@ -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);


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.