<div dir="ltr">I just found a bug in Formaline where it can hang indefinitely. The problem is in a line<div><br></div><div><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>cat /dev/null $(filter-out &#39;$(TARBALL_DIR)/config-Cactus.files&#39;, $?) &amp;&amp; \<br><div><br></div><div>where &quot;cat&quot; might be called without any arguments, and it the waits forever. The solution is to change the line to</div><div><br></div><div><span class="gmail-Apple-tab-span" style="white-space:pre">                </span>cat /dev/null $(filter-out &#39;$(TARBALL_DIR)/config-Cactus.files&#39;, $?) &amp;&amp; \<br></div><div><br></div><div>I&#39;ll file a proper bug report later, but I hope this correction can go into the release.</div><div><br></div><div>-erik<br clear="all"><div><br></div>-- <br><div class="gmail_signature">Erik Schnetter &lt;<a href="mailto:schnetter@gmail.com" target="_blank">schnetter@gmail.com</a>&gt; <a href="http://www.perimeterinstitute.ca/personal/eschnetter/" target="_blank">http://www.perimeterinstitute.ca/personal/eschnetter/</a><br></div>
</div></div></div>