From c5600fa3d1f8403380629149b87a30bfa8a26db0 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Thu, 26 May 2011 21:01:40 +0000 Subject: [PATCH] maybe tweak needed --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index b0696b5..74e9833 100755 --- a/inxi +++ b/inxi @@ -2861,7 +2861,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)/, "",$'$3') + sub(/(dwm-|wmii-|v|V)/, "",$'$3') gsub(",","",$0) # xfce, and other, output has , in it, so dump all commas print $'$3' exit # quit after first match prints