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
|
if [[ $config_set -ne 1 ]]; then
|
||||||
bazel_args_with_config+="--config=bp2build "
|
bazel_args_with_config+="--config=bp2build "
|
||||||
fi
|
fi
|
||||||
eval "bazel $bazel_args_with_config"
|
bazel $bazel_args_with_config
|
||||||
fi
|
fi
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user