Hi Mladen,

I seem to remember that the fix line ends perl script is part of the tcnative repos.

Regards,

Rainer


On 05.01.2010 12:39, mt...@apache.org wrote:
Author: mturk
Date: Tue Jan  5 11:39:27 2010
New Revision: 895998

URL: http://svn.apache.org/viewvc?rev=895998&view=rev
Log:
Fix copy/pase typo

Modified:
     tomcat/native/branches/1.1.x/jnirelease.sh

Modified: tomcat/native/branches/1.1.x/jnirelease.sh
URL: 
http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/jnirelease.sh?rev=895998&r1=895997&r2=895998&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/jnirelease.sh (original)
+++ tomcat/native/branches/1.1.x/jnirelease.sh Tue Jan  5 11:39:27 2010
@@ -90,7 +90,7 @@
      echo ""
      exit 1
  fi
-UNIX2DOS="`which unix2dos 2>/dev/null || unix2dos $i 2>&1`"
+UNIX2DOS="`which unix2dos 2>/dev/null || type unix2dos 2>&1`"
  echo $JKJNIEXT | egrep -e 'x$'>  /dev/null 2>&1
  if [ $? -eq 0 ]; then
      USE_BRANCH=1

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to