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:
cd71683
)
ash: randmconfig fix
author
Denys Vlasenko
<vda.linux@googlemail.com>
Sat, 28 Nov 2009 23:12:30 +0000
(
00:12
+0100)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Sat, 28 Nov 2009 23:12:30 +0000
(
00:12
+0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/ash.c
patch
|
blob
|
history
diff --git
a/shell/ash.c
b/shell/ash.c
index 1cfef27878661bce1cf0c67fa99924d9c6fcc985..dac73182e4f4d4dad216f755be01910dcdb4f3c3 100644
(file)
--- a/
shell/ash.c
+++ b/
shell/ash.c
@@
-13301,7
+13301,7
@@
int ash_main(int argc UNUSED_PARAM, char **argv)
}
if (sflag || minusc == NULL) {
-#if MAX_HISTORY > 0 && ENABLE_FEATURE_EDITING_SAVEHISTORY
+#if
defined MAX_HISTORY &&
MAX_HISTORY > 0 && ENABLE_FEATURE_EDITING_SAVEHISTORY
if (iflag) {
const char *hp = lookupvar("HISTFILE");
if (hp)