changed portable to System

This commit is contained in:
inxi-svn 2011-06-08 06:20:43 +00:00
parent 6b1fc9cdc0
commit 6e1f19bde3

6
inxi
View file

@ -6040,11 +6040,11 @@ print_machine_data()
else
# this has already been tested for above so we know it's not null
system_vendor=${A_MACHINE_DATA[0]}
if [[ $B_LAPTOP == 'true' ]];then
system_vendor="$system_vendor (portable)"
fi
if [[ -n ${A_MACHINE_DATA[1]} ]];then
product_name=${A_MACHINE_DATA[1]}
if [[ $B_LAPTOP == 'true' ]];then
product_name="$product_name (portable)"
fi
else
product_name='N/A'
fi