fix symbol in SHELL env

This commit is contained in:
Max Eisner 2022-07-27 16:58:29 +02:00
parent 1c059e1da0
commit dff3fc9d2f
No known key found for this signature in database
GPG Key ID: 4BF122C22879F0C8

View File

@ -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