mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 00:47:47 +00:00
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:
parent
191e560418
commit
90f4c78dd4
2
inxi
2
inxi
|
@ -4303,7 +4303,7 @@ get_distro_lsb_os_release_data()
|
|||
# sometimes some distros cannot do their lsb-release files correctly, so here is
|
||||
# one last chance to get it right.
|
||||
/^DISTRIB_DESCRIPTION/ {
|
||||
s if ( $2 != "n/a" ) {
|
||||
if ( $2 != "n/a" ) {
|
||||
distroDescription = $2
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
Patch Version: 00
|
||||
|
|
Loading…
Reference in a new issue