* [PATCH] install-doc-quick - use git --exec-path to find git-sh-setup
@ 2008-07-08 2:37 Mark Levedahl
0 siblings, 0 replies; only message in thread
From: Mark Levedahl @ 2008-07-08 2:37 UTC (permalink / raw)
To: git; +Cc: Mark Levedahl
This is needed as git-sh-setup is no longer in the path.
Signed-off-by: Mark Levedahl <mlevedahl@gmail.com>
---
Documentation/install-doc-quick.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Documentation/install-doc-quick.sh b/Documentation/install-doc-quick.sh
index 5433cf8..35f4408 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='<refname> <target directory>'
-. git-sh-setup
+. "$(git --exec-path)"/git-sh-setup
cd_to_toplevel
test -z "$mandir" && usage
--
1.5.6.2.271.g73ad8
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-07-08 2:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-08 2:37 [PATCH] install-doc-quick - use git --exec-path to find git-sh-setup Mark Levedahl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).