mksh: fix rubocop warnings.
This commit is contained in:
parent
cf89b23194
commit
404a49e7b2
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class Mksh < Formula
|
|||
end
|
||||
|
||||
def install
|
||||
system "sh", "./Build.sh", "-r", "-c", (ENV.compiler == :clang ? "lto" : "combine")
|
||||
system "sh", "./Build.sh", "-r", "-c", (ENV.compiler == :clang) ? "lto" : "combine"
|
||||
bin.install "mksh"
|
||||
man1.install "mksh.1"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue