mirror of https://github.com/mongodb/mongo
SERVER-112418 Fix env not getting applied in bazel_run.sh (#42591)
GitOrigin-RevId: 50124c48ed5903be1d3e4be9f6b9bfcdde31fd5c
This commit is contained in:
parent
11cc1d739d
commit
c676253748
|
|
@ -293,7 +293,7 @@ bazel_evergreen_shutils::retry_bazel_cmd() {
|
|||
|
||||
# Run it.
|
||||
# NOTE: We *do not* add any redirections here; caller controls logging completely.
|
||||
if eval "$cmd"; then
|
||||
if eval $env "$cmd"; then
|
||||
RET=0
|
||||
break
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in New Issue