Skip to content

Commit

Permalink
build-recipe-kiwi: make kiwi_profile local
Browse files Browse the repository at this point in the history
without this, the kiwi_profile in the calling function will
be modified, resulting in skipped builds for multiple <type/>
definitions in one build, only the first one will be built
  • Loading branch information
Stefan Seyfried committed Dec 14, 2016
1 parent 81c3dd1 commit 1c32e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-recipe-kiwi
Expand Up @@ -457,7 +457,7 @@ perform_image_bundle() {
local profile=$3
local bundle_call

kiwi_profile=""
local kiwi_profile=""
if [ "$profile" != "__not__set" ]; then
kiwi_profile="${profile}-"
fi
Expand Down

0 comments on commit 1c32e79

Please sign in to comment.