Author: jfrederic.clere(a)jboss.com
Date: 2014-08-23 10:10:38 -0400 (Sat, 23 Aug 2014)
New Revision: 3352
Modified:
trunk/build/unix/build.sh
Log:
oops typo.
Modified: trunk/build/unix/build.sh
===================================================================
--- trunk/build/unix/build.sh 2014-08-23 13:51:16 UTC (rev 3351)
+++ trunk/build/unix/build.sh 2014-08-23 14:10:38 UTC (rev 3352)
@@ -1199,7 +1199,7 @@
iszip=$3
basefilename=`basename $DIR`
filename=$basefilename.patch
- echo "function applypatch for ${DIR}"
+ echo "function applypatch for ${DIR} isrhel: $isrhel iszip: $iszip"
if $isrhel; then
filename=$basefilename.rhel.patch
else
@@ -1216,9 +1216,9 @@
if [ -f $build_top/../patch/$filename ]; then
(cd $DIR
echo "Applying patch $build_top/../patch/$filename in $DIR"
- if [ $BUILD_WIN ]; then
+ if $BUILD_WIN ; then
echo "Applying patch on windoze"
- if [ $iszip ]; then
+ if $iszip ; then
echo "Applying patch on windoze and zip file"
$patch --binary -tf -p0 -i $build_top/../patch/$filename
else
Show replies by date