gitweb: allow $posix_shell_bin default to be set in Makefile
commit90ac3801c9452ab9967cdb5e745f30c985ac8a88
authorKyle J. McKay <mackyle@gmail.com>
Fri, 10 Apr 2015 05:37:59 +0000 (9 22:37 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Fri, 10 Apr 2015 05:37:59 +0000 (9 22:37 -0700)
treea82b75df33044522d7fc62b5c17d78d380df53ec
parentae1d436c7a6abe78171500dcacf092edba29306a
gitweb: allow $posix_shell_bin default to be set in Makefile

The default for the $posix_shell_bin setting is now the value
of the POSIX_SHELL_BIN makefile variable which itself defaults
to $(SHELL_PATH) which defaults to /bin/sh.

Either one of POSIX_SHELL_BIN or SHELL_PATH can be changed by
setting them in the ../config.mak.autogen, ../connfig.mak or
config.mak file.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
gitweb/Makefile
gitweb/gitweb.perl