fix TypeError
This commit is contained in:
parent
b2d94dc897
commit
b792a4f645
@ -1659,7 +1659,7 @@ class Formula
|
|||||||
elsif shell_parameter_format == :arg
|
elsif shell_parameter_format == :arg
|
||||||
"--shell=#{shell}"
|
"--shell=#{shell}"
|
||||||
elsif shell_parameter_format == :none
|
elsif shell_parameter_format == :none
|
||||||
nil
|
""
|
||||||
else
|
else
|
||||||
"#{shell_parameter_format}#{shell}"
|
"#{shell_parameter_format}#{shell}"
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user