From 6e1f19bde34bc99c75239c3bc5682003de3fa798 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Wed, 8 Jun 2011 06:20:43 +0000 Subject: [PATCH] changed portable to System --- inxi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inxi b/inxi index f6dad01..41bc4ef 100755 --- a/inxi +++ b/inxi @@ -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