aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--lib/remote.exp2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f17a9ec..22fab06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
+
+ * lib/remote.exp (proc file_on_host): Fix typo in construction
+ of file argument.
+
2001-09-12 Rob Savoye <rob@peggyo.welcomehome.org>
* Makefile.am: Add a clean-local target, and nuke example and
diff --git a/lib/remote.exp b/lib/remote.exp
index 1c2941d..f3831c0 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 } {