mirror of
https://github.com/smxi/inxi.git
synced 2025-09-02 18:49:12 +00:00
more code cleanup
This commit is contained in:
parent
53c1ccb58d
commit
fcd2752960
1 changed files with 1 additions and 1 deletions
2
inxi
2
inxi
|
@ -13650,7 +13650,7 @@ print_networking_ip_data()
|
|||
IFS="$ORIGINAL_IFS"
|
||||
for (( j=0; j < ${#a_ipv6_ext[@]}; j++ ))
|
||||
do
|
||||
print_ipv6_ext_line ${a_ipv6_ext[j]}
|
||||
print_ipv6_ext_line "${a_ipv6_ext[j]}"
|
||||
done
|
||||
fi
|
||||
((i++))
|
||||
|
|
Loading…
Add table
Reference in a new issue