From 3a42a706a3b543e9ee55c3ba338ea2899c0e1fe6 Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Tue, 2 Oct 2001 15:47:39 +0000 Subject: [PATCH] 2001-10-02 Nick Clifton * lib/remote.exp (proc file_on_host): Fix typo in construction of file argument. --- ChangeLog | 5 +++++ lib/remote.exp | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f17a9ec..22fab06 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-10-02 Nick Clifton + + * lib/remote.exp (proc file_on_host): Fix typo in construction + of file argument. + 2001-09-12 Rob Savoye * 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 } { -- 2.7.4