Closed
Bug 370678
Opened 18 years ago
Closed 18 years ago
MozillaBuild start-msvc8 syntax error for else
Categories
(Firefox Build System :: MozillaBuild, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: steve, Assigned: benjamin)
Details
Attachments
(1 file)
|
7.35 KB,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1
Build Identifier:
the else clause of the if statement is invalid. It must be on same line as the end of the if, thus
)
else
(
must be
) else (
Reproducible: Always
Steps to Reproduce:
1. put a pause statement in start-msvc8.bat before the last line
2. run it
3.
Actual Results:
an error occurs
Expected Results:
no error
| Assignee | ||
Updated•18 years ago
|
Assignee: nobody → benjamin
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Assignee | ||
Comment 1•18 years ago
|
||
The output of this patch can be found at http://benjamin.smedbergs.us/tests/MozillaBuildSetup-1.1.exe
5afe7d6330b6d75d3b563d6eb9f8601e *MozillaBuildSetup-1.1.exe
wget is for tinderboxes as well as fast-checkout. autoconf is for build hackers. Sources are necessary to satisfy the terms of the GPL. MIME::Base64 is for tinderboxes.
Attachment #256830 -
Flags: review?(ted.mielczarek)
Updated•18 years ago
|
Attachment #256830 -
Flags: review?(ted.mielczarek) → review+
| Assignee | ||
Comment 2•18 years ago
|
||
Fixed on trunk. mkaply has pointed out one additional bug (missing /bin/bash) which breaks update packaging scripts which he'd like to get for MozillaBuild 1.1
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Comment 3•18 years ago
|
||
Mass re-assign of MozillaBuild bugs into mozilla.org:MozillaBuild
Component: Build Config → MozillaBuild
Product: Core → mozilla.org
Version: Trunk → other
Updated•18 years ago
|
QA Contact: build-config → mozillabuild
Updated•2 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
•