diff --git a/inxi b/inxi index 74e9833..164b0e5 100755 --- a/inxi +++ b/inxi @@ -2862,7 +2862,7 @@ get_de_version() /'$2'/ { # sample: dwm-5.8.2, ©.. etc, why no space? who knows. Also get rid of v in number string sub(/(dwm-|wmii-|v|V)/, "",$'$3') - gsub(",","",$0) # xfce, and other, output has , in it, so dump all commas + sub(",","",$'$3') # xfce, and other, output has , in it, so dump all commas print $'$3' exit # quit after first match prints }' )