Closed Bug 1900577 Opened 4 months ago Closed 4 months ago

Fix typo introduced in Bug 1899097

Categories

(Firefox Build System :: General, defect)

defect

Tracking

(firefox-esr115 unaffected, firefox126 unaffected, firefox127 unaffected, firefox128 fixed)

RESOLVED FIXED
128 Branch
Tracking Status
firefox-esr115 --- unaffected
firefox126 --- unaffected
firefox127 --- unaffected
firefox128 --- fixed

People

(Reporter: sergesanspaille, Assigned: sergesanspaille)

References

(Regression)

Details

(Keywords: regression)

Attachments

(1 file)

Bug 1899097 introduced the following diff:

-    if test -n "$GNU_CC" -o -n "$CLANG_CC"; then
-        # $GNU_CC will match gcc and clang; while $CLANG_CC will match only clang
-        if test -z "$CLANG_CC"; then
+    if test -n "$CC_TYPE" != clang-cl ; then
+        # != clang-cl will match gcc and clang
+        if test "$CC_TYPE" = gcc ; then

where we can spot a faulty -n

Status: NEW → RESOLVED
Closed: 4 months ago
Resolution: --- → FIXED
Target Milestone: --- → 128 Branch
Keywords: regression
Regressed by: 1899097
See Also: 1899097

Set release status flags based on info from the regressing bug 1899097

You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: