From 9de9f8d10e8e6d8c2d7cf7b74e6085038fc728d9 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 6 Mar 2014 20:40:26 +0000 Subject: formulae: fix with/without usage. Closes #27275. Signed-off-by: Mike McQuaid --- Library/Formula/emacs-clang-complete-async.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/emacs-clang-complete-async.rb') diff --git a/Library/Formula/emacs-clang-complete-async.rb b/Library/Formula/emacs-clang-complete-async.rb index 83ea6a774..bb95360e8 100644 --- a/Library/Formula/emacs-clang-complete-async.rb +++ b/Library/Formula/emacs-clang-complete-async.rb @@ -17,7 +17,7 @@ class EmacsClangCompleteAsync < Formula def install system "make" bin.install "clang-complete" - share.install "auto-complete-clang-async.el" if build.include? 'with-elisp' + share.install "auto-complete-clang-async.el" if build.with? "elisp" end end -- cgit v1.2.3