diff options
Diffstat (limited to 'shell/ash.c')
-rw-r--r-- | shell/ash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c index d48cd016f..bf376bd0d 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -13194,7 +13194,7 @@ int ash_main(int argc UNUSED_PARAM, char **argv) | |||
13194 | } | 13194 | } |
13195 | 13195 | ||
13196 | if (sflag || minusc == NULL) { | 13196 | if (sflag || minusc == NULL) { |
13197 | #if defined MAX_HISTORY && MAX_HISTORY > 0 && ENABLE_FEATURE_EDITING_SAVEHISTORY | 13197 | #if MAX_HISTORY > 0 && ENABLE_FEATURE_EDITING_SAVEHISTORY |
13198 | if (iflag) { | 13198 | if (iflag) { |
13199 | const char *hp = lookupvar("HISTFILE"); | 13199 | const char *hp = lookupvar("HISTFILE"); |
13200 | if (hp) | 13200 | if (hp) |