You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/03/21 05:08:31 UTC

svn commit: r158411 - forrest/trunk/bin/forrest

Author: crossley
Date: Sun Mar 20 20:08:30 2005
New Revision: 158411

URL: http://svn.apache.org/viewcvs?view=rev&rev=158411
Log:
Add line-break between commands

Modified:
    forrest/trunk/bin/forrest

Modified: forrest/trunk/bin/forrest
URL: http://svn.apache.org/viewcvs/forrest/trunk/bin/forrest?view=diff&r1=158410&r2=158411
==============================================================================
--- forrest/trunk/bin/forrest (original)
+++ forrest/trunk/bin/forrest Sun Mar 20 20:08:30 2005
@@ -93,7 +93,8 @@
 
 echo "Apache Forrest.  Run 'forrest -projecthelp' to list options"
 echo
-FORREST_HOME="$FORREST_HOME" "$ANT_HOME/bin/ant" -buildfile "$ANTFILE" -Dbasedir="$PROJECT_HOME" -emacs $@
+FORREST_HOME="$FORREST_HOME"
+"$ANT_HOME/bin/ant" -buildfile "$ANTFILE" -Dbasedir="$PROJECT_HOME" -emacs $@
 RESULT=$?
 
 # ---- Restore Classpath