ash: randmconfig fix

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2009-11-29 00:12:30 +01:00
parent cd71683ae6
commit 0337e038a9

View File

@ -13301,7 +13301,7 @@ int ash_main(int argc UNUSED_PARAM, char **argv)
} }
if (sflag || minusc == NULL) { 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) { if (iflag) {
const char *hp = lookupvar("HISTFILE"); const char *hp = lookupvar("HISTFILE");
if (hp) if (hp)