Init current_directory.

This commit is contained in:
Thomas Lord
1994-06-15 08:04:44 +00:00
parent c96386c4d8
commit f36b58b10c
2 changed files with 9 additions and 0 deletions

View File

@@ -484,6 +484,9 @@ gdb_init ()
{
/* Run the init function of each source file */
getcwd (dirbuf, sizeof (dirbuf));
current_directory = dirbuf;
init_cmd_lists (); /* This needs to be done first */
initialize_all_files ();
init_main (); /* But that omits this file! Do it now */