Author: jfrederic.clere(a)jboss.com
Date: 2008-02-05 16:31:43 -0500 (Tue, 05 Feb 2008)
New Revision: 1369
Modified:
trunk/build/unix/buildsrc.rhel-httpd.sh
Log:
typos.
Modified: trunk/build/unix/buildsrc.rhel-httpd.sh
===================================================================
--- trunk/build/unix/buildsrc.rhel-httpd.sh 2008-02-05 21:30:29 UTC (rev 1368)
+++ trunk/build/unix/buildsrc.rhel-httpd.sh 2008-02-05 21:31:43 UTC (rev 1369)
@@ -74,7 +74,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"
@@ -100,7 +100,7 @@
echo "Replacing ${dirsources}/srclib/apr-util by
${native_dist}/srclib/${apudirsources}"
mv ${native_dist}/srclib/${apudirsources} ${dirsources}/srclib/apr-util
fi
-if [ "${BUILD_SYS}" == "windows" ]; then
+if [ "${BUILD_SYS}" = "windows" ]; then
rm -rf ${dirsources}/srclib/zlib
zlibdirsources=`ls ${native_dist}/srclib/ | grep zlib-`
echo "Replacing ${dirsources}/srclib/zlib by
${native_dist}/srclib/${zlibdirsources}"
Show replies by date