mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
comment clean up
This commit is contained in:
parent
8deff8d7f0
commit
1de0becffc
2
inxi
2
inxi
|
@ -3142,7 +3142,7 @@ get_partition_data()
|
||||||
IFS="$ORIGINAL_IFS"
|
IFS="$ORIGINAL_IFS"
|
||||||
|
|
||||||
# now we'll handle some fringe cases where irregular df -hT output shows /dev/disk/.. instead of
|
# now we'll handle some fringe cases where irregular df -hT output shows /dev/disk/.. instead of
|
||||||
# /dev/h|s/dxy type data for column 1, . A_PARTITION_DATA[6]
|
# /dev/h|sdxy type data for column 1, . A_PARTITION_DATA[6]
|
||||||
for (( i=0; i < ${#A_PARTITION_DATA[@]}; i++ ))
|
for (( i=0; i < ${#A_PARTITION_DATA[@]}; i++ ))
|
||||||
do
|
do
|
||||||
IFS=","
|
IFS=","
|
||||||
|
|
Loading…
Reference in a new issue