specify shell to use during install, to avoid problems with non-standard shells.
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 18 Dec 2014 16:40:30 +0000 (11:40 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 18 Dec 2014 16:40:30 +0000 (11:40 -0500)
commita34f572964153921ebd4c721a65228e3384662b5
tree28a73786fb81f7c1e3678485a6b87940387a3292
parent4453803c0c4bce4e4bfe5549f8e93453fa864506
specify shell to use during install, to avoid problems with non-standard shells.

based on github pull request #68 from nulltrek, who noted: "If the system shell
is not syntax compliant with sh (such as fish shell), the install script fails
to execute some lines (like stage2.run:671, fish shell doesn't have the &&
operator) because the "su" command opens a new default shell"
tools/linux_packaging/stage2.run