From 585a4b7b35a482fff8bae041ac50ddf0c7fb922b Mon Sep 17 00:00:00 2001 From: Bob Manson Date: Wed, 18 Jun 1997 18:13:19 +0000 Subject: * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init properly. --- gdb/testsuite/lib/gdb.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/testsuite/lib/gdb.exp') diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp index 0530f6e..fa73898 100644 --- a/gdb/testsuite/lib/gdb.exp +++ b/gdb/testsuite/lib/gdb.exp @@ -965,7 +965,7 @@ proc default_gdb_init { args } { } proc gdb_init { args } { - return [default_gdb_init]; + return [eval default_gdb_init $args]; } proc gdb_finish { } { -- cgit v1.1