<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -21,7 +21,7 @@ class Clojure::REPL
     cmd = File.expand_path(vendor_dir + &quot;/clj&quot;)
     script = File.expand_path(File.dirname(__FILE__) + &quot;/../repl.clj&quot;)
 
-    system &quot;screen -dm -S #{shell_name} #{e_sh cmd} -i #{e_sh script}&quot;      
+    system &quot;screen -dm -S #{shell_name} #{e_sh cmd} -i #{e_sh script}&quot;
     
     self
   end
@@ -77,6 +77,9 @@ class Clojure::REPL
     if retries_left &gt; 0
       sleep 3
       retry
+    else
+      File.unlink(port_file)
+      raise &quot;Could not contact the Repl&quot;
     end
   end
 end
\ No newline at end of file</diff>
      <filename>Support/clojure/repl.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9201797e1bbc3b3daa2a7c6b290205172cb0aa36</id>
    </parent>
  </parents>
  <author>
    <name>Scott Fleckenstein</name>
    <email>nullstyle@gmail.com</email>
  </author>
  <url>http://github.com/nullstyle/clojure-tmbundle/commit/6c01ae973b894097973b5e53208122efd92b04a3</url>
  <id>6c01ae973b894097973b5e53208122efd92b04a3</id>
  <committed-date>2008-11-17T22:37:31-08:00</committed-date>
  <authored-date>2008-11-17T22:37:31-08:00</authored-date>
  <message>remove temporary port file for repl if we cannot connect to the repl</message>
  <tree>6375e53589b1cafee0726f20b56c5ec670ba5ab7</tree>
  <committer>
    <name>Scott Fleckenstein</name>
    <email>nullstyle@gmail.com</email>
  </committer>
</commit>
