<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -13,13 +13,13 @@ namespace :tm do
     sh &quot;mkdir -p ~/Library/Application\\ Support/TextMate/Bundles/&quot;
     
     lua_bundle_dir = &quot;~/Library/Application\\ Support/TextMate/Bundles/Lua.tmbundle&quot;
-    if not sh &quot;test -e #{lua_bundle_dir}&quot;
+    if not sh(&quot;test -e #{lua_bundle_dir}&quot;) {|ok, status| ok} # This is bad code...
       sh &quot;curl -L http://github.com/textmate/lua.tmbundle/tarball/master | tar xvz&quot;
       sh &quot;mv textmate-lua.tmbundle* #{lua_bundle_dir}&quot;
     end
 
     wax_bundle_dir = &quot;~/Library/Application\\ Support/TextMate/Bundles/Wax.tmbundle&quot;
-    if not sh &quot;test -e #{wax_bundle_dir}&quot;
+    if not sh(&quot;test -e #{wax_bundle_dir}&quot;) {|ok, status| ok}
       sh &quot;curl -L http://github.com/probablycorey/Wax.tmbundle/tarball/master | tar xvz&quot;
       sh &quot;mv probablycorey-[Ww]ax.tmbundle* #{wax_bundle_dir}&quot;
     end</diff>
      <filename>xcode-template/Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>43c801eab0c6995e4ce52d113891ff1b165d8c72</id>
    </parent>
  </parents>
  <author>
    <name>Corey Johnson</name>
    <email>probablycorey@gmail.com</email>
  </author>
  <url>http://github.com/probablycorey/wax/commit/e74ad99b4bc31772f12365803a8bf8260d1de3e7</url>
  <id>e74ad99b4bc31772f12365803a8bf8260d1de3e7</id>
  <committed-date>2009-10-20T21:00:45-07:00</committed-date>
  <authored-date>2009-10-20T21:00:45-07:00</authored-date>
  <message>fixed the project rakefile so that it REALLY works now</message>
  <tree>c70760224ebc6dce4775577e159b1d7073e98a16</tree>
  <committer>
    <name>Corey Johnson</name>
    <email>probablycorey@gmail.com</email>
  </committer>
</commit>
