diff options
Diffstat (limited to 'contrib/dialog/samples/tailboxbg')
-rwxr-xr-x | contrib/dialog/samples/tailboxbg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/dialog/samples/tailboxbg b/contrib/dialog/samples/tailboxbg index bcc3434d3473..957d77446558 100755 --- a/contrib/dialog/samples/tailboxbg +++ b/contrib/dialog/samples/tailboxbg @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: tailboxbg,v 1.10 2012/06/29 09:48:28 tom Exp $ +# $Id: tailboxbg,v 1.9 2010/01/13 10:20:03 tom Exp $ . ./setup-vars @@ -16,7 +16,7 @@ $DIALOG --title "TAIL BOX" \ sleep 10 # now kill it -kill -$SIG_QUIT `cat $tempfile` 2>&1 >/dev/null 2>/dev/null +kill -3 `cat $tempfile` 2>&1 >/dev/null 2>/dev/null # ...and the process that is making the listing ./killall listing |