Tiny change, no new version, removed a stray 's' line 4306 that may have made certain distro

ids get slightly corrupted, but this is so trivial just fixing it, new tarball.
This commit is contained in:
inxi-svn 2013-07-13 18:49:23 +00:00
parent 191e560418
commit 90f4c78dd4
2 changed files with 14 additions and 1 deletions

2
inxi
View file

@ -4303,7 +4303,7 @@ get_distro_lsb_os_release_data()
# sometimes some distros cannot do their lsb-release files correctly, so here is # sometimes some distros cannot do their lsb-release files correctly, so here is
# one last chance to get it right. # one last chance to get it right.
/^DISTRIB_DESCRIPTION/ { /^DISTRIB_DESCRIPTION/ {
s if ( $2 != "n/a" ) { if ( $2 != "n/a" ) {
distroDescription = $2 distroDescription = $2
} }
} }

View file

@ -1,3 +1,16 @@
=====================================================================================
Version: 1.9.12
Patch Version: 00
Script Date: July 2 2013
-----------------------------------
Changes:
-----------------------------------
Tiny change, no new version, removed a stray 's' line 4306 that may have made certain distro
ids get slightly corrupted, but this is so trivial just fixing it, new tarball.
-----------------------------------
-- Harald Hope - Sat, 13 Jul 2013 11:47:48 -0700
===================================================================================== =====================================================================================
Version: 1.9.12 Version: 1.9.12
Patch Version: 00 Patch Version: 00