Closed
Bug 475064
Opened 15 years ago
Closed 15 years ago
Solaris sh doesn't support "! test"; use "test !" instead
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jimb, Assigned: jimb)
References
Details
(Keywords: fixed1.9.1)
Attachments
(1 file, 1 obsolete file)
2.89 KB,
patch
|
benjamin
:
review+
benjamin
:
approval1.9.1+
|
Details | Diff | Splinter Review |
The Solaris 10 /bin/sh doesn't understand 'if ! test ...', but /bin/test does have a '!' operator.
Assignee | ||
Comment 1•15 years ago
|
||
Assignee | ||
Comment 2•15 years ago
|
||
Revised to catch uses in moznbytetype.m4
Assignee: nobody → jim
Attachment #358461 -
Attachment is obsolete: true
Status: NEW → ASSIGNED
Attachment #358463 -
Flags: review?(benjamin)
Updated•15 years ago
|
Attachment #358463 -
Flags: review?(benjamin) → review+
Assignee | ||
Updated•15 years ago
|
Flags: wanted1.9.1?
Assignee | ||
Comment 3•15 years ago
|
||
Requested in 1.9.1: very low risk, necessary for Solaris.
Updated•15 years ago
|
Flags: wanted1.9.1? → wanted1.9.1+
Comment 4•15 years ago
|
||
Comment on attachment 358463 [details] [diff] [review] Bug 475064: Use 'test !', not '! test' in configure scripts. Land on trunk first, of course.
Attachment #358463 -
Flags: approval1.9.1+
Assignee | ||
Comment 5•15 years ago
|
||
Landed in M-C: http://hg.mozilla.org/mozilla-central/rev/eb44ad0afada
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 6•14 years ago
|
||
Landed in 1.9.1: http://hg.mozilla.org/releases/mozilla-1.9.1/rev/4837ad70b0ff
Keywords: fixed1.9.1
Updated•14 years ago
|
Blocks: C191ConfSync
Updated•5 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•