Closed
Bug 820289
Opened 13 years ago
Closed 13 years ago
Quote paths in install/preprocessing/mkdir "magic" rules
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla20
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file, 1 obsolete file)
|
6.26 KB,
patch
|
glandium
:
review+
|
Details | Diff | Splinter Review |
pymake doesn't like commands using special characters, and bug 820053 makes us call nsinstall and mkdir with such special characters. Fortunately, pymake now handles quoting quite nicely.
| Assignee | ||
Comment 1•13 years ago
|
||
Attachment #690774 -
Flags: review?(ted)
Updated•13 years ago
|
Attachment #690774 -
Flags: review?(ted) → review+
| Assignee | ||
Comment 2•13 years ago
|
||
Added missing quotes on the mkdir command.
| Assignee | ||
Updated•13 years ago
|
Attachment #690774 -
Attachment is obsolete: true
| Assignee | ||
Comment 3•13 years ago
|
||
Comment on attachment 690846 [details] [diff] [review]
Quote paths in install/preprocessing/mkdir "magic" rules
Carrying over r+
Attachment #690846 -
Flags: review+
| Assignee | ||
Comment 4•13 years ago
|
||
Comment 5•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•