From e2fb9266669c87021ce666f8dca81ab2d96635d1 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Sun, 9 Dec 2018 18:41:26 +1100 Subject: * baseboards/basic-sid.exp, baseboards/basic-sim.exp, baseboards/i386-sid.exp, baseboards/mt-sid.exp, baseboards/sh-sid.exp, config/adb.exp, config/gdb-comm.exp, config/gdb_stub.exp, config/sim.exp, config/unix.exp, config/vxworks.exp, lib/dejagnu.exp, lib/dg.exp, lib/framework.exp, lib/kermit.exp, lib/libgloss.exp, lib/remote.exp, lib/rsh.exp, lib/target.exp, lib/tip.exp, lib/utils.exp, testsuite/lib/libsup.exp, testsuite/runtest.all/options.exp,: Remove unnecessary braces around variable expansions. --- config/gdb_stub.exp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/gdb_stub.exp') diff --git a/config/gdb_stub.exp b/config/gdb_stub.exp index 75ee8ee..b0bf61c 100644 --- a/config/gdb_stub.exp +++ b/config/gdb_stub.exp @@ -28,7 +28,7 @@ proc gdb_stub_init { dest args } { global tool_root_dir if {![info exists GDB]} then { - set GDB "[lookfor_file ${tool_root_dir} gdb/gdb]" + set GDB "[lookfor_file $tool_root_dir gdb/gdb]" if { $GDB eq "" } { set GDB [transform gdb] } @@ -82,7 +82,7 @@ proc gdb_stub_restart { dest } { } remote_reboot $dest } - if { ${x} < 4 } { + if { $x < 4 } { global board_info set name [board_info $dest name] -- cgit v1.1