hush: fix cut-n-paste error in last commit
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 9 Oct 2009 20:00:58 +0000 (22:00 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 9 Oct 2009 20:00:58 +0000 (22:00 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/hush.c

index b80b6c742b1e24051c0e14562d2883023685090a..ef40e5a06911a4c32d244ac27ce278cd0f42a217 100644 (file)
@@ -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