• 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
..
columnize Loading commit data...
mktmpdir Loading commit data...
mp-commit Loading commit data...
mp-showref Loading commit data...
pkgdups Loading commit data...
report-filter Loading commit data...
report-targets Loading commit data...
report-targets2vars Loading commit data...
tags2lists Loading commit data...
tar2fs Loading commit data...