No version change, new tarball.

Cleaned up some logging glitches.
This commit is contained in:
Harald Hope 2015-12-29 14:06:45 -08:00
parent 5850df917c
commit c88283bd5f
2 changed files with 20 additions and 6 deletions

10
inxi
View file

@ -2,7 +2,7 @@
########################################################################
#### Script Name: inxi
#### Version: 2.2.31
#### Date: 2015-11-15
#### Date: 2015-12-29
#### Patch Number: 00
########################################################################
#### SPECIAL THANKS
@ -5092,7 +5092,7 @@ get_distro_data()
shopt -u nullglob
a_temp=${a_distro_glob[@]}
log_function_data "A_GLX_DATA: $a_temp"
log_function_data "a_distro_glob: $a_temp"
if [[ ${#a_distro_glob[@]} -eq 1 ]];then
distro_file="$a_distro_glob"
@ -5429,7 +5429,7 @@ get_dmidecode_data()
# To Be Filled By O.E.M.
# strip out starting white space so that the following stuff will clear properly
sub(/^[[:space:]]+/, "", twoData)
sub(/^Base Board .*|^Chassis .*|.*O\.E\.M\..*|.*OEM.*|^Not .*|^System .*|.*unknow.*|.*N\/A.*|none|^To be filled.*|^0x[0]+$|\[Empty\]|<Bad Index>|^\.\.$/, "", twoData)
sub(/^Base Board .*|^Chassis .*|empty|.*O\.E\.M\..*|.*OEM.*|^Not .*|^System .*|.*unknow.*|.*N\/A.*|none|^To be filled.*|^0x[0]+$|\[Empty\]|<Bad Index>|^\.\.$/, "", twoData)
sub(/.*(AssetTagNum|Manufacturer| Or Motherboard|PartNum.*|SerNum).*/, "", twoData)
gsub(/bios|acpi/, "", twoData)
sub(/http:\/\/www.abit.com.tw\//, "Abit", twoData)
@ -6876,8 +6876,8 @@ get_machine_data()
A_MACHINE_DATA=( $array_string )
IFS="$ORIGINAL_IFS"
# echo ${A_MACHINE_DATA[5]}
a_temp=( ${A_MACHINE_DATA[@]} )
# echo ${#a_temp[@]}
a_temp=${A_MACHINE_DATA[@]}
# echo $a_temp
log_function_data "A_MACHINE_DATA: $a_temp"
eval $LOGFE
}

View file

@ -1,3 +1,17 @@
=====================================================================================
Version: 2.2.31
Patch Version: 00
Script Date: 2015-12-29
-----------------------------------
Changes:
-----------------------------------
No version change, new tarball.
Cleaned up some logging glitches.
-----------------------------------
-- Harald Hope - Tue, 29 Dec 2015 14:01:07 -0800
=====================================================================================
Version: 2.2.31
Patch Version: 00