From c8e57286d94fa641f5f0efe544d64e17fef64baf Mon Sep 17 00:00:00 2001 From: Harald Hope Date: Fri, 28 Jul 2017 00:33:06 -0700 Subject: [PATCH] tiny arm fix --- inxi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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