Author: jfrederic.clere(a)jboss.com
Date: 2014-03-16 13:25:06 -0400 (Sun, 16 Mar 2014)
New Revision: 3269
Modified:
trunk/build/unix/build.sh
Log:
empty environment variable = bad.
Modified: trunk/build/unix/build.sh
===================================================================
--- trunk/build/unix/build.sh 2014-03-14 10:08:33 UTC (rev 3268)
+++ trunk/build/unix/build.sh 2014-03-16 17:25:06 UTC (rev 3269)
@@ -1289,7 +1289,7 @@
checkdownload zlib ${zlib_version} $ZLIBURL $ZLIBURLBACK
fi
if $has_pcre; then
- checkdownload pcre ${pcre_version} $PCREURL $PCREURLBACK
+ checkdownload pcre ${pcre_version} $PCREURL "NONE"
fi
if $has_iconv; then
checkdownload iconv ${iconv_version} $ICONVURL $ICONVURLBACK
Show replies by date