On Mon, Jul 07, 2008 at 08:03:12PM -0400, Theodore Ts'o wrote: > Signed-off-by: "Theodore Ts'o" <tytso@xxxxxxx> > --- > guilt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/guilt b/guilt > index cdf4e9b..d30d35a 100755 > --- a/guilt > +++ b/guilt > @@ -23,7 +23,7 @@ esac > # we change directories ourselves > SUBDIRECTORY_OK=1 > > -. git-sh-setup > +. $(git --exec-path)/git-sh-setup This seems wrong. jeffpc@freyr:~$ git --version git version 1.5.6.2.247.g923712 jeffpc@freyr:~$ git --exec-path /home/jeffpc/git-bin/bin AFAICT, it should be: /home/jeffpc/git-bin/libexec/git-core (which contains git-sh-setup) Josef 'Jeff' Sipek. -- I think there is a world market for maybe five computers. - Thomas Watson, chairman of IBM, 1943. -- 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