Closed
Bug 25187
Opened 25 years ago
Closed 25 years ago
A better way to start mozilla
Categories
(SeaMonkey :: Build Config, defect, P3)
Tracking
(Not tracked)
M15
People
(Reporter: biswapesh_chatterjee, Assigned: slamm)
Details
Right now, you have to cd to the directory where the 'mozilla' shell script is
present before saying './mozilla' to start the program. Now if you change the
following lines as follows, you can execute mozilla directly from anywhere
without cd-ing to the directory:
Change dist_bin as follows:
dist_bin="`dirname $0`"
Then add the line
cd $dist_bin
This should take care of the problem.
Comment 1•25 years ago
|
||
Guessing that this might be a "Build Config" bug. slamm@netscape.com,
you've been in there most recently - does this suggestion make sense?
Assignee: nobody → slamm
Component: Browser-General → Build Config
QA Contact: nobody → cyeh
Comment 3•25 years ago
|
||
This looks like the same issue as in bug 23438, "[RFE] Change mozilla and
run-mozilla.sh scripts to run from anywhere", M14.
Reporter | ||
Comment 4•25 years ago
|
||
*** This bug has been marked as a duplicate of 23438 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Comment 5•25 years ago
|
||
verified dup of 23438 [RFE] Change mozilla and run-mozilla.sh scripts to run
from anywhere
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•