diff options
author | Rob Savoye <rob@welcomehome.org> | 2001-10-02 15:48:51 +0000 |
---|---|---|
committer | Rob Savoye <rob@welcomehome.org> | 2001-10-02 15:48:51 +0000 |
commit | 08669c1e0bb589d0ef4cab20741c1d00e7d89b46 (patch) | |
tree | 6662f847a35a7f7e99189feed66154dce0afd5d6 /lib | |
parent | 3a42a706a3b543e9ee55c3ba338ea2899c0e1fe6 (diff) | |
download | dejagnu-08669c1e0bb589d0ef4cab20741c1d00e7d89b46.zip dejagnu-08669c1e0bb589d0ef4cab20741c1d00e7d89b46.tar.gz dejagnu-08669c1e0bb589d0ef4cab20741c1d00e7d89b46.tar.bz2 |
Oops, typo'd the typo...
Diffstat (limited to 'lib')
-rw-r--r-- | lib/remote.exp | 2 |
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 } { |