Author: jfrederic.clere(a)jboss.com
Date: 2014-08-23 09:51:16 -0400 (Sat, 23 Aug 2014)
New Revision: 3351
Modified:
trunk/build/unix/build.sh
Log:
debug.
Modified: trunk/build/unix/build.sh
===================================================================
--- trunk/build/unix/build.sh 2014-08-23 13:37:58 UTC (rev 3350)
+++ trunk/build/unix/build.sh 2014-08-23 13:51:16 UTC (rev 3351)
@@ -1217,9 +1217,12 @@
(cd $DIR
echo "Applying patch $build_top/../patch/$filename in $DIR"
if [ $BUILD_WIN ]; then
+ echo "Applying patch on windoze"
if [ $iszip ]; then
+ echo "Applying patch on windoze and zip file"
$patch --binary -tf -p0 -i $build_top/../patch/$filename
else
+ echo "Applying patch on windoze and not zip file"
dos2unix build_top/../patch/$filename
$patch -tf -p0 -i $build_top/../patch/$filename
fi
Show replies by date