From e0ddffc64d42a3523d16f7b11961ff63e8ef7c58 Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Wed, 13 Jul 2005 01:57:59 +0000 Subject: fix TMP --- common/Wizcommon.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/Wizcommon.pm b/common/Wizcommon.pm index 56c1b36d..f9ae4c7b 100644 --- a/common/Wizcommon.pm +++ b/common/Wizcommon.pm @@ -83,7 +83,7 @@ sub wizard_progress_bar { $window1->realize; $pbar->set_pulse_step(0.1); - file *TMP; + local *TMP; open(TMP, "$command 2>&1 |"); while ($value = ) { $timer = Glib::Timeout->add(10, sub {}); -- cgit v1.2.1