aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Savoye <rob@welcomehome.org>2001-10-02 15:47:39 +0000
committerRob Savoye <rob@welcomehome.org>2001-10-02 15:47:39 +0000
commit3a42a706a3b543e9ee55c3ba338ea2899c0e1fe6 (patch)
treea93a8f7ac123528ac52deec5ec3796d608e4e83f
parent56a71936f9f95d480cfca7766df89e73f200d081 (diff)
2001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
* lib/remote.exp (proc file_on_host): Fix typo in construction of file argument.
-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 } {