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"`/..
|