mirror of
https://github.com/smxi/inxi.git
synced 2025-09-01 18:19:10 +00:00
bug fix to inxi, forgot to remove a debugger
This commit is contained in:
parent
bdecf1f08c
commit
54aef688bb
1 changed files with 1 additions and 1 deletions
2
inxi
2
inxi
|
@ -6239,7 +6239,7 @@ get_machine_data()
|
|||
fi
|
||||
fi
|
||||
fi
|
||||
echo $array_string
|
||||
# echo $array_string
|
||||
IFS=','
|
||||
A_MACHINE_DATA=( $array_string )
|
||||
IFS="$ORIGINAL_IFS"
|
||||
|
|
Loading…
Add table
Reference in a new issue