From 5acc6610590ac52bc6181c69e6dd51948201f47d Mon Sep 17 00:00:00 2001 From: Daouda Lo Date: Wed, 15 Feb 2006 18:04:56 +0000 Subject: - sync --- mdkupdate | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) { -- cgit v1.2.1