You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by pr...@apache.org on 2003/06/10 16:45:42 UTC

cvs commit: avalon-phoenix/src/script run.bat

proyal      2003/06/10 07:45:42

  Modified:    src/script run.bat
  Log:
  Quote directory for win32 users.
  
  Fixes 20645 from JAMES
  
  Revision  Changes    Path
  1.14      +1 -1      avalon-phoenix/src/script/run.bat
  
  Index: run.bat
  ===================================================================
  RCS file: /home/cvs/avalon-phoenix/src/script/run.bat,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- run.bat	4 Apr 2003 10:53:53 -0000	1.13
  +++ run.bat	10 Jun 2003 14:45:41 -0000	1.14
  @@ -59,7 +59,7 @@
   
   if not "%PHOENIX_TMPDIR%"=="" goto afterTmpDir
   set PHOENIX_TMPDIR=%PHOENIX_HOME%\temp
  -if not exist "%PHOENIX_TMPDIR%" mkdir %PHOENIX_TMPDIR%
  +if not exist "%PHOENIX_TMPDIR%" mkdir "%PHOENIX_TMPDIR%"
   
   :afterTmpDir
   
  
  
  

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