Author: rjung
Date: Sun Sep 17 04:14:47 2006
New Revision: 447046

URL: http://svn.apache.org/viewvc?view=rev&rev=447046
Log:
Make Shebang work on more systems (mostly perl is in /usr/bin/perl).

Modified:
    tomcat/connectors/trunk/jk/tools/lineends.pl

Modified: tomcat/connectors/trunk/jk/tools/lineends.pl
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/tools/lineends.pl?view=diff&rev=447046&r1=447045&r2=447046
==============================================================================
--- tomcat/connectors/trunk/jk/tools/lineends.pl (original)
+++ tomcat/connectors/trunk/jk/tools/lineends.pl Sun Sep 17 04:14:47 2006
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
 #
 #  Heuristically converts line endings to the current OS's preferred format
 #  



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to