Merge "Add b autocomplete to envsetup"
diff --git a/envsetup.sh b/envsetup.sh
index 6f28f17..0eeb7f4 100644
--- a/envsetup.sh
+++ b/envsetup.sh
@@ -1876,7 +1876,7 @@
         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
 )