aboutsummaryrefslogtreecommitdiff
path: root/lib/remote.exp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/remote.exp')
-rw-r--r--lib/remote.exp2
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 } {