From 6bd7d9fad81197f4ba10168f03fe09a1a9cd3b1f Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Tue, 24 Jan 1995 01:23:18 +0000 Subject: * gdbtk.tcl: Take .gdbtkinit if it exists. Makes gdbtk match the doc! --- gdb/gdbtk.tcl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gdb/gdbtk.tcl') diff --git a/gdb/gdbtk.tcl b/gdb/gdbtk.tcl index 74bd7e9..2a16424 100644 --- a/gdb/gdbtk.tcl +++ b/gdb/gdbtk.tcl @@ -2672,4 +2672,8 @@ destroy .t pack .c.m bind .c.m {destroy .c} +if [file exists ~/.gdbtkinit] { + source ~/.gdbtkinit +} + update -- cgit v1.1