local variables added to cleanup

This commit is contained in:
inxi-svn 2009-02-05 02:12:18 +00:00
parent 81323c393d
commit aaf63e5525

1
inxi
View file

@ -2358,6 +2358,7 @@ get_partition_data_advanced()
{
local a_partition_working='' dev_partition_data=''
local dev_disk_label='' dev_disk_uuid='' dev_item='' dev_label='' dev_uuid=''
local mount_point=''
if [[ -d /dev/disk/by-label ]];then
dev_disk_label="$( ls -l /dev/disk/by-label )"