Opened 18 years ago
Closed 18 years ago
#136 closed defect (fixed)
libc: incorrect parsing of single quotes in commandline arguments
Reported by: | bird | Owned by: | bird |
---|---|---|---|
Priority: | normal | Milestone: | libc-0.6.2 |
Component: | libc-backend | Version: | 0.6 |
Severity: | normal | Keywords: | command line |
Cc: |
Description
When invoking a program from an OS/2 command line, it's possible to have one or more single quotes embedded into the command line: myprog d:\foo'bar\filename.ext
The command line parser is currently removing the single quote char (and quite possibly treating the rest of the commandline as one single argument) because it's treating it as a start quote char. It should ignore the char.
Note:
See TracTickets
for help on using tickets.
(In [2990]) New single quote handling, Fixes #136.