From 8073c822f6f5249a7deefc62cacf3c095b0d2dac Mon Sep 17 00:00:00 2001 From: Thomas Stratmann Date: Thu, 29 Aug 2013 20:20:56 +0200 Subject: mosh: --enable-completion Closes #22203. Signed-off-by: Misty De Meo --- Library/Formula/mobile-shell.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/mobile-shell.rb b/Library/Formula/mobile-shell.rb index 03e2f36bc..d95d9030f 100644 --- a/Library/Formula/mobile-shell.rb +++ b/Library/Formula/mobile-shell.rb @@ -20,7 +20,7 @@ class MobileShell < Formula # Upstream prefers O2: # https://github.com/keithw/mosh/blob/master/README.md ENV.O2 - system "./configure", "--prefix=#{prefix}" + system "./configure", "--prefix=#{prefix}", "--enable-completion" system "make install" end end -- cgit v1.2.3