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