Fix typo in linux/android
processor detection.
This commit is contained in:
parent
6dbe52089f
commit
49354de8a5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue