Fix for pedantic shell such as on SunOS

This commit is contained in:
Douglas Katzman 2023-06-29 15:03:42 -04:00
parent 4b5815b174
commit 7a313e819a

View file

@ -49,7 +49,7 @@ perform_host_lisp_check=no
fancy=false
some_options=false
android=false
if [ -z $ANDROID_API ]; then
if [ -z "$ANDROID_API" ]; then
ANDROID_API=21
fi
for option