git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@587043
13f79535-47bb-0310-9956-
ffa450edef68
if [ -z "$JAVA_HOME" -a "$1" = "debug" ]; then
+1:
- -1:
+ -1: jfclere. I have proposed a "better" patch below.
0: yoavs,rjung
Comment by rjung: Maybe switching "then" and "else" cases by using "-x" instead of "! -x".
This way the error exit stays the last case which seems more natural.
* Tests for unit tests for the cookie issues. http://people.apache.org/~jfclere/patches/CookiesTest.patch
+1:
-1:
+
+* Guess java location from the PATH environment. http://people.apache.org/~jfclere/patches/setclasspath.sh.patch
+ +1:
+ -1: