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