holtdl      02/02/27 16:01:05

  Modified:    src/script ant
  Log:
  Make the return code match the naughty exit.
  
  Revision  Changes    Path
  1.14      +1 -1      jakarta-ant/src/script/ant
  
  Index: ant
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/src/script/ant,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- ant       20 Feb 2002 12:35:42 -0000      1.13
  +++ ant       28 Feb 2002 00:01:05 -0000      1.14
  @@ -77,7 +77,7 @@
   if [ ! -x "$JAVACMD" ] ; then
     echo "Error: JAVA_HOME is not defined correctly."
     echo "  We cannot execute $JAVACMD"
  -  exit
  +  exit 1
   fi
   
   if [ -n "$CLASSPATH" ] ; then
  
  
  

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

Reply via email to