[Mono-bugs] [Bug 342819] New: .installer_post_libscan uses bashisms, but claims only to need /bin/sh
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Nov 19 14:54:24 EST 2007
https://bugzilla.novell.com/show_bug.cgi?id=342819
Summary: .installer_post_libscan uses bashisms, but claims only
to need /bin/sh
Product: Mono: Runtime
Version: 1.2.5
Platform: x86
OS/Version: Ubuntu
Status: NEW
Severity: Normal
Priority: P5 - None
Component: packaging
AssignedTo: wberrier at novell.com
ReportedBy: chris.hamons at gmail.com
QAContact: mono-bugs at ximian.com
Found By: ---
On ubuntu 7.10 with the .bin installer, .installer_post_libscan fails with an
error on line 9. The script works when /bin/bash is replaced with /bin/bash. It
appears to use bash specific syntax, and on Ubuntu /bin/sh is no longer bash.
(https://wiki.ubuntu.com/DashAsBinSh)
A simple fix is to replace /bin/sh with /bin/bash on all non-portable shell
scripts.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list