Skip to content

Commit

Permalink
install-doc-quick - use git --exec-path to find git-sh-setup
Browse files Browse the repository at this point in the history
This is needed as git-sh-setup is no longer in the path.

Signed-off-by: Mark Levedahl <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
mark987 authored and gitster committed Jul 8, 2008
1 parent d1a4489 commit dc0f705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/install-doc-quick.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc0f705

Please sign in to comment.