Oops, typo'd the typo...
authorRob Savoye <rob@welcomehome.org>
Tue, 2 Oct 2001 15:48:51 +0000 (15:48 +0000)
committerRob Savoye <rob@welcomehome.org>
Tue, 2 Oct 2001 15:48:51 +0000 (15:48 +0000)
lib/remote.exp

index f3831c0..d9c5c9d 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 } {