diff --git a/inxi b/inxi index 52bb880..1b5181d 100755 --- a/inxi +++ b/inxi @@ -3142,7 +3142,7 @@ get_partition_data() IFS="$ORIGINAL_IFS" # 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++ )) do IFS=","