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" <[EMAIL PROTECTED]>
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]