removing that attempt, too hard that way

This commit is contained in:
inxi-svn 2011-06-08 04:54:11 +00:00
parent 70be9f6eef
commit 7da7517514

3
inxi
View file

@ -5964,8 +5964,7 @@ print_machine_data()
if [[ ${#A_MACHINE_DATA[@]} -gt 0 ]];then if [[ ${#A_MACHINE_DATA[@]} -gt 0 ]];then
# note: in some case a mobo/version will match a product name/version, do not print those # note: in some case a mobo/version will match a product name/version, do not print those
# some special cases, with: System MSI product MS-7680/Mobo MSI model H61M-P23 (MS-7680) # some special cases, with: System MSI product MS-7680/Mobo MSI model H61M-P23 (MS-7680)
if [[ -n ${A_MACHINE_DATA[1]} && -n ${A_MACHINE_DATA[6]} && "${A_MACHINE_DATA[1]}" == *"${A_MACHINE_DATA[6]}"* ]] || \ if [[ -n ${A_MACHINE_DATA[1]} && -n ${A_MACHINE_DATA[6]} && ${A_MACHINE_DATA[1]} == ${A_MACHINE_DATA[6]} ]] || \
[[ -n ${A_MACHINE_DATA[1]} && -n ${A_MACHINE_DATA[6]} && *"${A_MACHINE_DATA[1]}"* == "${A_MACHINE_DATA[6]}" ]] || \
[[ -z ${A_MACHINE_DATA[0]} ]];then [[ -z ${A_MACHINE_DATA[0]} ]];then
b_skip_system='true' b_skip_system='true'
fi fi