fix symbol in SHELL env
This commit is contained in:
parent
1c059e1da0
commit
dff3fc9d2f
@ -1664,7 +1664,7 @@ class Formula
|
||||
end
|
||||
|
||||
script_path.dirname.mkpath
|
||||
script_path.write Utils.safe_popen_read({ "SHELL" => shell }, executable, cmd, shell_parameter)
|
||||
script_path.write Utils.safe_popen_read({ "SHELL" => shell.to_s }, executable, cmd, shell_parameter)
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user