Author: jfrederic.clere(a)jboss.com
Date: 2014-05-15 03:12:35 -0400 (Thu, 15 May 2014)
New Revision: 3292
Modified:
trunk/build/unix/build.sh
Log:
the bakcup URL shouldn't be empty on Solaris.
Modified: trunk/build/unix/build.sh
===================================================================
--- trunk/build/unix/build.sh 2014-05-14 12:35:25 UTC (rev 3291)
+++ trunk/build/unix/build.sh 2014-05-15 07:12:35 UTC (rev 3292)
@@ -1292,7 +1292,7 @@
checkdownload pcre ${pcre_version} $PCREURL "NONE"
fi
if $has_iconv; then
- checkdownload iconv ${iconv_version} $ICONVURL $ICONVURLBACK
+ checkdownload iconv ${iconv_version} $ICONVURL "NONE"
fi
# Note: type of the download (r: rhel, v: internet, t: tag in svn).
if $has_openssl; then
Show replies by date