aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ash.c')
-rw-r--r--shell/ash.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/shell/ash.c b/shell/ash.c
index a11b1d67d..2a4c839a7 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -13824,8 +13824,7 @@ helpcmd(int argc UNUSED_PARAM, char **argv UNUSED_PARAM)
13824static int FAST_FUNC 13824static int FAST_FUNC
13825historycmd(int argc UNUSED_PARAM, char **argv UNUSED_PARAM) 13825historycmd(int argc UNUSED_PARAM, char **argv UNUSED_PARAM)
13826{ 13826{
13827 if (line_input_state) 13827 show_history(line_input_state);
13828 show_history(line_input_state);
13829 return EXIT_SUCCESS; 13828 return EXIT_SUCCESS;
13830} 13829}
13831#endif 13830#endif