ash: fix a thinko in the last commit
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 1 Oct 2016 12:47:52 +0000 (14:47 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 1 Oct 2016 12:47:52 +0000 (14:47 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/ash.c

index dcf92da828d0bc81d75f6fef3ab87e4bb897cec0..c8dd9a5fe3c9cbf289369c78102f923ef61d02df 100644 (file)
@@ -47,7 +47,7 @@
 #if defined(__ANDROID_API__) && __ANDROID_API__ <= 24
 /* Bionic at least up to version 24 has no glob() */
 # undef  ENABLE_ASH_INTERNAL_GLOB
-# define ENABLE_ASH_INTERNAL_GLOB 0
+# define ENABLE_ASH_INTERNAL_GLOB 1
 #endif
 
 #if !ENABLE_ASH_INTERNAL_GLOB