diff options
| author | Paul Buetow <paul@buetow.org> | 2011-01-14 20:26:35 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2011-01-14 20:26:35 +0000 |
| commit | 2bda59cf54ce7e1e1304ab2ed73a7ab65a0e3850 (patch) | |
| tree | daf022312929058f4effc3ca0c3bf4e809904d9a /loadbars.pl | |
| parent | d4217bd33afaf43476a2ff17013a95e3f68dfc6d (diff) | |
shutting down display first
afterwards shut down threads
Diffstat (limited to 'loadbars.pl')
| -rwxr-xr-x | loadbars.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
