contrib/rerere-train: use installed git-sh-setup

Instead of sourcing git-sh-setup from random place that is on the $PATH,
explicitly source $(git --exec-path)/git-sh-setup.  As I do not personally
have any libexec/git-core directory on my $PATH like many other people, the
script will fail without this update.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Junio C Hamano 2012-04-30 12:46:30 -07:00
parent 868d662399
commit 53876fcf3f
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ USAGE="$me rev-list-args"

SUBDIRECTORY_OK=Yes
OPTIONS_SPEC=
. git-sh-setup
. $(git --exec-path)/git-sh-setup
require_work_tree
cd_to_toplevel