mirror of
https://github.com/smxi/inxi.git
synced 2025-09-01 10:09:10 +00:00
code cleanup
This commit is contained in:
parent
969bac7f8b
commit
89f34cb567
1 changed files with 0 additions and 1 deletions
1
inxi
1
inxi
|
@ -2374,7 +2374,6 @@ get_partition_data()
|
||||||
A_PARTITION_DATA=( $( df -h -T --exclude-type=aufs --exclude-type=tmpfs --exclude-type=iso9660 | gawk '
|
A_PARTITION_DATA=( $( df -h -T --exclude-type=aufs --exclude-type=tmpfs --exclude-type=iso9660 | gawk '
|
||||||
BEGIN {
|
BEGIN {
|
||||||
IGNORECASE=1
|
IGNORECASE=1
|
||||||
devBase=""
|
|
||||||
}
|
}
|
||||||
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue