diff options
Diffstat (limited to 'Library/Formula/gambit-scheme.rb')
| -rw-r--r-- | Library/Formula/gambit-scheme.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/gambit-scheme.rb b/Library/Formula/gambit-scheme.rb index f7c1e0791..5eea2d825 100644 --- a/Library/Formula/gambit-scheme.rb +++ b/Library/Formula/gambit-scheme.rb @@ -39,7 +39,7 @@ class GambitScheme < Formula      end      system "./configure", *args -    system "make check" if build.include? 'with-check' +    system "make check" if build.with? "check"      ENV.j1      system "make" | 
