git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Petr Baudis <pasky@suse.cz>
To: Alex Chiang <achiang@hp.com>, jeffpc@josefsipek.net, git@vger.kernel.org
Subject: Re: [PATCH] guilt(1): fix path to git-sh-setup
Date: Thu, 17 Jul 2008 12:02:17 +0200	[thread overview]
Message-ID: <20080717100217.GT32184@machine.or.cz> (raw)
In-Reply-To: <20080716232339.GC22919@ldl.fc.hp.com>

On Wed, Jul 16, 2008 at 05:23:39PM -0600, Alex Chiang wrote:
> diff --git a/guilt b/guilt
> index 50414a4..ba4593a 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

Beware of the proverbial "/Program Files/Git" location, however.

				Petr "Pasky" Baudis

  reply	other threads:[~2008-07-17 10:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-16 23:23 [PATCH] guilt(1): fix path to git-sh-setup Alex Chiang
2008-07-17 10:02 ` Petr Baudis [this message]
2008-07-17 11:58   ` Johannes Schindelin
2008-07-17 14:53 ` Josef 'Jeff' Sipek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080717100217.GT32184@machine.or.cz \
    --to=pasky@suse.cz \
    --cc=achiang@hp.com \
    --cc=git@vger.kernel.org \
    --cc=jeffpc@josefsipek.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).