summaryrefslogtreecommitdiffstats
path: root/patches/dejagnu-1.4.3/rsh-background.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/dejagnu-1.4.3/rsh-background.patch')
-rw-r--r--patches/dejagnu-1.4.3/rsh-background.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/patches/dejagnu-1.4.3/rsh-background.patch b/patches/dejagnu-1.4.3/rsh-background.patch
new file mode 100644
index 000000000..139a6eb5f
--- /dev/null
+++ b/patches/dejagnu-1.4.3/rsh-background.patch
@@ -0,0 +1,13 @@
+--- dejagnu-1.4.3/lib/rsh.exp.old Mon Jun 30 16:23:50 2003
++++ dejagnu-1.4.3/lib/rsh.exp Mon Jun 30 16:28:00 2003
+@@ -183,8 +183,8 @@
+ set desthost [board_info $desthost hostname];
+ }
+
+- set status [catch "exec $RSH $rsh_useropts $desthost rm -f $destfile |& cat" output]
+- set status [catch "exec $RCP $srcfile $rcp_user$desthost:$destfile |& cat" output]
++ set status [catch "exec $RSH -n $rsh_useropts $desthost rm -f $destfile |& cat" output]
++ set status [catch "exec $RCP $srcfile $rcp_user$desthost:$destfile |& cat" output]
+ if { $status == 0 } {
+ verbose "Copied $srcfile to $desthost:$destfile" 2
+ return $destfile;