Closed
Bug 40415
Opened 26 years ago
Closed 26 years ago
run-mozilla.sh should use "./" when launching moz executables
Categories
(SeaMonkey :: Build Config, defect, P4)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: joel.reed, Assigned: cls)
Details
--- run-mozilla.sh~ Wed May 24 09:09:37 2000
the run-mozilla.sh script assumes that you have "." in PATH. to make script
more generic with less assumptions the following patch should be applied...
+++ run-mozilla.sh Wed May 24 09:08:54 2000
@@ -60,7 +60,7 @@
#
cd ~/tmp/package
cmdname=`basename $0`
-MOZ_APPRUNNER_NAME="mozilla-bin"
+MOZ_APPRUNNER_NAME="./mozilla-bin"
MOZ_VIEWER_NAME="viewer"
MOZ_DIST_BIN=""
MOZ_PROGRAM=""
The normal way to run mozilla is with the "mozilla" script (and viewer with the
mozilla-viewer script), which calls run-mozilla.sh with the argument
"./mozilla". I admit these defaults could be improved, but it's very low
priority.
Changing component to "Build Config" (since that seems the closest to what this
is) and reassigning, and confirming bug, and lowering priority/severity.
Perhaps, though, it would be better to make this clearer in the top of the
run-mozilla.sh script.
Also, in the patch above, viewer and mozilla-bin should both be changed (or
neither).
Assignee: asadotzler → cls
Severity: normal → minor
Status: UNCONFIRMED → NEW
Component: Browser-General → Build Config
Ever confirmed: true
Priority: P3 → P4
QA Contact: jelwell → granrose
Fix was checked in last week.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•