Closed
Bug 414624
Opened 18 years ago
Closed 18 years ago
Remove extra backslash from path to installed MozillaBuild
Categories
(Firefox Build System :: MozillaBuild, task)
Firefox Build System
MozillaBuild
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jwatt, Assigned: jwatt)
Details
Attachments
(2 files)
|
7.64 KB,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
|
1.84 KB,
patch
|
Details | Diff | Splinter Review |
In start-msvc8.bat etc., the %~p0% variable includes a trailing backslash, but we add another wherever we use the value which produces a double backslash. Also you don't need to use both %~d0% and %~p0% since you can get both the directory and path in one go using %~dp0%
Attachment #300069 -
Flags: review?(ted.mielczarek)
Updated•18 years ago
|
Attachment #300069 -
Flags: review?(ted.mielczarek) → review+
| Assignee | ||
Comment 1•18 years ago
|
||
Checked in.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Comment 2•17 years ago
|
||
I suck, I totally missed this in review. This broke setting the default paths in MozillaBuild. I checked in this bustage fix.
Updated•3 years ago
|
Product: mozilla.org → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•