From: Mark Levedahl Date: Tue, 8 Jul 2008 02:37:38 +0000 (-0400) Subject: install-doc-quick - use git --exec-path to find git-sh-setup X-Git-Tag: v1.6.0-rc0~111 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=dc0f70541503e9006ac2fe812591b080c169c572;p=git.git 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 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/install-doc-quick.sh b/Documentation/install-doc-quick.sh index 5433cf8ce..35f440876 100755 --- a/Documentation/install-doc-quick.sh +++ b/Documentation/install-doc-quick.sh @@ -6,7 +6,7 @@ head="$1" mandir="$2" SUBDIRECTORY_OK=t USAGE=' ' -. git-sh-setup +. "$(git --exec-path)"/git-sh-setup cd_to_toplevel test -z "$mandir" && usage