Opened 4 years ago
Closed 4 years ago
#58 closed defect (fixed)
Fix "For" switches so they can be placed in any order and grouped; Address related trap
| Reported by: | Gregg Young | Owned by: | Gregg Young |
|---|---|---|---|
| Priority: | major | Milestone: | Version-3.10 |
| Component: | Base | Version: | 3.09 |
| Keywords: | Cc: |
Description
for /a:d /hr %X in ( * ) echo %X This line causes a trap. The failure is because the "hr" is in a single switch. However while /h /r works as expected /r /h results in a failure to recognize the /h.
Change History (2)
comment:1 by , 4 years ago
| Owner: | set to |
|---|---|
| Status: | new → accepted |
comment:2 by , 4 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.

Rev 38289