You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2012/03/09 07:37:26 UTC

svn commit: r1298715 - /tomcat/jk/trunk/tools/jkbindist.sh

Author: mturk
Date: Fri Mar  9 06:37:25 2012
New Revision: 1298715

URL: http://svn.apache.org/viewvc?rev=1298715&view=rev
Log:
make sure .so file has exec perm set in case cygwin unzip is used

Modified:
    tomcat/jk/trunk/tools/jkbindist.sh

Modified: tomcat/jk/trunk/tools/jkbindist.sh
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/tools/jkbindist.sh?rev=1298715&r1=1298714&r2=1298715&view=diff
==============================================================================
--- tomcat/jk/trunk/tools/jkbindist.sh (original)
+++ tomcat/jk/trunk/tools/jkbindist.sh Fri Mar  9 06:37:25 2012
@@ -124,7 +124,7 @@ do
     unix2dos $i
 done
 unix2dos README
-
+chmod 755 $1
 # Pack
 zip -9 -j ${dist}.zip $1 README ${copy}
 



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