Author: jfrederic.clere(a)jboss.com
Date: 2009-03-20 08:39:14 -0400 (Fri, 20 Mar 2009)
New Revision: 2379
Modified:
trunk/build/unix/buildbin.mod_cluster.sh
Log:
typo.
Modified: trunk/build/unix/buildbin.mod_cluster.sh
===================================================================
--- trunk/build/unix/buildbin.mod_cluster.sh 2009-03-20 10:31:59 UTC (rev 2378)
+++ trunk/build/unix/buildbin.mod_cluster.sh 2009-03-20 12:39:14 UTC (rev 2379)
@@ -242,7 +242,7 @@
make clean
make
if [ "$BUILD_SYS" = "hpux" ]; then
- for file in ls *.sl
+ for file in `ls *.sl`
do
nfile=`echo $file | sed 's:\.sl:\.so:'`
cp -p $file $nfile
Show replies by date