always set SHELL env variable

This commit is contained in:
Max Eisner 2022-07-24 22:50:14 +02:00
parent 32b68838f9
commit 9528c6a8ac
No known key found for this signature in database
GPG Key ID: 4BF122C22879F0C8

View File

@ -1660,7 +1660,7 @@ class Formula
end end
script_path.dirname.mkpath script_path.dirname.mkpath
script_path.write Utils.safe_popen_read(binary, cmd, shell_parameter) script_path.write Utils.safe_popen_read({ "SHELL" => shell }, binary, cmd, shell_parameter)
end end
end end