[jbossnative-commits] JBoss Native SVN: r1329 - trunk/build/unix.

jbossnative-commits at lists.jboss.org jbossnative-commits at lists.jboss.org
Fri Feb 1 07:13:37 EST 2008


Author: mladen.turk at jboss.com
Date: 2008-02-01 07:13:37 -0500 (Fri, 01 Feb 2008)
New Revision: 1329

Modified:
   trunk/build/unix/buildsrc.rhel-httpd.sh
Log:
Add missing space

Modified: trunk/build/unix/buildsrc.rhel-httpd.sh
===================================================================
--- trunk/build/unix/buildsrc.rhel-httpd.sh	2008-02-01 12:10:06 UTC (rev 1328)
+++ trunk/build/unix/buildsrc.rhel-httpd.sh	2008-02-01 12:13:37 UTC (rev 1329)
@@ -64,7 +64,7 @@
 fi
 
 # We get apr-iconv
-if [ "${BUILD_SYS}" == "windows"]; then
+if [ "${BUILD_SYS}" == "windows" ]; then
   util/ckeckdownload.sh $build_cache_dir $package_src_dir $build_top apr-iconv-${api_version} $APIURL $APIURLBACK
   if [ $? -ne 0 ]; then
     echo "util/ckeckdownload.sh apr-iconv failed"




More information about the jbossnative-commits mailing list