Author: crossley
Date: Mon Sep 29 22:53:04 2008
New Revision: 700348

URL: http://svn.apache.org/viewvc?rev=700348&view=rev
Log:
Fix a bug that came with r609578 resulting in CLASSPATH not being set properly.
This did not rear its head until i upgraded to Ant-1.7.1 (commit to follow soon)
where our 'validate-xdocs' task failed with OutOfMemoryError.
Need to investigate our Ant classpath settings. But anyway this works now.
Days of work for the sake of an "R" :-(

Modified:
    forrest/trunk/bin/forrest

Modified: forrest/trunk/bin/forrest
URL: 
http://svn.apache.org/viewvc/forrest/trunk/bin/forrest?rev=700348&r1=700347&r2=700348&view=diff
==============================================================================
--- forrest/trunk/bin/forrest (original)
+++ forrest/trunk/bin/forrest Mon Sep 29 22:53:04 2008
@@ -74,7 +74,7 @@
 else
   S=':'
   FORREST_DOT_HOME=$FORREST_HOME
-  FOREST_SHELL_HOME=$FORREST_HOME
+  FORREST_SHELL_HOME=$FORREST_HOME
 fi
 
 # set the ant file to use