summaryrefslogtreecommitdiffstats
path: root/mdkupdate
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2006-02-15 18:04:56 +0000
committerDaouda Lo <daouda@mandriva.com>2006-02-15 18:04:56 +0000
commit5acc6610590ac52bc6181c69e6dd51948201f47d (patch)
tree35fda93e2d0f3848e4801fdd086a71d95fcd4ff5 /mdkupdate
parent187dbad91fc6b802704a0f496e83f46ae14e90cf (diff)
downloadmgaonline-5acc6610590ac52bc6181c69e6dd51948201f47d.tar
mgaonline-5acc6610590ac52bc6181c69e6dd51948201f47d.tar.gz
mgaonline-5acc6610590ac52bc6181c69e6dd51948201f47d.tar.bz2
mgaonline-5acc6610590ac52bc6181c69e6dd51948201f47d.tar.xz
mgaonline-5acc6610590ac52bc6181c69e6dd51948201f47d.zip
- sync
Diffstat (limited to 'mdkupdate')
-rwxr-xr-xmdkupdate3
1 files changed, 2 insertions, 1 deletions
diff --git a/mdkupdate b/mdkupdate
index da9a805b..5c5a7b85 100755
--- a/mdkupdate
+++ b/mdkupdate
@@ -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) {