From 819fb339d82d4fa8c5781c8cbda4f3d89e7b6ebe Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Wed, 29 Sep 2010 16:38:37 +0000 Subject: [PATCH] added a comment --- inxi | 1 + 1 file changed, 1 insertion(+) diff --git a/inxi b/inxi index 11dba41..56cfb77 100755 --- a/inxi +++ b/inxi @@ -3143,6 +3143,7 @@ get_partition_data() # now we'll handle some fringe cases where irregular df -hT output shows /dev/disk/.. instead of # /dev/h|sdxy type data for column 1, . A_PARTITION_DATA[6] + # Here we just search for the uuid/label and then grab the end of the line to get the right dev item. for (( i=0; i < ${#A_PARTITION_DATA[@]}; i++ )) do IFS=","