Author: jfrederic.clere(a)jboss.com
Date: 2009-08-11 02:45:31 -0400 (Tue, 11 Aug 2009)
New Revision: 2539
Modified:
trunk/build/unix/buildsrc.jboss-native.sh
Log:
Arrange traces and test.
Modified: trunk/build/unix/buildsrc.jboss-native.sh
===================================================================
--- trunk/build/unix/buildsrc.jboss-native.sh 2009-08-11 06:30:47 UTC (rev 2538)
+++ trunk/build/unix/buildsrc.jboss-native.sh 2009-08-11 06:45:31 UTC (rev 2539)
@@ -51,8 +51,8 @@
echo "svn export ${native_tag_opt} failed"
exit 1
fi
-if [ -d ${native_dist}/srclib/tomcat-native-${native_ext} ]; then
- echo "${native_svn}/native ${native_dist}/srclib/tomcat-native-${native_ext} not
found"
+if [ ! -d ${native_dist}/srclib/tomcat-native-${native_ext} ]; then
+ echo "${native_dist}/srclib/tomcat-native-${native_ext} not found"
echo "svn export ${native_tag_opt} ${native_svn}/native failed"
exit 1
fi
Show replies by date