From 70b4e1fb5b7a6ce050592f0597e21592c58690b6 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Mon, 2 Mar 2009 02:38:16 +0000 Subject: [PATCH] comment clean up --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index 74728f4..05f06d8 100755 --- a/inxi +++ b/inxi @@ -2481,7 +2481,7 @@ get_partition_data_advanced() partition = "" } - # handle Arch /dev/root for / id + # handle /dev/root for / id if ( partition == "root" ) { # if this works, great, otherwise, just set this to null values partTemp="'$( readlink /dev/root 2>/dev/null )'"