Skip to content

Commit

Permalink
ecasound: fix rubocop warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed May 29, 2017
1 parent b78cb20 commit 35d4b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/ecasound.rb
Expand Up @@ -19,7 +19,7 @@ def install
--disable-dependency-tracking
--prefix=#{prefix}
]
args << ("--enable-rubyecasound=" + ((build.with? "ruby") ? "yes" : "no"))
args << "--enable-rubyecasound=" + (build.with?("ruby") ? "yes" : "no")
system "./configure", *args
system "make", "install"
end
Expand Down

0 comments on commit 35d4b2d

Please sign in to comment.