mirror of https://github.com/mirror/busybox.git
ash: fix a thinko in the last commit
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>1_26_stable
parent
514b51ddf3
commit
08089c7c85
|
@ -47,7 +47,7 @@
|
||||||
#if defined(__ANDROID_API__) && __ANDROID_API__ <= 24
|
#if defined(__ANDROID_API__) && __ANDROID_API__ <= 24
|
||||||
/* Bionic at least up to version 24 has no glob() */
|
/* Bionic at least up to version 24 has no glob() */
|
||||||
# undef ENABLE_ASH_INTERNAL_GLOB
|
# undef ENABLE_ASH_INTERNAL_GLOB
|
||||||
# define ENABLE_ASH_INTERNAL_GLOB 0
|
# define ENABLE_ASH_INTERNAL_GLOB 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !ENABLE_ASH_INTERNAL_GLOB
|
#if !ENABLE_ASH_INTERNAL_GLOB
|
||||||
|
|
Loading…
Reference in New Issue