<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 '$(TARBALL_DIR)/config-Cactus.files', $?) && \<br><div><br></div><div>where "cat" 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 '$(TARBALL_DIR)/config-Cactus.files', $?) && \<br></div><div><br></div><div>I'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 <<a href="mailto:schnetter@gmail.com" target="_blank">schnetter@gmail.com</a>> <a href="http://www.perimeterinstitute.ca/personal/eschnetter/" target="_blank">http://www.perimeterinstitute.ca/personal/eschnetter/</a><br></div>
</div></div></div>