mirror of
https://github.com/smxi/inxi.git
synced 2025-04-23 10:09:12 +00:00
tiny arm fix
This commit is contained in:
parent
1f7b2db8e5
commit
c8e57286d9
1 changed files with 1 additions and 2 deletions
3
inxi
3
inxi
|
@ -4508,7 +4508,6 @@ get_cpu_architecture()
|
|||
;;
|
||||
|
||||
esac
|
||||
|
||||
echo $arch
|
||||
|
||||
eval $LOGFE
|
||||
|
@ -12881,7 +12880,7 @@ print_cpu_data()
|
|||
else
|
||||
if [[ -z ${a_cpu_working[1]} ]];then
|
||||
if [[ -z ${cpu_data/*ARM*/} ]];then
|
||||
temp1=$arm
|
||||
temp1="$arm"
|
||||
fi
|
||||
a_cpu_working[1]="N/A$temp1"
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue