tiny arm fix

This commit is contained in:
Harald Hope 2017-07-28 00:33:06 -07:00
parent 1f7b2db8e5
commit c8e57286d9

3
inxi
View file

@ -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