akarasulu    2003/12/20 10:41:18

  Modified:    merlin/platform/src/bin merlin.sh
  Log:
  Added line to make sure the -jar argument is set appropriately when runing
  the merlin.sh within the Cygwin shell environment on windows systems.
  
  Revision  Changes    Path
  1.9       +1 -0      avalon/merlin/platform/src/bin/merlin.sh
  
  Index: merlin.sh
  ===================================================================
  RCS file: /home/cvs/avalon/merlin/platform/src/bin/merlin.sh,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- merlin.sh 20 Dec 2003 09:07:15 -0000      1.8
  +++ merlin.sh 20 Dec 2003 18:41:18 -0000      1.9
  @@ -40,6 +40,7 @@
   if $cygwin; then
     JAVA_HOME=`cygpath --windows "$JAVA_HOME"`
     MERLIN_HOME=`cygpath --windows "$MERLIN_HOME"`
  +  MERLIN_BOOTSTRAP_JAR=$MERLIN_HOME'\'bin'\'lib'\'merlin-cli-3.2.jar 
     [ -n "$CLASSPATH" ] && CLASSPATH=`cygpath --path --windows "$CLASSPATH"`
   fi
   
  
  
  

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

Reply via email to