fixing breakage, again

This commit is contained in:
trash80.v2.0 2008-12-20 07:07:37 +00:00
parent 32df5a597f
commit 05ff262a50

2
inxi
View file

@ -1325,7 +1325,7 @@ get_distro_data()
# this handles case where only one release/version file was found, and it's lsb-release. This would
# never apply for ubuntu or debian, which will filter down to the following conditions. In general
# if there's a specific distro release file available, that's to be preferred, but this is a good backup.
elif elif [[ $distro = '' ]];then
elif [[ $distro = '' ]];then
if [[ ($distro_file == 'lsb-release') || -f /etc/lsb-release ]];then
for j in $DISTROS_LSB_GOOD
do