aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-10-09 22:00:58 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-10-09 22:00:58 +0200
commitcbe0b7fb598228fa942185269f4959d10ee14fb1 (patch)
tree20399fcfe653bc69ce7a5d48c121a2eaaeef6d6a /shell
parent20b3d144e9449c2fa3858e8a4edd4397932dff97 (diff)
downloadbusybox-cbe0b7fb598228fa942185269f4959d10ee14fb1.tar.gz
hush: fix cut-n-paste error in last commit
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell')
-rw-r--r--shell/hush.c2
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