Author: mturk
Date: Fri Mar  9 06:30:44 2012
New Revision: 1298711

URL: http://svn.apache.org/viewvc?rev=1298711&view=rev
Log:
Make sure windows dist has DOS line endings

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=1298711&r1=1298710&r2=1298711&view=diff
==============================================================================
--- tomcat/jk/trunk/tools/jkbindist.sh (original)
+++ tomcat/jk/trunk/tools/jkbindist.sh Fri Mar  9 06:30:44 2012
@@ -15,11 +15,9 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-
-# Make sure to set your path so that we can find
-# the following binaries:
-# cd, mkdir, cp, rm, find, zip
-
+#
+# Create windows binary distribution archive
+#
 prefix="tomcat-connectors"
 tools="`pwd`"
 sign=""
@@ -140,7 +138,9 @@ do
     else
         cp ${dtop}/native/$i .
     fi
+    unix2dos $i
 done
+unix2dos README
 
 # Pack
 zip -9 -j ${dist}.zip $1 README ${copy}



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

Reply via email to