From ac174c5b94ceead7068ad00858b8168cf4ab2946 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Sat, 17 Nov 2012 23:08:37 +0000 Subject: [PATCH] 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 --- inxi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inxi b/inxi index f92d36a..e1d99dc 100755 --- a/inxi +++ b/inxi @@ -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 )