mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 08:35:25 +00:00
comments
This commit is contained in:
parent
07107f432f
commit
02e122f8aa
2
inxi
2
inxi
|
@ -2699,7 +2699,7 @@ get_de_version()
|
||||||
/'$2'/ {
|
/'$2'/ {
|
||||||
gsub(",","",$0) # xfce output has , in it, so dump all commas
|
gsub(",","",$0) # xfce output has , in it, so dump all commas
|
||||||
print $'$3'
|
print $'$3'
|
||||||
exit # so that only first match runs
|
exit # quit after first match prints
|
||||||
}' )
|
}' )
|
||||||
|
|
||||||
echo $version
|
echo $version
|
||||||
|
|
Loading…
Reference in a new issue