Merge pull request #9335 from jonchang/formula-type
formula: widen type for system args
This commit is contained in:
commit
fc2a3f69b6
@ -1982,7 +1982,7 @@ class Formula
|
|||||||
#
|
#
|
||||||
# # If there is a "make install" available, please use it!
|
# # If there is a "make install" available, please use it!
|
||||||
# system "make", "install"</pre>
|
# system "make", "install"</pre>
|
||||||
sig { params(cmd: T.any(String, Pathname), args: T.any(String, Pathname)).void }
|
sig { params(cmd: T.any(String, Pathname), args: T.any(String, Pathname, Integer)).void }
|
||||||
def system(cmd, *args)
|
def system(cmd, *args)
|
||||||
verbose_using_dots = Homebrew::EnvConfig.verbose_using_dots?
|
verbose_using_dots = Homebrew::EnvConfig.verbose_using_dots?
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user