comment clean up

This commit is contained in:
inxi-svn 2009-03-02 02:38:16 +00:00
parent 026df46dfd
commit 70b4e1fb5b

2
inxi
View file

@ -2481,7 +2481,7 @@ get_partition_data_advanced()
partition = "" partition = ""
} }
# handle Arch /dev/root for / id # handle /dev/root for / id
if ( partition == "root" ) { if ( partition == "root" ) {
# if this works, great, otherwise, just set this to null values # if this works, great, otherwise, just set this to null values
partTemp="'$( readlink /dev/root 2>/dev/null )'" partTemp="'$( readlink /dev/root 2>/dev/null )'"