From 2bda59cf54ce7e1e1304ab2ed73a7ab65a0e3850 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 14 Jan 2011 20:26:35 +0000 Subject: shutting down display first afterwards shut down threads --- loadbars.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loadbars.pl b/loadbars.pl index ba2e1ff..7eff6b9 100755 --- a/loadbars.pl +++ b/loadbars.pl @@ -689,7 +689,7 @@ sub main () { last if $dispatch->('command', $_, $display, @threads); } - stop_threads @threads,$display; + stop_threads $display, @threads; say "Good bye"; exit 0; -- cgit v1.2.3