commit | 0337e038a9354706f4bcfd9954c0219b0b8faba0 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Sun Nov 29 00:12:30 2009 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Sun Nov 29 00:12:30 2009 +0100 |
tree | 1188490aebb13cddd8ea0dfd7e156e612251f76c | |
parent | cd71683ae6a98962f87a7ffb4f8cd3fc13e576dc [diff] [blame] |
ash: randmconfig fix Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/shell/ash.c b/shell/ash.c index 1cfef27..dac7318 100644 --- a/shell/ash.c +++ b/shell/ash.c
@@ -13301,7 +13301,7 @@ } 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)