use #blank? instead of #nil?
Co-authored-by: Rylan Polster <rslpolster@gmail.com>
This commit is contained in:
parent
b41dd8c729
commit
02860aa0e8
@ -1752,7 +1752,7 @@ class Formula
|
|||||||
|
|
||||||
popen_read_args = %w[]
|
popen_read_args = %w[]
|
||||||
popen_read_args << commands
|
popen_read_args << commands
|
||||||
popen_read_args << shell_parameter unless shell_parameter.nil?
|
popen_read_args << shell_parameter unless shell_parameter.blank?
|
||||||
popen_read_args.flatten!
|
popen_read_args.flatten!
|
||||||
|
|
||||||
script_path.dirname.mkpath
|
script_path.dirname.mkpath
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user