Merge "Double quote some statements for zsh compatibility" am: 576fd3ebb9 am: 29c2c4db19
am: 9cdb6f1a31
* commit '9cdb6f1a31a93f842d927c79c5d9ba0e1271422c':
Double quote some statements for zsh compatibility
Change-Id: If0dc496ce9780b0bf3ac42fd3df82a927b24dadc
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