diff options
Diffstat (limited to 'mgaapplet-upgrade-helper')
-rwxr-xr-x | mgaapplet-upgrade-helper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mgaapplet-upgrade-helper b/mgaapplet-upgrade-helper index 3791ec04..02cc37dd 100755 --- a/mgaapplet-upgrade-helper +++ b/mgaapplet-upgrade-helper @@ -55,7 +55,7 @@ foreach my $opt (@ARGV) { die("Usage: mgaapplet-upgrade-helper --new_distro_version=n [--rpm-root-dir] [--urpmi-root=dir] [--download-all=dir]\n") if !$new_distro_version; -my $root = Rpmdrake::open_db::fast_open_urpmi_db()->{root}; +$root = Rpmdrake::open_db::fast_open_urpmi_db()->{root}; my $product_id = get_product_id(); |