From cf170651474c9f3f666b3c0bdb6bb4613bb93eff Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 6 Mar 2006 10:31:32 +0000 Subject: do not display an error message if the bundle version matches our (warly) --- mdkupdate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdkupdate') 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")); -- cgit v1.2.1