mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
Comment fix
This commit is contained in:
parent
89f34cb567
commit
80629e6c4b
1
inxi
1
inxi
|
@ -2375,6 +2375,7 @@ get_partition_data()
|
||||||
BEGIN {
|
BEGIN {
|
||||||
IGNORECASE=1
|
IGNORECASE=1
|
||||||
}
|
}
|
||||||
|
# this has to be nulled for every iteration so it does not retain value from last iteration
|
||||||
devBase=""
|
devBase=""
|
||||||
# this is required because below we are subtracting from NF, so it has to be
|
# this is required because below we are subtracting from NF, so it has to be
|
||||||
# > 1, actually greater than 4, but that is so unlikely to occur because
|
# > 1, actually greater than 4, but that is so unlikely to occur because
|
||||||
|
|
Loading…
Reference in a new issue