28 Jul
2009
28 Jul
'09
6:50 p.m.
On Tue, Jul 28, 2009 at 6:34 PM, Loui Chang<louipc.ist@gmail.com> wrote:
I was experimenting using dash as /bin/sh and noticed that a lot of packages were having errors in their install scriptlets.
popen passes commands to /bin/sh so we need to explicitly invoke bash, which the scriptlets are written for. WOO!
Signed-off-by: Loui Chang <louipc.ist@gmail.com>