Changeset 207

Show
Ignore:
Timestamp:
01/12/07 02:35:43 (2 years ago)
Author:
Ant
Message:

installer windows fixes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/installer/ui/Exec.d

    r206 r207  
    5858        version(Win32) 
    5959        { 
    60             std.string.replace(command, "\\", "\\\\"); 
     60            command = std.string.replace(command, "\\", "\\\\"); 
    6161        } 
    6262