From bf4333570e7d8e7d74ebfafc4bca97c36b8d750b Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Mon, 13 Feb 2012 05:22:02 +0000 Subject: [PATCH] fixed typo, thanks to alert user for this bug report --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index a23f57a..b95cb47 100755 --- a/inxi +++ b/inxi @@ -4939,7 +4939,7 @@ get_partition_data() # added devfs linprocfs sysfs fdescfs which show on debian kfreebsd kernel output local main_partition_data="$( df -h -T -P --exclude-type=aufs --exclude-type=squashfs --exclude-type=unionfs --exclude-type=devtmpfs --exclude-type=tmpfs --exclude-type=iso9660 --exclude-type=devfs --exclude-type=linprocfs --exclude-type=sysfs --exclude-type=fdescfs )" local swap_data="$( swapon -s )" - # set dev disk label/uuid data globalss + # set dev disk label/uuid data globals get_partition_uuid_label_data 'label' get_partition_uuid_label_data 'uuid'