aboutsummaryrefslogtreecommitdiff
path: root/lib/rsh.exp
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2003-08-19 00:11:43 +0000
committerBen Elliston <bje@gnu.org>2003-08-19 00:11:43 +0000
commit22b23d35df2026d61cd1fdbd322e13f03d5e09da (patch)
treecadca88120f9f904981c2670c25daa2a6d6ec7a5 /lib/rsh.exp
parentd8222ca8b95f85467601faf692ec5e391e407e1d (diff)
downloaddejagnu-22b23d35df2026d61cd1fdbd322e13f03d5e09da.zip
dejagnu-22b23d35df2026d61cd1fdbd322e13f03d5e09da.tar.gz
dejagnu-22b23d35df2026d61cd1fdbd322e13f03d5e09da.tar.bz2
Re-indent with Emacs' tcl-mode.
Diffstat (limited to 'lib/rsh.exp')
-rw-r--r--lib/rsh.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rsh.exp b/lib/rsh.exp
index 4c91cec..f0a49d6 100644
--- a/lib/rsh.exp
+++ b/lib/rsh.exp
@@ -124,7 +124,7 @@ proc rsh_open { hostname } {
warning "$RSH: already connected."
}
timeout {
- warning "$RSH: timed out trying to connect."
+ warning "$RSH: timed out trying to connect."
}
eof {
perror "$RSH: got EOF while trying to connect."
@@ -135,7 +135,7 @@ proc rsh_open { hostname } {
}
if { $result < 0 } {
-# perror "$RSH: couldn't connect after $tries tries."
+ # perror "$RSH: couldn't connect after $tries tries."
close -i $spawn_id
set spawn_id -1
} else {