diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/zookeeper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/zookeeper.rb b/Library/Formula/zookeeper.rb index c0a087c4a..26a81a1fb 100644 --- a/Library/Formula/zookeeper.rb +++ b/Library/Formula/zookeeper.rb @@ -61,7 +61,7 @@ class Zookeeper < Formula build_python = build.include? "python" build_perl = build.include? "perl" - build_c = build_python or build_perl or build.include? "c" + build_c = build_python || build_perl || build.include?("c") # Build & install C libraries. cd "src/c" do |
