always set SHELL env variable
This commit is contained in:
parent
32b68838f9
commit
9528c6a8ac
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user