Uploaded image for project: 'James Server'
  1. James Server
  2. JAMES-109

run.bat created wrong temp dir

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • None
    • 2.2.0
    • James Core
    • None
    • Operating System: Windows NT/2K
      Platform: PC
    • 20645

    Description

      run.bat creates the temp dir with the following statement:

      ----- 8< —
      ...
      if not exist "%PHOENIX_TMPDIR%" mkdir %PHOENIX_TMPDIR%
      ...
      ----- 8< —

      This should be changed to:

      ----- 8< —
      ...
      if not exist "%PHOENIX_TMPDIR%" mkdir "%PHOENIX_TMPDIR%"
      ...
      ----- 8< —

      The dir value should be quoted.

      Attachments

        Activity

          People

            Unassigned Unassigned
            bart@desgeht.net Kristian Koehler
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: