Closed Bug 1094080 Opened 10 years ago Closed 10 years ago

/builds/slave/m-cen-lx-000000000000000000000/build/configure: line 1: 0: command not found

Categories

(Firefox Build System :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
mozilla36

People

(Reporter: glandium, Assigned: glandium)

References

Details

Attachments

(1 file)

This spurious message shows up since bug 1091505 landed.

The problem is that the configure code does this:

trap ' "$?" != 0  && echo "------ config.log ------" && tail -n 25 config.log' EXIT

instead of

trap '[ "$?" != 0 ] && echo "------ config.log ------" && tail -n 25 config.log' EXIT
Attachment #8517281 - Flags: review?(mshal) → review+
https://hg.mozilla.org/mozilla-central/rev/fc7a4809d76a
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla36
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: