You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2006/09/17 13:14:47 UTC

svn commit: r447046 - /tomcat/connectors/trunk/jk/tools/lineends.pl

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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org