From caad36ebe60cf836eb90f0532c9d4c5630d99b9f Mon Sep 17 00:00:00 2001 From: Jephte CLAIN Date: Mon, 15 Sep 2014 10:18:45 +0400 Subject: [PATCH] =?UTF-8?q?pr=C3=A9f=C3=A9rer=20la=20version=20locale=20en?= =?UTF-8?q?=20cas=20d'=C3=A9galit=C3=A9=20de=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/ulib/auto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ulib/auto b/lib/ulib/auto index 1a7b71f..a48cf0f 100644 --- a/lib/ulib/auto +++ b/lib/ulib/auto @@ -50,7 +50,7 @@ function __ulibver_check() { [ "$sminor" -gt "$minor" ] && return 0 [ "$sminor" -lt "$minor" ] && return 1 # puis tester patchlevel - [ "$spatch" -ge "$patch" ] + [ "$spatch" -gt "$patch" ] } if [ -f /etc/ulib ] && __ulibver_check; then