summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmdkupdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkupdate b/mdkupdate
index 0cdf92d8..91fe081f 100755
--- a/mdkupdate
+++ b/mdkupdate
@@ -140,7 +140,7 @@ if (!$bundle) {
$wc->{USER_EMAIL} or die("Configuration not uploaded to Mandriva Online");
my $res = mdkonline::prepare_upload_conf($wc);
- if ($bundle_vars{CLIENT_VERSION} >= $VERSION) {
+ if ($bundle_vars{CLIENT_VERSION} > $VERSION) {
$in->ask_warn(N("Warning"), N("The version of the Mandriva Online client is too old.
You need to update to a newer version. You can get a new one from http://start.mandriva.com"));