On Jul 8, 2009, at 2:05 PM, Daniel Barkalow wrote:
On Wed, 8 Jul 2009, Junio C Hamano wrote:
Fritz Anderson <fritza@xxxxxxxxxxxx> writes:
...
Glad to oblige. These are the four possibilities:
$ git --exec-path
/usr/local/libexec/git-core
$ /usr/local/bin/git --exec-path
/usr/local/libexec/git-core
$ sudo git --exec-path
/usr/local/libexec/git-core
$ sudo /usr/local/bin/git --exec-path
/usr/local/libexec/git-core
$
Same path every time, sudo or not, full path to git or not.
Just to verify, /usr/local/libexec/git-core/git-index-pack exists,
and is
executable?
$ ls -l /usr/local/libexec/git-core/git-index-pack
-rwxr-xr-x 1 root root 1700975 Jul 8 09:28 /usr/local/libexec/git-
core/git-index-pack
Exists, and is executable.
— F
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html