Merge "Remove 'eval' from b to fix quoted arguments."
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user