Fix broken string comparison that will always be true.
Introduced by 1c22d6853c9c8e354e69b9aae9586298aed2b96f
This commit is contained in:
parent
a6a8c0d02c
commit
e42ab8bafd
@ -1062,7 +1062,7 @@ _tkg_srcprep() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Anbox modules
|
# Anbox modules
|
||||||
if [ "$_basever" > "56" ]; then
|
if [ "$_basever" != "54" ]; then
|
||||||
if [ -z "$_anbox" ]; then
|
if [ -z "$_anbox" ]; then
|
||||||
plain ""
|
plain ""
|
||||||
plain "Enable android modules for use with Anbox?"
|
plain "Enable android modules for use with Anbox?"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user