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)
Tracking
(Not tracked)
RESOLVED
FIXED
1.2
People
(Reporter: markh, Unassigned)
Details
Attachments
(1 file)
232 bytes,
patch
|
myk
:
review+
|
Details | Diff | Splinter Review |
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)
Updated•14 years ago
|
Priority: -- → P3
Updated•14 years ago
|
Target Milestone: --- → 1.1
Updated•14 years ago
|
Target Milestone: 1.1 → 1.2
Updated•14 years ago
|
Attachment #551363 -
Flags: review?(myk) → review+
Comment 1•14 years ago
|
||
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.
Description
•