Author: jfrederic.clere(a)jboss.com
Date: 2013-06-13 07:40:53 -0400 (Thu, 13 Jun 2013)
New Revision: 3106
Modified:
trunk/build/unix/build.sh
Log:
typo.
Modified: trunk/build/unix/build.sh
===================================================================
--- trunk/build/unix/build.sh 2013-06-13 10:28:41 UTC (rev 3105)
+++ trunk/build/unix/build.sh 2013-06-13 11:40:53 UTC (rev 3106)
@@ -1177,9 +1177,9 @@
fi
fi
fi
- echo "function applypatch patch file could be $build_top/../patch/$ilename"
+ echo "function applypatch patch file could be $build_top/../patch/$filename"
- if [ -f $build_top/../patch/$ilename ]; then
+ if [ -f $build_top/../patch/$filename ]; then
(cd $DIR
echo "Applying patch $build_top/../patch/$filename in $DIR"
$patch -tf -p0 -i $build_top/../patch/$filename
Show replies by date