diff --git a/inxi b/inxi index b1c355c..28e13d2 100755 --- a/inxi +++ b/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 } } diff --git a/inxi.changelog b/inxi.changelog index e1a94d8..d5a0b33 100755 --- a/inxi.changelog +++ b/inxi.changelog @@ -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