diff --git a/processor_detection.4 b/processor_detection.4 index 994ecac..a30cdef 100644 --- a/processor_detection.4 +++ b/processor_detection.4 @@ -30,7 +30,7 @@ if [ "$hassed" -eq 1 ] && [ "$system_type" = "windows" ] && [ -z "$processor" ]; fi if [ "$subtype" = "android" ]; then if [ -n "$(getprop ro.soc.manufacturer)$(getprop ro.soc.model)" ]; then - machine="$(getprop ro.soc.manufacturer) $(getprop ro.soc.model)" + processor="$(getprop ro.soc.manufacturer) $(getprop ro.soc.model)" fi fi if [ "$hassed" -eq 1 ] && [ "$hasawk" -eq 1 ] && [ -n "$processor" ]; then