diff options
Diffstat (limited to 'gdb/testsuite/config/vx-gdb.exp')
-rw-r--r-- | gdb/testsuite/config/vx-gdb.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/config/vx-gdb.exp b/gdb/testsuite/config/vx-gdb.exp index 984f4be..6a6ea6b 100644 --- a/gdb/testsuite/config/vx-gdb.exp +++ b/gdb/testsuite/config/vx-gdb.exp @@ -70,7 +70,7 @@ proc gdb_start { } { # get a connection to the board set shell_id [ eval $connectmode "$targetname" ] - if $shell_id<0 then { + if { $shell_id < 0 } then { perror "Couldn't connect to $targetname." return -1 } |