Closed
Bug 232354
Opened 21 years ago
Closed 21 years ago
Startup script passes arguments the wrong way
Categories
(SeaMonkey :: Build Config, defect)
SeaMonkey
Build Config
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: cbiere, Unassigned)
Details
User-Agent:
Build Identifier:
See mozilla/xpinstall/packager/unix/mozilla.sh:
exec /usr/bin/mozilla-bin $*
You should use this instead:
exec /usr/bin/mozilla-bin ${1+"$@"}
Reproducible: Always
Steps to Reproduce:
1. Install Mozilla
2. Run mozilla.sh with an argument which contains blanks.
3. Note that the argument is splitted into two arguments
Expected Results:
Keep the arguments as-is.
Comment 1•21 years ago
|
||
not installer... trying build config
Assignee: general → nobody
Component: Installer → Build Config
QA Contact: bugzilla → core.build-config
Why is there a bug on a file that hasn't been used since 1999? I'm removing the
file.
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → INVALID
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•