Trivial fix -- prevents cg-fetch from working on systems where the COGITO_LIB env var isn't set. Signed-off-by: Martin Langhoff <martin@catalyst.net.nz> --- Resend: Added signoff as requested. --- 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 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Tue Oct 25 06:46:28 2005
This archive was generated by hypermail 2.1.8 : 2005-10-25 06:46:32 EST