mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
Fix for pedantic shell such as on SunOS
This commit is contained in:
parent
4b5815b174
commit
7a313e819a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue