Fix broken string comparison that will always be true.
Introduced by 1c22d6853c
This commit is contained in:
@@ -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?"
|
||||||
|
Reference in New Issue
Block a user