mosh: --enable-completion

Closes Homebrew/homebrew#22203.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
master
Thomas Stratmann 2013-08-29 20:20:56 +02:00 committed by Misty De Meo
parent a6c1fa6861
commit 4846673453
1 changed files with 1 additions and 1 deletions

View File

@ -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