import gdb-1999-07-05 snapshot

This commit is contained in:
Jason Molenda 1999-07-05 17:58:44 +00:00
parent f11523b013
commit 43ff13b418
41 changed files with 1885 additions and 789 deletions

View file

@ -276,7 +276,7 @@ directory_command (dirname, from_tty)
/* FIXME, this goes to "delete dir"... */
if (dirname == 0)
{
if (query ("Reinitialize source path to empty? "))
if (from_tty && query ("Reinitialize source path to empty? "))
{
free (source_path);
init_source_path ();