mirror of
https://github.com/smxi/inxi.git
synced 2025-04-17 07:09:11 +00:00
comments
This commit is contained in:
parent
b6984a89c1
commit
5f2bb1a94e
1 changed files with 1 additions and 1 deletions
2
inxi
2
inxi
|
@ -2682,7 +2682,7 @@ get_de_version()
|
|||
IGNORECASE=1
|
||||
}
|
||||
/'$2'/ {
|
||||
gsub(",","",$0)
|
||||
gsub(",","",$0) # xfce output has , in it, so dump all commas
|
||||
print $'$3'
|
||||
}' )
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue