From 3181202fdc13f55adae7076335e9a854cc8d61c5 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 19 Feb 2019 13:28:09 +0000 Subject: [PATCH] bento4: fix rubocop 0.65.0 style. --- Formula/bento4.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/bento4.rb b/Formula/bento4.rb index a583b302bb..16d223cd22 100644 --- a/Formula/bento4.rb +++ b/Formula/bento4.rb @@ -25,6 +25,7 @@ class Bento4 < Formula programs = Dir["build/Release/*"].select do |f| next if f.end_with? ".dylib" next if f.end_with? "Test" + File.file?(f) && File.executable?(f) end bin.install programs