Author: jfrederic.clere(a)jboss.com
Date: 2014-05-07 09:49:03 -0400 (Wed, 07 May 2014)
New Revision: 3279
Modified:
trunk/build/unix/buildbin.EAP6.sh
Log:
typo.
Modified: trunk/build/unix/buildbin.EAP6.sh
===================================================================
--- trunk/build/unix/buildbin.EAP6.sh 2014-05-07 13:32:17 UTC (rev 3278)
+++ trunk/build/unix/buildbin.EAP6.sh 2014-05-07 13:49:03 UTC (rev 3279)
@@ -71,7 +71,7 @@
jar_file=`ls -t target/*.jar | head -1`
EAP6=/home/hudson/EAP6
export EAP6
-old_file=`ls $EAP6/odules/system/layers/base/org/jboss/as/web/main/jbossweb*.jar`
+old_file=`ls $EAP6/modules/system/layers/base/org/jboss/as/web/main/jbossweb*.jar`
cp $jar_file $old_file
cp $jar_file $EAP6/jbossweb.jar