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:
20b3d14
)
hush: fix cut-n-paste error in last commit
author
Denys Vlasenko
<vda.linux@googlemail.com>
Fri, 9 Oct 2009 20:00:58 +0000
(22:00 +0200)
committer
Denys 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
patch
|
blob
|
history
diff --git
a/shell/hush.c
b/shell/hush.c
index b80b6c742b1e24051c0e14562d2883023685090a..ef40e5a06911a4c32d244ac27ce278cd0f42a217 100644
(file)
--- a/
shell/hush.c
+++ b/
shell/hush.c
@@
-86,7
+86,7
@@
#endif
#include "math.h"
#include "match.h"
-#if ENABLE_
A
SH_RANDOM_SUPPORT
+#if ENABLE_
HU
SH_RANDOM_SUPPORT
# include "random.h"
#endif
#ifndef PIPE_BUF