- fix a type in configure.android
authorEvrim Ulu <evrimulu@gmail.com>
Wed, 25 Mar 2015 13:49:11 +0000 (15:49 +0200)
committerEvrim Ulu <evrimulu@gmail.com>
Wed, 25 Mar 2015 13:49:11 +0000 (15:49 +0200)
configure.android

index 9656724..56ce34c 100755 (executable)
@@ -12,7 +12,7 @@ mkdir -p $BUILD_DIR
 
 HOST_BUILD_DIR=${BUILD_DIR}/host
 HOST_INSTALL_DIR=${INSTALL_DIR}/host
-if [ -z ${HOST_BUILD_DIR}/bin/ecl ]; then
+if [ ! -e ${HOST_BUILD_DIR}/bin/ecl ]; then
 
 # Build 32 bit crosscompiler host without longdouble
 ABI=32