Merge "Remove 'eval' from b to fix quoted arguments."

This commit is contained in:
Treehugger Robot
2022-09-01 13:44:39 +00:00
committed by Gerrit Code Review

View File

@@ -1873,7 +1873,7 @@ function b()
if [[ $config_set -ne 1 ]]; then
bazel_args_with_config+="--config=bp2build "
fi
eval "bazel $bazel_args_with_config"
bazel $bazel_args_with_config
fi
)