Closed Bug 677120 Opened 14 years ago Closed 14 years ago

cfx.bat supports only 9 cmdline arguments

Categories

(Add-on SDK Graveyard :: General, defect, P3)

x86_64
Windows Vista
defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: markh, Unassigned)

Details

Attachments

(1 file)

cfx.bat uses %1 %2 ... %9 to pass cmdline arguments from the .bat file to the Python cfx script, which limits the number of arguments to 9 - any additional args are silently dropped. In Windows XP (at least) and later, %* can be used to represent all the args - attaching a patch which does this and therefore fixes this issue.
Attachment #551363 - Flags: review?(myk)
Priority: -- → P3
Target Milestone: --- → 1.1
Target Milestone: 1.1 → 1.2
Attachment #551363 - Flags: review?(myk) → review+
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: