aboutsummaryrefslogtreecommitdiff
path: root/config/ddb-ether.exp
diff options
context:
space:
mode:
Diffstat (limited to 'config/ddb-ether.exp')
-rw-r--r--config/ddb-ether.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/ddb-ether.exp b/config/ddb-ether.exp
index 05912ab..526ee5c 100644
--- a/config/ddb-ether.exp
+++ b/config/ddb-ether.exp
@@ -92,8 +92,8 @@ proc ddb_ether_ld { dest prog } {
remote_send $dest "\n"
remote_expect $dest 10 {
- -re ".*${shell_prompt}$" { }
- default {
+ -re ".*${shell_prompt}$" { }
+ default {
return "retry"
}
}