squid: fix rubocop warnings.

This commit is contained in:
Mike McQuaid 2017-05-28 17:57:08 +01:00
parent b735e7994e
commit 5128cb3e64

View file

@ -44,9 +44,7 @@ class Squid < Formula
--enable-storeio=yes
]
if build.head?
system "./bootstrap.sh"
end
system "./bootstrap.sh" if build.head?
system "./configure", *args
system "make", "install"
end