aboutsummaryrefslogtreecommitdiff
path: root/lib/rlogin.exp
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2003-08-07 03:58:36 +0000
committerBen Elliston <bje@gnu.org>2003-08-07 03:58:36 +0000
commit360dd4f6262ca54ea33bf745ff5559a913748a46 (patch)
treec02ce8fa5d6c1fa19a2d089b4465d195ee058133 /lib/rlogin.exp
parentd7b7156075df25716082174f6baf2ac0e163e939 (diff)
downloaddejagnu-360dd4f6262ca54ea33bf745ff5559a913748a46.zip
dejagnu-360dd4f6262ca54ea33bf745ff5559a913748a46.tar.gz
dejagnu-360dd4f6262ca54ea33bf745ff5559a913748a46.tar.bz2
* Remove surplus semicolons in `for' commands.
Diffstat (limited to 'lib/rlogin.exp')
-rw-r--r--lib/rlogin.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rlogin.exp b/lib/rlogin.exp
index 8fe32a5..ec915e4 100644
--- a/lib/rlogin.exp
+++ b/lib/rlogin.exp
@@ -142,7 +142,7 @@ proc rlogin_spawn { dest cmdline } {
}
set prefix ""
set ok 0
- for {set i 0;} {$i <= 2 && ! $ok} {incr i;} {
+ for { set i 0 } {$i <= 2 && ! $ok} { incr i } {
set shell_id [remote_open $dest]
if { $shell_id != "" && $shell_id > 0 } {
remote_send $dest "echo k\r"