We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a61f9e commit bf72498Copy full SHA for bf72498
1 file changed
xcodeproj/internal/execution_root.bzl
@@ -19,6 +19,7 @@ def write_execution_root_file(*, actions, bin_dir_path, name):
19
output = actions.declare_file("{}_execution_root_file".format(name))
20
21
actions.run_shell(
22
+ use_default_shell_env = True,
23
outputs = [output],
24
command = """\
25
bin_dir_full="$(perl -MCwd -e 'print Cwd::abs_path shift' "{bin_dir}";)"
0 commit comments