~vcs-imports-ii/dejagnu/master

« back to all changes in this revision

Viewing changes to config/adb.exp

  • Committer: Ben Elliston
  • Date: 2018-12-09 07:41:26 UTC
  • Revision ID: git-v1:e2fb9266669c87021ce666f8dca81ab2d96635d1
        * 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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
    set tries 0
44
44
    set result -1
45
45
 
46
 
    if {[board_info ${hostname} exists shell_prompt]} {
47
 
        set shell_prompt [board_info ${hostname} shell_prompt]
 
46
    if {[board_info $hostname exists shell_prompt]} {
 
47
        set shell_prompt [board_info $hostname shell_prompt]
48
48
    } else {
49
49
        set shell_prompt "root@android:/ # "
50
50
    }