From 70927b8a2218119a206696c75ede269b9934f310 Mon Sep 17 00:00:00 2001 From: Daouda Lo Date: Thu, 23 Feb 2006 19:54:05 +0000 Subject: - checking the correct way to do things --- mdkupdate | 1 - 1 file changed, 1 deletion(-) diff --git a/mdkupdate b/mdkupdate index 9ecd3216..5dc5778a 100755 --- a/mdkupdate +++ b/mdkupdate @@ -140,7 +140,6 @@ if (!$bundle) { $res eq 'OK' and $bundle_info = mdkonline::soap_query_bundle($wc, $bundle_vars{BUNDLE}); print Dumper($bundle_info); if ($bundle_info->{status}) { - my $int = interactive->vnew; my ($media, $mirror) = ($bundle_info->{data}->{media_name}, $bundle_info->{data}->{mirror}); add_media($media, $mirror, 'hdlist.cz'); install_pkgs($int, $bundle_info->{data}->{bundle}, $media); -- cgit v1.2.1