2001-10-02 Nick Clifton <nickc@cambridge.redhat.com>
authorRob Savoye <rob@welcomehome.org>
Tue, 2 Oct 2001 15:47:39 +0000 (15:47 +0000)
committerRob Savoye <rob@welcomehome.org>
Tue, 2 Oct 2001 15:47:39 +0000 (15:47 +0000)
        * lib/remote.exp (proc file_on_host): Fix typo in construction
        of file argument.

ChangeLog
lib/remote.exp

index f17a9ec..22fab06 100644 (file)
--- 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
index 1c2941d..f3831c0 100644 (file)
@@ -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 } {