aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRob Savoye <rob@welcomehome.org>2001-10-02 15:48:51 +0000
committerRob Savoye <rob@welcomehome.org>2001-10-02 15:48:51 +0000
commit08669c1e0bb589d0ef4cab20741c1d00e7d89b46 (patch)
tree6662f847a35a7f7e99189feed66154dce0afd5d6 /lib
parent3a42a706a3b543e9ee55c3ba338ea2899c0e1fe6 (diff)
Oops, typo'd the typo...
Diffstat (limited to 'lib')
-rw-r--r--lib/remote.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/remote.exp b/lib/remote.exp
index f3831c0..d9c5c9d 100644
--- a/lib/remote.exp
+++ b/lib/remote.exp
@@ -581,7 +581,7 @@ proc standard_send { dest string } {
}
proc file_on_host { op file args } {
- return [eval remote_file host \"$op\" \$file\" $args];
+ return [eval remote_file host \"$op\" \"$file\" $args];
}
proc file_on_build { op file args } {