From 388156bfee31aa53c2a213ae4f99a9d61f886eab Mon Sep 17 00:00:00 2001 From: Abhishek Mukherjee Date: Tue, 1 Sep 2009 16:57:05 -0400 Subject: [PATCH] Make the git-sh-script source more global --- git-export | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-export b/git-export index f143e07..33bf606 100755 --- a/git-export +++ b/git-export @@ -8,7 +8,7 @@ USAGE="[-f | --force] " LONG_USAGE="Export the contents of the git index to the specified directory" SUBDIRECTORY_OK=Yes OPTIONS_SPEC= -. git-sh-setup +. "`git --exec-path`/git-sh-setup" force=0 destination=