fixed output a little, now strips out (686) and (x86_64) as well.

New tarball, no version number change since it's just a cosmetic change
This commit is contained in:
inxi-svn 2012-11-17 23:08:37 +00:00
parent c0f2247d7e
commit ac174c5b94

2
inxi
View file

@ -3849,6 +3849,8 @@ get_lsb_os_release_data()
}
}
# opensuse has the x86 string in names, not needed as redundant
sub(/ *\(x86_64\)| *\(686\)/, "", distroName)
print distroName
}
' $FILE_OS_RELEASE )