Ensure log file is closed

master
Jack Nagel 2014-09-05 15:22:51 -05:00
parent 94c32e2077
commit 6e1f1f2099
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ class Tree < Formula
"LDFLAGS=#{ENV.ldflags}",
"OBJS=#{objs}",
"install"
system "ls", "/dev/fd"
end
test do