summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2005-07-13 01:57:59 +0000
committerAntoine Ginies <aginies@mandriva.com>2005-07-13 01:57:59 +0000
commite0ddffc64d42a3523d16f7b11961ff63e8ef7c58 (patch)
treef570e811277dcfe84563078baa8a016eb4dd8a3d /common
parent24038a33ba99e8419543d13bd8a7c2c424caf122 (diff)
downloaddrakwizard-e0ddffc64d42a3523d16f7b11961ff63e8ef7c58.tar
drakwizard-e0ddffc64d42a3523d16f7b11961ff63e8ef7c58.tar.gz
drakwizard-e0ddffc64d42a3523d16f7b11961ff63e8ef7c58.tar.bz2
drakwizard-e0ddffc64d42a3523d16f7b11961ff63e8ef7c58.tar.xz
drakwizard-e0ddffc64d42a3523d16f7b11961ff63e8ef7c58.zip
fix TMP
Diffstat (limited to 'common')
-rw-r--r--common/Wizcommon.pm2
1 files changed, 1 insertions, 1 deletions
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 = <TMP>) {
$timer = Glib::Timeout->add(10, sub {});