This commit is contained in:
inxi-svn 2011-05-21 22:25:40 +00:00
parent 3e60b263a0
commit 79e8a864d7

3
inxi
View file

@ -2677,7 +2677,8 @@ get_de_version()
BEGIN {
IGNORECASE=1
}
/'$2'/{
/'$2'/ {
gsub(",","",$0)
print $'$3'
}' )
if [[ -n $version ]];then