mirror of
https://github.com/smxi/inxi.git
synced 2025-09-02 18:49:12 +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
|
fi
|
||||||
fi
|
fi
|
||||||
echo $array_string
|
# echo $array_string
|
||||||
IFS=','
|
IFS=','
|
||||||
A_MACHINE_DATA=( $array_string )
|
A_MACHINE_DATA=( $array_string )
|
||||||
IFS="$ORIGINAL_IFS"
|
IFS="$ORIGINAL_IFS"
|
||||||
|
|
Loading…
Add table
Reference in a new issue