diff --git a/inxi b/inxi index 8f67733..a818d85 100755 --- a/inxi +++ b/inxi @@ -1,8 +1,8 @@ #!/bin/bash ######################################################################## #### Script Name: inxi -#### version: 1.4.21 -#### Date: November 1 2010 +#### version: 1.4.22 +#### Date: December 10 2010 ######################################################################## #### SPECIAL THANKS ######################################################################## @@ -2498,7 +2498,8 @@ get_graphics_res_data() separator = "" } /dimensions/ { - screens = screens $2 separator + screens = screens separator # first time, this is null, next, has comma last + screens = screens $2 # then tack on the new value for nice comma list separator = ", " } END {