berkeleydb: CONFIG_SHELL=/bin/sh
commit9b83b361ba270c2ea6bafd86d764f973be4c8027
authorLauri Tirkkonen <lotheac@iki.fi>
Sun, 29 Jul 2018 15:15:09 +0000 (29 18:15 +0300)
committerLauri Tirkkonen <lotheac@iki.fi>
Sun, 29 Jul 2018 15:15:09 +0000 (29 18:15 +0300)
tree583d1abf5fb9afe9d4390297a4f6c6e0e8d30068
parentdf30d5419af736c88e5f298d5f214e070ca8a0f7
berkeleydb: CONFIG_SHELL=/bin/sh

having CONFIG_SHELL=/bin/bash in env while using /bin/sh to run
./configure does not work well with berkeleydb -- it ends up assuming it
can use "print -r" to print stuff, but we have no /usr/bin/print anymore
and ksh doesn't have it builtin either
components/database/berkeleydb/Makefile