comment clean up

This commit is contained in:
inxi-svn 2010-09-16 21:21:25 +00:00
parent 8deff8d7f0
commit 1de0becffc

2
inxi
View file

@ -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=","