From 2013a6b69a5673e278d98c417fbad304b29df6a5 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Thu, 28 Jul 2011 18:55:45 +0000 Subject: [PATCH] changed Unknown distro to unknown, so the output will be: distro: unknown --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index 4ee96fd..de43b0e 100755 --- a/inxi +++ b/inxi @@ -3414,7 +3414,7 @@ get_distro_data() fi ## finally, if all else has failed, give up if [[ -z $distro ]];then - distro='Unknown distro' + distro='unknown' fi fi