This commit is contained in:
inxi-svn 2011-05-21 22:47:57 +00:00
parent b6984a89c1
commit 5f2bb1a94e

2
inxi
View file

@ -2682,7 +2682,7 @@ get_de_version()
IGNORECASE=1 IGNORECASE=1
} }
/'$2'/ { /'$2'/ {
gsub(",","",$0) gsub(",","",$0) # xfce output has , in it, so dump all commas
print $'$3' print $'$3'
}' ) }' )