diff options
| -rw-r--r-- | Library/Formula/mobile-shell.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
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  | 
