DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21908>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21908

Fix for Yaov's 4.1.26 annoyance

           Summary: Fix for Yaov's 4.1.26 annoyance
           Product: Tomcat 4
           Version: 4.1.25
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Catalina
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


This patch fixes the bug Yaov pointed out in the 4.1.26 test tarball about 
"bin/catalina.sh: !: not 
found".
Jason

--- bin/setclasspath.sh     2003-07-15 04:56:10.000000000 -0400
+++ bin/setclasspath.sh   2003-07-25 16:27:46.870053000 -0400
@@ -53,7 +53,7 @@
 
 # Set standard commands for invoking Java.
 _RUNJAVA="$JAVA_HOME"/bin/java
-if ! $os400; then
+if [ ! "$os400" ]; then
   _RUNJDB="$JAVA_HOME"/bin/jdb
 fi
 _RUNJAVAC="$JAVA_HOME"/bin/javac

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to