diff options
| author | Thomas Stratmann | 2013-08-29 20:20:56 +0200 | 
|---|---|---|
| committer | Misty De Meo | 2013-08-29 20:45:02 -0700 | 
| commit | 8073c822f6f5249a7deefc62cacf3c095b0d2dac (patch) | |
| tree | 1e4cfd3cab2bb306e9c2389473cd2fdcf1083060 /Library | |
| parent | a950e3528626e4c02728969ae8afcafffb0944ef (diff) | |
| download | homebrew-8073c822f6f5249a7deefc62cacf3c095b0d2dac.tar.bz2 | |
mosh: --enable-completion
Closes #22203.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
Diffstat (limited to 'Library')
| -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  | 
