Revert "ncurses: use SH instead of SHELL to hold path to /bin/sh"
commit1c07ee4712f878083d92d2b196b9ffeddf176cd0
authorJosef 'Jeff' Sipek <jeffpc@josefsipek.net>
Fri, 26 Jan 2018 14:15:44 +0000 (26 09:15 -0500)
committerJosef 'Jeff' Sipek <jeffpc@josefsipek.net>
Fri, 26 Jan 2018 14:26:31 +0000 (26 09:26 -0500)
treed47dc56a42050d90f21a3fd194906db762a3ab05
parent49c5cb15741a77034f1ccf7e493f73d9290870ae
Revert "ncurses: use SH instead of SHELL to hold path to /bin/sh"

This reverts commit 12bb93a511abdb55401565dd4432e8ca197af96f.

It turns out that the problem was that inside bldenv, SHELL was
/usr/bin/zsh *and* MAKEFLAGS was "e".  This lets the environment
override the assignment in the makefile.  (This isn't a concern for
nightly, since nightly uses 'env -i' to clean up the environment before
invoking bmake.)  Since as of 49c5cb15741a77034f1ccf7e493f73d9290870ae,
we always force bldenv to use /bin/sh, this is no longer a problem.
lib/libncurses/config.mk
lib/libncurses/ncurses/Makefile