Merge "envsetup: fix indent"

This commit is contained in:
Treehugger Robot 2021-04-19 18:16:08 +00:00 committed by Gerrit Code Review
commit 9dbecd650f
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ function get_abs_build_var()
if [ "$BUILD_VAR_CACHE_READY" = "true" ]
then
eval "echo \"\${abs_var_cache_$1}\""
return
return
fi
local T=$(gettop)