summaryrefslogtreecommitdiffstats
path: root/mdkupdate
diff options
context:
space:
mode:
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) {