summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-05-22 20:10:43 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-05-26 23:00:08 +0100
commit8493b3a1823ea5f24f44ea317ceced513b6722ed (patch)
tree8eed8eb1c26098b0a14695026f0e6c0a50a4ac71 /dev-dotnet
parentapp-forensics/honggfuzz: respect user's AR setting (diff)
downloadgentoo-8493b3a1823ea5f24f44ea317ceced513b6722ed.tar.gz
gentoo-8493b3a1823ea5f24f44ea317ceced513b6722ed.tar.bz2
gentoo-8493b3a1823ea5f24f44ea317ceced513b6722ed.zip
kernel-2.eclass: avoid lexicographical compare on versions, bug #705246
Originally found in bug #705240 as: ``` if [[ ... || ${KV_MAJOR}.${KV_MINOR}.${KV_PATCH} > 2.6.28 ]]; then ``` '>' are string comparisons. They are benign so far, but will start failing on linux-10 :) Let's be consistent and use version comparison. Closes: https://bugs.gentoo.org/705246 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-dotnet')
0 files changed, 0 insertions, 0 deletions