Changeset 207
- Timestamp:
- 01/12/07 02:35:43 (2 years ago)
- Files:
-
- trunk/installer/ui/Exec.d (modified) (1 diff)
- trunk/setup.exe (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/installer/ui/Exec.d
r206 r207 58 58 version(Win32) 59 59 { 60 std.string.replace(command, "\\", "\\\\");60 command = std.string.replace(command, "\\", "\\\\"); 61 61 } 62 62
