Closed
Bug 197582
Opened 22 years ago
Closed 22 years ago
installer script bashism
Categories
(SeaMonkey :: Installer, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: jerzy, Assigned: ssu0262)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.3) Gecko/20030312
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.3) Gecko/20030312
Installer script will fail if default shell will be other than bash.
Reproducible: Always
Steps to Reproduce:
1.have /bin/sh linked to different shell than bash (f.e. pdksh)
2.run mozilla-installer
Actual Results:
$ ./mozilla-installer
./mozilla-installer[41]: export: -n: unknown option
Expected Results:
Should not fail. Use explicit shell definition (#!/bin/bash) or give up "-n"
option for better shell compatibility.
Updated•22 years ago
|
QA Contact: bugzilla → gbush
Comment 1•22 years ago
|
||
This was fixed in mozilla-installer version 1.10 as part of bug 198304. See
<http://bonsai.mozilla.org/cvslog.cgi?file=mozilla/xpinstall/wizard/unix/src2/mozilla-installer>.
Status: UNCONFIRMED → RESOLVED
Closed: 22 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
•