forked from openkylin/platform_build
envsetup: fix indent
Test: . build/envsetup.sh Change-Id: I829dafc707dc02d5a31899a784f88a367ec95e94 Signed-off-by: Timi <timi.rautamaki@gmail.com>
This commit is contained in:
parent
1e3771f9ed
commit
0469c3f91c
|
@ -108,7 +108,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 New Issue