You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2003/06/04 12:08:57 UTC

cvs commit: avalon-phoenix/src/script phoenix.sh

donaldp     2003/06/04 03:08:57

  Modified:    src/script phoenix.sh
  Log:
  Fix the TMPDIR path under windows/cygwin use of script.
  
  Submitted by: "Antoine Levy-Lambert" <le...@tiscali-dsl.de>
  
  Revision  Changes    Path
  1.9       +1 -0      avalon-phoenix/src/script/phoenix.sh
  
  Index: phoenix.sh
  ===================================================================
  RCS file: /home/cvs/avalon-phoenix/src/script/phoenix.sh,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- phoenix.sh	10 Apr 2003 22:30:26 -0000	1.8
  +++ phoenix.sh	4 Jun 2003 10:08:57 -0000	1.9
  @@ -104,6 +104,7 @@
   # For Cygwin, switch paths to Windows format before running java
   if $cygwin; then
     PHOENIX_HOME=`cygpath --path --windows "$PHOENIX_HOME"`
  +  PHOENIX_TMPDIR=`cygpath --path --windows "$PHOENIX_TMPDIR"`
   fi
   
   # ----- Execute The Requested Command -----------------------------------------
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org