diff options
author | Daouda Lo <daouda@mandriva.com> | 2006-02-15 18:04:56 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2006-02-15 18:04:56 +0000 |
commit | 5acc6610590ac52bc6181c69e6dd51948201f47d (patch) | |
tree | 35fda93e2d0f3848e4801fdd086a71d95fcd4ff5 /mdkupdate | |
parent | 187dbad91fc6b802704a0f496e83f46ae14e90cf (diff) | |
download | mgaonline-5acc6610590ac52bc6181c69e6dd51948201f47d.tar mgaonline-5acc6610590ac52bc6181c69e6dd51948201f47d.tar.gz mgaonline-5acc6610590ac52bc6181c69e6dd51948201f47d.tar.bz2 mgaonline-5acc6610590ac52bc6181c69e6dd51948201f47d.tar.xz mgaonline-5acc6610590ac52bc6181c69e6dd51948201f47d.zip |
- sync
Diffstat (limited to 'mdkupdate')
-rwxr-xr-x | mdkupdate | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -51,7 +51,7 @@ my $url; foreach (qw(online_dif online_update online3_RemoteAction wizard)) { $url->{$_} = $onlineUrl . $_ . '.php'; } -my $VERSION = "1.3"; +my $VERSION = "2.0"; my $YEARS = "2002-2005"; #for compatibilities @@ -88,6 +88,7 @@ my %options = ( GetOptions(%options); -s $conffile || $bundle or die N("No %s file found. Run mdkonline wizard first", $conffile); + my %o = getVarsFromSh($conffile); if (!$bundle) { |