aboutsummaryrefslogtreecommitdiff
path: root/config/adb.exp
diff options
context:
space:
mode:
Diffstat (limited to 'config/adb.exp')
-rw-r--r--config/adb.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/adb.exp b/config/adb.exp
index 87d3d1a..fb6b3d7 100644
--- a/config/adb.exp
+++ b/config/adb.exp
@@ -43,8 +43,8 @@ proc adb_open { hostname } {
set tries 0
set result -1
- if {[board_info ${hostname} exists shell_prompt]} {
- set shell_prompt [board_info ${hostname} shell_prompt]
+ if {[board_info $hostname exists shell_prompt]} {
+ set shell_prompt [board_info $hostname shell_prompt]
} else {
set shell_prompt "root@android:/ # "
}