diff --git a/inxi b/inxi index bdd94ba..69d0157 100644 --- a/inxi +++ b/inxi @@ -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