Update define.sh

This commit is contained in:
Kroese 2024-05-28 00:03:10 +02:00 committed by GitHub
parent f00a164c81
commit c629924067
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -691,4 +691,8 @@ detectLegacy() {
return 1 return 1
} }
prepareLegacy() {
return 1
}
return 0 return 0