projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
514b51d
)
ash: fix a thinko in the last commit
author
Denys Vlasenko
<vda.linux@googlemail.com>
Sat, 1 Oct 2016 12:47:52 +0000
(14:47 +0200)
committer
Denys 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
patch
|
blob
|
history
diff --git
a/shell/ash.c
b/shell/ash.c
index dcf92da828d0bc81d75f6fef3ab87e4bb897cec0..c8dd9a5fe3c9cbf289369c78102f923ef61d02df 100644
(file)
--- a/
shell/ash.c
+++ b/
shell/ash.c
@@
-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