makefile: set SHELL to detach from user environment (Yasuhiro KIMURA)..
commite3d92fe4d1467f5a6ff155f1f3d1a1683fdaf57b
authorSteffen Nurpmeso <steffen@sdaoden.eu>
Sat, 19 Dec 2020 13:59:45 +0000 (19 14:59 +0100)
committerSteffen Nurpmeso <steffen@sdaoden.eu>
Sat, 19 Dec 2020 14:07:46 +0000 (19 15:07 +0100)
tree6e76081ec72467feb146cf4c890bf73d730bcf33
parent38539ee810770f3cc01b8b9c3a45f7a0628517d0
makefile: set SHELL to detach from user environment (Yasuhiro KIMURA)..

  Currently targets fail if user's login shell isn't compatible
  with POSIX (e.g. csh, tcsh). So explicitly set SHELL in makefile
  so targets succeed in such case too.
makefile