Merge "envsetup: fix indent" am: 9dbecd650f
am: c4927f6789
Original change: https://android-review.googlesource.com/c/platform/build/+/1679546 Change-Id: Id8faca89239df67d15c9cdbf58decfbb6aa6c23b
This commit is contained in:
commit
a919d1d457
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue