aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mobile-shell.rb
diff options
context:
space:
mode:
authorThomas Stratmann2013-08-29 20:20:56 +0200
committerMisty De Meo2013-08-29 20:45:02 -0700
commit8073c822f6f5249a7deefc62cacf3c095b0d2dac (patch)
tree1e4cfd3cab2bb306e9c2389473cd2fdcf1083060 /Library/Formula/mobile-shell.rb
parenta950e3528626e4c02728969ae8afcafffb0944ef (diff)
downloadhomebrew-8073c822f6f5249a7deefc62cacf3c095b0d2dac.tar.bz2
mosh: --enable-completion
Closes #22203. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
Diffstat (limited to 'Library/Formula/mobile-shell.rb')
-rw-r--r--Library/Formula/mobile-shell.rb2
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