Fix tcl error
authorYao Qi <yao.qi@linaro.org>
Wed, 17 Jun 2015 16:03:03 +0000 (17:03 +0100)
committerYao Qi <yao.qi@linaro.org>
Wed, 17 Jun 2015 16:16:00 +0000 (17:16 +0100)
commit920467912a594a3e5af1d779487ffe3e5c550aef
tree5ac4566db581fc90ada80121ab2277829789f8a0
parent696ddf4b52bd4b4d3997ca1a514b1d07fcea3715
Fix tcl error

This patch fixes the following tcl error

Running ../../../binutils-gdb/gdb/testsuite/gdb.base/break-interp.exp ...
ERROR: (DejaGnu) proc "else" does not exist.
The error code is NONE
The info on the error is:
invalid command name "else"
    while executing
"::tcl_unknown else"
    ("uplevel" body line 1)
    invoked from within
"uplevel 1 ::tcl_unknown $args"

gdb/testsuite:

2015-06-17  Yao Qi  <yao.qi@linaro.org>

* lib/gdb.exp (get_build_id): Move braces and "else" to the same
line.
gdb/testsuite/ChangeLog
gdb/testsuite/lib/gdb.exp
This page took 0.033284 seconds and 4 git commands to generate.