diff options
-rw-r--r-- | check-kernel.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/check-kernel.in b/check-kernel.in index 0e9294e..7a6500c 100644 --- a/check-kernel.in +++ b/check-kernel.in @@ -74,6 +74,7 @@ if which pacman >/dev/null 2>&1; then uniq -d } | \ cut -d' ' -f2 | \ + sed 's/\.arch/./' | \ sort -V | \ tail -n1 ) |