donaldp 2003/02/25 02:19:30 Modified: src/script run.bat Log: Without this patch phoenix will not find the correct PHOENIX_HOME if one of the parent directorys is named bin Submitted by: David "Dwayne" Bernard Revision Changes Path 1.10 +2 -2 avalon-phoenix/src/script/run.bat Index: run.bat =================================================================== RCS file: /home/cvs/avalon-phoenix/src/script/run.bat,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- run.bat 25 Sep 2002 12:51:36 -0000 1.9 +++ run.bat 25 Feb 2003 10:19:30 -0000 1.10 @@ -39,10 +39,10 @@ if not "%OS%"=="Windows_NT" goto start rem %~dp0 is name of current script under NT -set PHOENIX_HOME=%~dp0 +set PHOENIX_HOME=%~fp0 rem : operator works similar to make : operator -set PHOENIX_HOME=%PHOENIX_HOME:\bin\=% +set PHOENIX_HOME=%PHOENIX_HOME:\bin\run.bat=% :start
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
