From: Martin Langhoff <martin@catalyst.net.nz>
To: git@vger.kernel.org
Cc: Martin Langhoff <martin@catalyst.net.nz>
Subject: [PATCH] cg-fetch: Fixed missing $COGITO_LIB path
Date: Fri, 21 Oct 2005 18:31:44 +1300 [thread overview]
Message-ID: <11298727044144-git-send-email-martin@catalyst.net.nz> (raw)
In-Reply-To:
Trivial fix -- prevents cg-fetch from working on systems where the COGITO_LIB
env var isn't set.
---
cg-fetch | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
applies-to: 6dd73afff0a1f3e2433b90e2ea42f8500393bd97
ae2ea27f59cdb22d7587aaa49f12f29e1b1f77e1
diff --git a/cg-fetch b/cg-fetch
index f0c11aa..80b2a03 100755
--- a/cg-fetch
+++ b/cg-fetch
@@ -39,7 +39,7 @@ deprecated_alias cg-fetch cg-pull
fetch_progress()
{
- exec cg-Xfetchprogress "$_git_objects"
+ exec ${COGITO_LIB}cg-Xfetchprogress "$_git_objects"
}
show_changes_summary()
---
0.99.8.GIT
next reply other threads:[~2005-10-21 5:28 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-21 5:31 Martin Langhoff [this message]
-- strict thread matches above, loose matches on Subject: below --
2005-10-24 20:49 [PATCH] cg-fetch: Fixed missing $COGITO_LIB path Martin Langhoff
2005-10-24 21:11 ` Junio C Hamano
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=11298727044144-git-send-email-martin@catalyst.net.nz \
--to=martin@catalyst.net.nz \
--cc=git@vger.kernel.org \
/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).