Start the `xterm' process correctly.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@843 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-10-12 12:28:44 +00:00
parent bb118af7af
commit 10f3cd6dbf

View File

@@ -31,8 +31,8 @@ for i in $*; do
done
done
if test -n "$term"; then
$term -title $host -name $host -e env DISPLAY=$disp XAUTHORITY=$auth telnet -D $telnet_args $host
($term -title $host -name $host -e env DISPLAY=$disp XAUTHORITY=$auth telnet -D $telnet_args $host; kill -USR2 $pid) &
else
env DISPLAY=$disp XAUTHORITY=$auth telnet -D $telnet_args $host
kill -USR2 $pid
fi
kill -USR2 $pid