diff --git a/inxi b/inxi index 2819920..4a66d8d 100644 --- a/inxi +++ b/inxi @@ -3,7 +3,7 @@ #### Script Name: inxi #### Version: 2.1.90 #### Date: 2014-08-11 -#### Patch Number: 06-b3 +#### Patch Number: 07-b3 ######################################################################## #### SPECIAL THANKS ######################################################################## @@ -11909,6 +11909,7 @@ print_ram_data() if [[ -n ${a_memory_item[3]} ]];then if [[ -z ${a_memory_item[3]/BANK*/} ]];then bank=${a_memory_item[3]#BANK} + bank=${bank## } else bank=${a_memory_item[3]} fi @@ -11918,6 +11919,7 @@ print_ram_data() if [[ -n ${a_memory_item[4]} ]];then if [[ -z ${a_memory_item[4]/DIMM*/} ]];then slot=${a_memory_item[4]#DIMM} + slot=${slot## } else slot=${a_memory_item[4]} fi