Skip to content

Commit

Permalink
Merge pull request openSUSE#285 from M0ses/fix_multiple_imagetypes
Browse files Browse the repository at this point in the history
fixed iterator variable imagetype -> imgtype
  • Loading branch information
M0ses authored Aug 26, 2016
2 parents de7d1cb + f403f48 commit e12672a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-recipe-kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -447,8 +447,8 @@ build_kiwi_appliance() {
fi
RUN_BUNDLE="true"
for imgtype in $imagetype ; do
perform_image_build $imagetype $legacy
if perform_image_bundle $imagetype $legacy; then
perform_image_build $imgtype $legacy
if perform_image_bundle $imgtype $legacy; then
# bundling successful, skip alternative bundlers
unset RUN_BUNDLE
fi
Expand Down

0 comments on commit e12672a

Please sign in to comment.