summaryrefslogtreecommitdiffstats
path: root/drakwizard.pl
diff options
context:
space:
mode:
Diffstat (limited to 'drakwizard.pl')
-rwxr-xr-xdrakwizard.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/drakwizard.pl b/drakwizard.pl
index 3edab765..c3b625c7 100755
--- a/drakwizard.pl
+++ b/drakwizard.pl
@@ -82,10 +82,10 @@ if ($err) {
$in->exit;
}
+$::in = $in;
if ($wiz->{o}{use_new_data_structure}) {
require wizards;
my $wizard = wizards->new;
- $::in = $in;
$wizard->safe_process($wiz->{o}, $in);
} else {
wizard($wiz->{o});