From 53c1ccb58d095973f8d1f41a3e1ff66753dee7f3 Mon Sep 17 00:00:00 2001 From: Harald Hope Date: Wed, 31 May 2017 17:06:48 -0700 Subject: [PATCH] a few more code cleanups --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index 595794b..9de7bca 100755 --- a/inxi +++ b/inxi @@ -13644,7 +13644,7 @@ print_networking_ip_data() full_string=$( create_print_line " " "$if_string" ) print_screen_output "$full_string" if_string='' - if [[ ${a_interfaces_working[4]} != '' ]] && [[ $B_EXTRA_DATA == 'true' ]];then + if [[ ${a_interfaces_working[4]} != '' && $B_EXTRA_DATA == 'true' ]];then IFS="^" a_ipv6_ext=(${a_interfaces_working[4]}) IFS="$ORIGINAL_IFS"