On 5 April 2017 at 17:23, Richard Hipp <[email protected]> wrote: > On 4/4/17, Jens Alfke <[email protected]> wrote: > > > > The issue here seems to be that some scripts in the SQLite source > > distribution are _implicitly_ assuming that the default shell is bash, or > > else that ‘sh’ is an alias of bash. The best fix, IMHO, would be to make > > those scripts explicitly invoke bash, using a shebang or whatever. > > The deeper issue is that I do not have access to a machine that lacks > bash on which to test the modifications....
Install dash and symlink /bin/sh to /bin/dash? (which is Ubuntu's default configuration since 6.10: https://wiki.ubuntu.com/DashAsBinSh ) -Rowan _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

