You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2004/07/31 01:17:52 UTC

svn commit: rev 31004 - forrest/trunk/src/core/bin

Author: thorsten
Date: Fri Jul 30 16:17:51 2004
New Revision: 31004

Modified:
   forrest/trunk/src/core/bin/forrest
Log:
fixed ls -l to ls, thanks to Diwaker Gupta


Modified: forrest/trunk/src/core/bin/forrest
==============================================================================
--- forrest/trunk/src/core/bin/forrest	(original)
+++ forrest/trunk/src/core/bin/forrest	Fri Jul 30 16:17:51 2004
@@ -35,7 +35,7 @@
 fi
 
 # use the location of this script to infer $FORREST_HOME
-realpath_listing=$(ls -l $0)
+realpath_listing=$(ls $0)
 realpath="${realpath_listing#*-> }"
 FORREST_HOME=`dirname "$realpath"`/..