<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Lewis,<div><br></div><div>What I posted originally had a typo. In bash you set variables using "=", so the line should be</div><div><br></div><div>export TM_GIT=/usr/local/git/bin/git</div><div><br></div><div>Penny</div><div><br></div><div><br><div><div>On Dec 29, 2010, at 8:50 PM, Lewis Overton wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>I'm using GetBundles to update bundles. It has worked fine until recently.</div><div>TextMate is Version 1.5.10 (1623) Build 10H574</div><div>OS X 10.6.5  МаcBоок 2.4 GHz Intel Core 2 Duo</div><div><br></div><div>
<br></div>Here's the log excerpt:<div><div><br></div></div><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"><div><div>12/29/2010 16:34:54<span class="Apple-tab-span" style="white-space:pre">    </span>TextMate[GetBundles]</div>
</div><div><div>GetBundles – version 1.2 – Hans-Jörg Bibiko - <a href="mailto:bibiko@eva.mpg.de">bibiko@eva.mpg.de</a></div></div><div><div><br></div></div><div><div><br></div></div><div><div>12/29/2010 16:34:54<span class="Apple-tab-span" style="white-space:pre">     </span>TextMate[GetBundles]</div>
</div><div><div>GetBundles' DIALOG runs at token 1</div></div><div><div><br></div></div><div><div>sh: git: command not found</div></div><div><div><br></div></div><div><div>12/29/2010 16:35:05<span class="Apple-tab-span" style="white-space:pre">    </span>TextMate[GetBundles]</div>
</div><div><div>Cache File lists 967 bundles. Last modified date: Wed Dec 29 11:00:01 UTC 2010</div></div></blockquote><div><br></div>From .bash_profile<blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;">
<div>export TM_GIT /usr/local/git/bin/git</div></blockquote><div><br></div><div>And the directory, with a print of the version:</div><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;">
<div><div> bash-$ cd /usr/local/git/bin/</div><div> bash-$ pwd</div><div>/usr/local/git/bin</div><div> bash-$ ls</div><div>git                git-cvsserver      git-receive-pack   git-shell          git-upload-archive git-upload-pack    gitk</div>
<div> bash-$ </div><div> bash-$ git --version</div><div>git version 1.7.3.1</div><div> bash-$ </div></div></blockquote><div><div><br><div class="gmail_quote">On Thu, Dec 23, 2010 at 4:26 AM, Melissa Chase <span dir="ltr"><<a href="mailto:mpchase@mac.com">mpchase@mac.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div style="word-wrap:break-word">The bundle updater uses the environmental variable TM_GIT, not the path, to determine the location of git. You should set it in.bash_profile to the location of git (check it with "which git" in the terminal). IFor example, if git was installed in the usual place, you'd put this line in your .bash_profile file:<div>
<br></div><div>export TM_GIT /usr/local/git/bin/git</div><div><br></div><div><br></div><div>Penny<br><div><div><br></div><div><div><br><div><div><div></div><div class="h5"><div>On Dec 22, 2010, at 3:39 AM, Lewis Overton wrote:</div>
<br></div></div><blockquote type="cite"><div><div></div><div class="h5">A recent attempt to update bundles returned <div><br></div><div>"sh: git: command not found"</div><div><br></div><div>But in terminal, I see</div>
<div><br></div><div><div> bash-$ git --version</div><div>git version 1.7.3.1</div>
</div><div><br></div><div>which is something new. What's happening?</div><div><br></div><div>I'm running TM Version 1.5.10 (1623)</div><div><p>Model Identifier:<span> </span>MacBook5,1</p><p>  Processor Name:<span>    </span>Intel Core 2 Duo</p><p>  Processor Speed:<span>     </span>2.4 GHz</p><p>with OS X 10.6.5</p></div>
<br></div></div><div class="im">_______________________________________________<br>textmate mailing list<br><a href="mailto:textmate@lists.macromates.com" target="_blank">textmate@lists.macromates.com</a><br><a href="http://lists.macromates.com/listinfo/textmate" target="_blank">http://lists.macromates.com/listinfo/textmate</a></div>
</blockquote></div><br></div></div></div></div></div>
<br><br>
_______________________________________________<br>
textmate mailing list<br>
<a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a><br>
<a href="http://lists.macromates.com/listinfo/textmate" target="_blank">http://lists.macromates.com/listinfo/textmate</a><br></blockquote></div><br></div></div>
<br>_______________________________________________<br>textmate mailing list<br><a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a><br>http://lists.macromates.com/listinfo/textmate</blockquote></div><br></div></body></html>