Skip to content

Commit

Permalink
[backend] add a sort() in kiwi product build for more consistency
Browse files Browse the repository at this point in the history
Should not make a difference, but it's cleaner this way.
  • Loading branch information
mlschroe committed Jul 27, 2015
1 parent fda8317 commit eb2da92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/bs_sched
Expand Up @@ -5278,7 +5278,7 @@ sub checkkiwiproduct {
}
my @got;
my $needit;
my @bi = keys %$bininfo;
my @bi = sort(keys %$bininfo);
# put imports last
my @ibi = grep {/^::import::/} @bi;
if (@ibi) {
Expand Down

0 comments on commit eb2da92

Please sign in to comment.