changed Unknown distro to unknown, so the output will be: distro: unknown

This commit is contained in:
inxi-svn 2011-07-28 18:55:45 +00:00
parent 9a5a49ca07
commit 2013a6b69a

2
inxi
View file

@ -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