Author: jfrederic.clere(a)jboss.com
Date: 2014-08-23 10:19:54 -0400 (Sat, 23 Aug 2014)
New Revision: 3353
Modified:
trunk/build/unix/build.sh
Log:
another typo :-(
Modified: trunk/build/unix/build.sh
===================================================================
--- trunk/build/unix/build.sh 2014-08-23 14:10:38 UTC (rev 3352)
+++ trunk/build/unix/build.sh 2014-08-23 14:19:54 UTC (rev 3353)
@@ -1223,7 +1223,7 @@
$patch --binary -tf -p0 -i $build_top/../patch/$filename
else
echo "Applying patch on windoze and not zip file"
- dos2unix build_top/../patch/$filename
+ dos2unix $build_top/../patch/$filename
$patch -tf -p0 -i $build_top/../patch/$filename
fi
else
Show replies by date