Always export IMAGE_NAME
A recent change[1] relies on IMAGE_NAME being available when 98-source-repositories was run. However IMAGE_NAME was previously only exported if the -o option had been used. [1] I7dbe9e163ad38a418cf2869a81e720de2c27dfb1 Change-Id: Ife3d94fd45a2e0e0948c17414c369e0e6e040442
This commit is contained in:
parent
bae43c91c6
commit
3953fd5d2c
@ -130,7 +130,7 @@ fi
|
||||
|
||||
arg_to_elements "$@"
|
||||
|
||||
IMAGE_NAME=${IMAGE_NAME%%\.${IMAGE_TYPE}}
|
||||
export IMAGE_NAME=${IMAGE_NAME%%\.${IMAGE_TYPE}}
|
||||
|
||||
mk_build_dir
|
||||
create_base
|
||||
|
Loading…
Reference in New Issue
Block a user