Author: bdube Date: Sun Jan 30 23:31:10 2011 New Revision: 1065426 URL: http://svn.apache.org/viewvc?rev=1065426&view=rev Log: Remove trailing whitespace
Modified: forrest/trunk/bin/forrest Modified: forrest/trunk/bin/forrest URL: http://svn.apache.org/viewvc/forrest/trunk/bin/forrest?rev=1065426&r1=1065425&r2=1065426&view=diff ============================================================================== --- forrest/trunk/bin/forrest (original) +++ forrest/trunk/bin/forrest Sun Jan 30 23:31:10 2011 @@ -16,7 +16,7 @@ # limitations under the License. -# set the current working dir as the PROJECT_HOME variable +# set the current working dir as the PROJECT_HOME variable cygwin=false; darwin=false; @@ -24,7 +24,7 @@ case `uname` in CYGWIN*) cygwin=true ;; Darwin*) darwin=true if [ -z "$JAVA_HOME" ] ; then - JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Home + JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Home fi ;; esac