Author: jfrederic.clere(a)jboss.com
Date: 2009-10-20 16:10:49 -0400 (Tue, 20 Oct 2009)
New Revision: 2579
Modified:
trunk/build/unix/buildsrc.jboss-native.sh
Log:
typo.
Modified: trunk/build/unix/buildsrc.jboss-native.sh
===================================================================
--- trunk/build/unix/buildsrc.jboss-native.sh 2009-10-20 19:56:03 UTC (rev 2578)
+++ trunk/build/unix/buildsrc.jboss-native.sh 2009-10-20 20:10:49 UTC (rev 2579)
@@ -50,7 +50,7 @@
# XXX the guess is that TOMCAT_NATIVE_1_1_17 and up we won't need jni...
native_val=`echo ${native_tag} | awk -F _ '{ print $3 "0" $4
"0" $5 }'`
native_ext=`echo ${native_tag} | awk -F _ '{ print $3 "." $4
"." $5 }'`
- if [ $native_val=-gt 101016 ]; then
+ if [ $native_val -gt 101016 ]; then
native_svn=http://svn.apache.org/repos/asf/tomcat/native/$native_tag
else
native_svn=http://svn.apache.org/repos/asf/tomcat/native/$native_tag/jni