From dc0f70541503e9006ac2fe812591b080c169c572 Mon Sep 17 00:00:00 2001 From: Mark Levedahl Date: Mon, 7 Jul 2008 22:37:38 -0400 Subject: [PATCH] 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 --- Documentation/install-doc-quick.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/install-doc-quick.sh b/Documentation/install-doc-quick.sh index 5433cf8ced..35f440876e 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 -- 2.11.4.GIT