diff --git a/inxi b/inxi index 23aea0a..ac568c0 100755 --- a/inxi +++ b/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