• Michael Shigorin's avatar
    mktmpdir: fixed sort key · 025e6110
    Michael Shigorin authored
    The sort key field value has been off-by-one apparently,
    "6" corresponds to "capacity" field of df -PT output
    while the "available" one was meant:
    
    Filesystem     Type  1024-blocks     Used Available Capacity Mounted on
    /dev/sda9      ext4     15350768 12799972   1747980      88% /
    tmpfs          tmpfs     1967204    27396   1939808       2% /tmp
    
    1              2               3        4         5       6
    
    This lapse has been five years old, looks like it's only
    been masked by lower available space limit *and* filesystem
    ordering by type so far.  It didn't hit me even now, rather
    inspected the code while implementing volumes-profile-starterkit...
    025e6110
Name
Last commit
Last update
.gear Loading commit data...
bin Loading commit data...
conf.d Loading commit data...
doc Loading commit data...
features.in Loading commit data...
image.in Loading commit data...
lib Loading commit data...
pkg.in Loading commit data...
sub.in Loading commit data...
.gitignore Loading commit data...
COPYING Loading commit data...
Makefile Loading commit data...
QUICKSTART Loading commit data...
README Loading commit data...
main.mk Loading commit data...
reports.mk Loading commit data...