Closed Bug 1407211 Opened 7 years ago Closed 7 years ago

Typo in build/unix/run-mozilla.sh

Categories

(Core :: General, defect)

All
Linux
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla58
Tracking Status
firefox58 --- fixed

People

(Reporter: zebob.m, Unassigned)

References

Details

In https://hg.mozilla.org/mozilla-central/rev/68765cc0c530 , a typo was made in build/unix/run-mozilla.sh which breaks the script:

 if [ -z "$MRE_HOME" ]; then
-    MRE_HOME=$MOZILLA_FIVE_HOME
+    MRE_HOME=$MOZ_DIST_BIN"
 fi

An extraneous quote "  was added at the end of the line, which comments out the script until the next quote. Thus we can't start Firefox on (Fedora) Linux, which uses this script to startup.
Mike, it seems your patch in Bug 1403366 introduced that typo, could you have a look please? thanks
Blocks: 1403366
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: needinfo?(mh+mozilla)
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/mozilla-inbound/rev/0eb661b43ba4
Fix typo in build/unix/run-mozilla.sh from bug 1403366. r=glandium
Flags: needinfo?(mh+mozilla)
https://hg.mozilla.org/mozilla-central/rev/0eb661b43ba4
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
You need to log in before you can comment on or make changes to this bug.