summaryrefslogtreecommitdiff
path: root/shell.c
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-06-18 11:32:19 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-06-18 11:32:19 -0700
commit2720a97cbd0254fbe314937bba23486d8426ad9f (patch)
treeeb62b179aed6658a74479b208de27dbfe95e3b58 /shell.c
parent52e7de027a9204963baf31238c271cde9a7d8fff (diff)
parent5414692efe92a9fb87cbcb374493102bca7424bc (diff)
downloadvyatta-bash-2720a97cbd0254fbe314937bba23486d8426ad9f.tar.gz
vyatta-bash-2720a97cbd0254fbe314937bba23486d8426ad9f.zip
Merge branch 'larkspur' of vm:git/vyatta-bash into larkspur
Diffstat (limited to 'shell.c')
-rw-r--r--shell.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell.c b/shell.c
index 1aac510..09b3cfd 100644
--- a/shell.c
+++ b/shell.c
@@ -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)