mirror of
https://github.com/git/git.git
synced 2024-11-18 04:23:55 +01:00
install-doc-quick - use git --exec-path to find git-sh-setup
This is needed as git-sh-setup is no longer in the path. Signed-off-by: Mark Levedahl <mlevedahl@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
d1a4489a56
commit
dc0f705415
@ -6,7 +6,7 @@ head="$1"
|
||||
mandir="$2"
|
||||
SUBDIRECTORY_OK=t
|
||||
USAGE='<refname> <target directory>'
|
||||
. git-sh-setup
|
||||
. "$(git --exec-path)"/git-sh-setup
|
||||
cd_to_toplevel
|
||||
|
||||
test -z "$mandir" && usage
|
||||
|
Loading…
Reference in New Issue
Block a user