noel        2003/06/10 08:04:21

  Modified:    phoenix-bin/bin run.bat
  Log:
  Fix bug 20645.
  
  Revision  Changes    Path
  1.5       +1 -1      jakarta-james/phoenix-bin/bin/run.bat
  
  Index: run.bat
  ===================================================================
  RCS file: /home/cvs/jakarta-james/phoenix-bin/bin/run.bat,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- run.bat   30 Oct 2002 20:54:12 -0000      1.4
  +++ run.bat   10 Jun 2003 15:04:21 -0000      1.5
  @@ -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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to