You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by st...@apache.org on 2003/04/10 23:46:58 UTC

cvs commit: cocoon-2.1 cocoon.sh

stefano     2003/04/10 14:46:58

  Modified:    .        cocoon.sh
  Log:
  just in case we have whitespaces around
  
  Revision  Changes    Path
  1.4       +3 -3      cocoon-2.1/cocoon.sh
  
  Index: cocoon.sh
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/cocoon.sh,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- cocoon.sh	19 Mar 2003 17:26:54 -0000	1.3
  +++ cocoon.sh	10 Apr 2003 21:46:58 -0000	1.4
  @@ -70,11 +70,11 @@
   fi
   
   if [ "$COCOON_WEBAPP_HOME" = "" ] ; then
  -  COCOON_WEBAPP_HOME=$COCOON_HOME/build/webapp
  +  COCOON_WEBAPP_HOME='$COCOON_HOME/build/webapp'
   fi
   
   if [ "$COCOON_LIB" = "" ] ; then
  -  COCOON_LIB=$COCOON_WEBAPP_HOME/WEB-INF/lib
  +  COCOON_LIB='$COCOON_WEBAPP_HOME/WEB-INF/lib'
   fi
   
   if [ "$JETTY_PORT" = "" ] ; then