Author: mturk Date: Wed Mar 25 07:22:44 2009 New Revision: 758165 URL: http://svn.apache.org/viewvc?rev=758165&view=rev Log: Small cosmetic fix. I suppose there is no need to vote for something that trivial. If it is, I'll revert and propose a backport in STATUS
Modified: tomcat/tc6.0.x/trunk/bin/setclasspath.sh Modified: tomcat/tc6.0.x/trunk/bin/setclasspath.sh URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/bin/setclasspath.sh?rev=758165&r1=758164&r2=758165&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/bin/setclasspath.sh (original) +++ tomcat/tc6.0.x/trunk/bin/setclasspath.sh Wed Mar 25 07:22:44 2009 @@ -127,7 +127,7 @@ fi # Set standard commands for invoking Java. - _RUNJAVA="$JRE_HOME"/bin/java +_RUNJAVA="$JRE_HOME"/bin/java if [ "$os400" != "true" ]; then _RUNJDB="$JAVA_HOME"/bin/jdb fi --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org