funkman     2003/07/26 07:27:54

  Modified:    catalina/src/bin setclasspath.sh
  Log:
  Per bugzilla 21908
  Thanks jcorley1 AT nc.rr dot com (Jason Corley)
  
  Revision  Changes    Path
  1.10      +2 -2      jakarta-tomcat-4.0/catalina/src/bin/setclasspath.sh
  
  Index: setclasspath.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/bin/setclasspath.sh,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- setclasspath.sh   8 May 2003 08:19:58 -0000       1.9
  +++ setclasspath.sh   26 Jul 2003 14:27:54 -0000      1.10
  @@ -10,7 +10,7 @@
     echo "This environment variable is needed to run this program"
     exit 1
   fi
  -if $os400; then
  +if [ ! "$os400" ]; then
     if [ ! -r "$JAVA_HOME"/bin/java -o ! -r "$JAVA_HOME"/bin/javac ]; then
       echo "The JAVA_HOME environment variable is not defined correctly"
       echo "This environment variable is needed to run this program"
  
  
  

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

Reply via email to