documentation: Makefile accounts for SHELL_PATH setting
authorBen Walton <bwalton@artsci.utoronto.ca>
Sun, 22 Mar 2009 13:20:44 +0000 (09:20 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sun, 12 Apr 2009 08:35:12 +0000 (01:35 -0700)
Ensure that the Makefile that generates and installs the Documentation is
aware of any SHELL_PATH setting. Use this value if found or the current
setting for SHELL if not. This is an accommodation for systems where sh
is not POSIX enough.

Signed-off-by: Ben Walton <bwalton@artsci.utoronto.ca>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found