Author: jfrederic.clere(a)jboss.com
Date: 2013-06-11 07:26:01 -0400 (Tue, 11 Jun 2013)
New Revision: 3090
Modified:
trunk/build/unix/build.sh
Log:
typo...
Modified: trunk/build/unix/build.sh
===================================================================
--- trunk/build/unix/build.sh 2013-06-11 10:13:16 UTC (rev 3089)
+++ trunk/build/unix/build.sh 2013-06-11 11:26:01 UTC (rev 3090)
@@ -1167,7 +1167,7 @@
if [ $BUILD_SYS = "linux2" ]; then
dist=`lsb_release -i -s`
ver=`lsb_release -r -s`
- if [ -f -f $build_top/../patch/$basefilename.$dist.$ver.patch ]; then
+ if [ -f $build_top/../patch/$basefilename.$dist.$ver.patch ]; then
filename=$basefilename.$dist.$ver.patch
fi
fi
Show replies by date