diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-10-09 22:00:58 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-10-09 22:00:58 +0200 |
commit | cbe0b7fb598228fa942185269f4959d10ee14fb1 (patch) | |
tree | 20399fcfe653bc69ce7a5d48c121a2eaaeef6d6a | |
parent | 20b3d144e9449c2fa3858e8a4edd4397932dff97 (diff) | |
download | busybox-w32-cbe0b7fb598228fa942185269f4959d10ee14fb1.tar.gz busybox-w32-cbe0b7fb598228fa942185269f4959d10ee14fb1.tar.bz2 busybox-w32-cbe0b7fb598228fa942185269f4959d10ee14fb1.zip |
hush: fix cut-n-paste error in last commit
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | shell/hush.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush.c b/shell/hush.c index b80b6c742..ef40e5a06 100644 --- a/shell/hush.c +++ b/shell/hush.c | |||
@@ -86,7 +86,7 @@ | |||
86 | #endif | 86 | #endif |
87 | #include "math.h" | 87 | #include "math.h" |
88 | #include "match.h" | 88 | #include "match.h" |
89 | #if ENABLE_ASH_RANDOM_SUPPORT | 89 | #if ENABLE_HUSH_RANDOM_SUPPORT |
90 | # include "random.h" | 90 | # include "random.h" |
91 | #endif | 91 | #endif |
92 | #ifndef PIPE_BUF | 92 | #ifndef PIPE_BUF |