commit | b33f0c1ccdab9a774a644ff928c3663685d6fd20 | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@divmod.com> | Fri Jun 18 20:00:17 2010 +0000 |
committer | Jean-Paul Calderone <exarkun@divmod.com> | Fri Jun 18 20:00:17 2010 +0000 |
tree | bf9ef32be84aebc5f528f6682d8dfa97b48f464e | |
parent | a37b7af4d787a53ad0dcbdedef0e95f8546d2e28 [diff] |
Revert r60115 This revision introduced quoting for strings containing | based on a misunderstanding of the commonly used quoting rules used on Windows. | is interpreted by cmd.exe, not by the MS C runtime argv initializer. It only needs to be quoted if it is part of an argument passed through cmd.exe. See issue1300, issue7839, and issue8972.