mirror of
https://github.com/smxi/inxi.git
synced 2025-09-02 02:29:11 +00:00
ok, last fix, made pattern looser, now () around x86_64, i686, etc, are optional in search.
Last, I think, tarball, and this is it.
This commit is contained in:
parent
d519d13c02
commit
b668b4c4f3
1 changed files with 1 additions and 1 deletions
2
inxi
2
inxi
|
@ -3718,7 +3718,7 @@ get_distro_data()
|
|||
IGNORECASE=1
|
||||
}
|
||||
{
|
||||
sub(/ *\((x86_64|i486|i586|i686|686|586|486)\)/, "", $0)
|
||||
sub(/ *\(*(x86_64|i486|i586|i686|686|586|486)\)*/, "", $0)
|
||||
print $0
|
||||
}' <<< $distro )
|
||||
echo "$distro"
|
||||
|
|
Loading…
Add table
Reference in a new issue