diff options
Diffstat (limited to 'shell.c')
-rw-r--r-- | shell.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -703,6 +703,8 @@ main (argc, argv, env) /* Initialize terminal state for interactive shells after the .bash_profile and .bashrc are interpreted. */ get_tty_state (); + + initialize_logging(); } #if !defined (ONESHOT) |