Closed
Bug 270930
Opened 21 years ago
Closed 20 years ago
install script does not handle path with spaces
Categories
(SeaMonkey :: Installer, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: zirephoenix, Assigned: ajschult784)
Details
Attachments
(3 files, 1 obsolete file)
1.66 KB,
text/plain
|
Details | |
2.54 KB,
text/plain
|
Details | |
1.64 KB,
patch
|
benjamin
:
review+
bryner
:
superreview+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Build Identifier: Mozilla/5.0 Firefox/1.0
The install script will fail and complain about missing program <piece of the
pwd> when any part of the pwd has a space. Quotes around the path variable
assignment would fix this pretty fast.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Simply unpacking the files to a path that doesn't have spaces will fix this.
That or add in the quotes in the script.
Comment 1•21 years ago
|
||
What install script?
Reporter | ||
Comment 2•21 years ago
|
||
Reporter | ||
Comment 3•21 years ago
|
||
Reporter | ||
Comment 4•21 years ago
|
||
Assignee | ||
Comment 5•21 years ago
|
||
yup
Status: UNCONFIRMED → NEW
Ever confirmed: true
Hardware: Other → All
Assignee | ||
Comment 6•21 years ago
|
||
this handles spaces in the path as well as in arguments (not that any legal
arguments have spaces...)
Assignee: general → ajschult
Attachment #166575 -
Attachment is obsolete: true
Status: NEW → ASSIGNED
Assignee | ||
Updated•21 years ago
|
Attachment #166623 -
Flags: superreview?(bryner)
Attachment #166623 -
Flags: review?(bsmedberg)
Updated•21 years ago
|
Attachment #166623 -
Flags: review?(bsmedberg) → review+
Updated•21 years ago
|
Product: Browser → Seamonkey
Updated•20 years ago
|
Attachment #166623 -
Flags: superreview?(bryner) → superreview+
Assignee | ||
Comment 7•20 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•