Sort filesystem keys before iterating (#4)

This commit is contained in:
amc90 2019-08-31 13:19:42 +01:00 committed by Stéphane Lesimple
parent 284d8cdb2e
commit e5f775cfc3

View file

@ -629,7 +629,7 @@ sub dothemagic {
FREE_SPACE_ONLY:
my $isFirstFS = 1;
foreach my $fuuid (keys %filesystems) {
foreach my $fuuid (sort keys %filesystems) {
@ordered = ();
$maxdepth = 0;
$biggestpath = 0;