Skip to content
Snippets Groups Projects
Unverified Commit fc2a3f69 authored by Markus Reiter's avatar Markus Reiter Committed by GitHub
Browse files

Merge pull request #9335 from jonchang/formula-type

formula: widen type for system args
parents 77b4275f 0d058666
No related branches found
No related tags found
No related merge requests found
......@@ -1982,7 +1982,7 @@ class Formula
#
# # If there is a "make install" available, please use it!
# 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)
verbose_using_dots = Homebrew::EnvConfig.verbose_using_dots?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment