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-cbe0b7fb598228fa942185269f4959d10ee14fb1.tar.gz |
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 @@ #endif #include "math.h" #include "match.h" -#if ENABLE_ASH_RANDOM_SUPPORT +#if ENABLE_HUSH_RANDOM_SUPPORT # include "random.h" #endif #ifndef PIPE_BUF |