ncurses: use SH instead of SHELL to hold path to /bin/sh
commit12bb93a511abdb55401565dd4432e8ca197af96f
authorJosef 'Jeff' Sipek <jeffpc@josefsipek.net>
Thu, 25 Jan 2018 02:23:51 +0000 (24 21:23 -0500)
committerJosef 'Jeff' Sipek <jeffpc@josefsipek.net>
Thu, 25 Jan 2018 02:23:51 +0000 (24 21:23 -0500)
tree156359a29055f855c1cac0dd7536c17f5a679637
parent9143cf63cce5f4f4546cf7c9bbf113ef7fdbe598
ncurses: use SH instead of SHELL to hold path to /bin/sh

Somehow, $SHELL gets sometimes overridden by the environment to my shell of
choice (/usr/bin/zsh).  Sadly, zsh fails to execute the MKlib_gen.sh script
the same way as /bin/sh, which results in libncurses.so.6.0 failing to link
due to missing symbols.
lib/libncurses/config.mk
lib/libncurses/ncurses/Makefile