diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-05-22 19:53:44 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-05-23 23:59:04 +0100 |
commit | aa1d259decdfd73a49e0c49e88a8ec5675453266 (patch) | |
tree | b377d276f6febf29c116b499c5f4bbc4030f8687 /metadata/md5-cache/app-emulation/runc-1.0.0_rc10 | |
parent | app-emulation/wine-staging: Drop old (diff) | |
download | gentoo-aa1d259decdfd73a49e0c49e88a8ec5675453266.tar.gz gentoo-aa1d259decdfd73a49e0c49e88a8ec5675453266.tar.bz2 gentoo-aa1d259decdfd73a49e0c49e88a8ec5675453266.zip |
linux-info.eclass: avoid lexicographical compare on numbers, bug #705248
Originally found in bug #705240 as:
```
error=0
...
if [[ ${error} > 0 ]]; then
...
```
'>' are string comparisons. They are benign in this case, but let's
be consistent and use integer comparison.
Closes: https://bugs.gentoo.org/705248
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'metadata/md5-cache/app-emulation/runc-1.0.0_rc10')
0 files changed, 0 insertions, 0 deletions