mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 00:47:47 +00:00
fixing breakage, again
This commit is contained in:
parent
32df5a597f
commit
05ff262a50
2
inxi
2
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
|
# 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
|
# 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.
|
# 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
|
if [[ ($distro_file == 'lsb-release') || -f /etc/lsb-release ]];then
|
||||||
for j in $DISTROS_LSB_GOOD
|
for j in $DISTROS_LSB_GOOD
|
||||||
do
|
do
|
||||||
|
|
Loading…
Reference in a new issue