[Users] Release-blocking (?) problem in Formaline (with patch)
Erik Schnetter
schnetter at gmail.com
Fri Dec 16 10:58:41 CST 2016
I just found a bug in Formaline where it can hang indefinitely. The problem
is in a line
cat /dev/null $(filter-out '$(TARBALL_DIR)/config-Cactus.files', $?) && \
where "cat" might be called without any arguments, and it the waits
forever. The solution is to change the line to
cat /dev/null $(filter-out '$(TARBALL_DIR)/config-Cactus.files', $?) && \
I'll file a proper bug report later, but I hope this correction can go into
the release.
-erik
--
Erik Schnetter <schnetter at gmail.com>
http://www.perimeterinstitute.ca/personal/eschnetter/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.einsteintoolkit.org/pipermail/users/attachments/20161216/476cebb5/attachment.html
More information about the Users
mailing list