Fixes #122, SI prefixes should be evaluated as strings.

pull/22/head
Martin Pelikan 9 years ago
parent 38bccd1340
commit 8e458e5e9a

@ -229,7 +229,7 @@ function print_icon() {
printSizeHumanReadable() { printSizeHumanReadable() {
local size=$1 local size=$1
local extension local extension
extension=(B K M G T P E Z Y) extension=('B' 'K' 'M' 'G' 'T' 'P' 'E' 'Z' 'Y')
local index=1 local index=1
# if the base is not Bytes # if the base is not Bytes

Loading…
Cancel
Save