Changes between Initial Version and Version 1 of Ticket #343, comment 1
- Timestamp:
- Mar 30, 2015, 3:39:58 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #343, comment 1
initial v1 37 37 38 38 This will completely screw up the target program which doesn't expect `"` to be escaped this way. The real life case of such a screw up screw up is `wrc.exe`. See here http://trac.netlabs.org/ports/ticket/60. And http://trac.netlabs.org/kbuild/ticket/113 seems to be a similar case as well. 39 40 In the test case above `cmd.exe` is used to process the REXX script so `cmd.exe` is affected as well (expectedly).