You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by je...@apache.org on 2002/12/08 04:44:35 UTC

cvs commit: jakarta-slide/src/webdav/client/bin run.sh

jericho     2002/12/07 19:44:35

  Modified:    src/webdav/client/bin run.sh
  Log:
  - Remove an extra 'fi' statement
  
  Fixed by Julian Klein <cerebro70 at yahoo.com>
  Thank you...
  
  Revision  Changes    Path
  1.12      +3 -4      jakarta-slide/src/webdav/client/bin/run.sh
  
  Index: run.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/webdav/client/bin/run.sh,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- run.sh	24 Nov 2002 18:18:55 -0000	1.11
  +++ run.sh	8 Dec 2002 03:44:35 -0000	1.12
  @@ -40,9 +40,8 @@
   if [ ! -f ${SLIDE_HOME}/client/lib/slide-client.jar ] ; then
       if [ ! -f ${SLIDE_HOME}/dist/client/lib/slide-client.jar ] ; then
           if [ ! -d ${SLIDE_HOME}/build/client/classes ] ; then
  -                echo Unable to determine the value of SLIDE_HOME
  -                exit 1
  -            fi
  +            echo Unable to determine the value of SLIDE_HOME
  +            exit 1
           fi
       fi
   fi
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>