Merge "Double quote some statements for zsh compatibility" am: 576fd3ebb9
am: 29c2c4db19
* commit '29c2c4db19c6c9f152a1c48aee368a3439cd195f':
Double quote some statements for zsh compatibility
Change-Id: Id02db06a190370d18e3b7828a453cd16948d77c1
diff --git a/envsetup.sh b/envsetup.sh
index 458d13b..62fadd0 100644
--- a/envsetup.sh
+++ b/envsetup.sh
@@ -89,7 +89,7 @@
{
if [ "$BUILD_VAR_CACHE_READY" = "true" ]
then
- eval echo \"\${abs_var_cache_$1}\"
+ eval "echo \"\${abs_var_cache_$1}\""
return
fi
@@ -107,7 +107,7 @@
{
if [ "$BUILD_VAR_CACHE_READY" = "true" ]
then
- eval echo \"\${var_cache_$1}\"
+ eval "echo \"\${var_cache_$1}\""
return
fi