diff options
Diffstat (limited to 'check-kernel.in')
-rw-r--r-- | check-kernel.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/check-kernel.in b/check-kernel.in index 10b1c2f..0e9294e 100644 --- a/check-kernel.in +++ b/check-kernel.in @@ -60,7 +60,7 @@ if which pacman >/dev/null 2>&1; then uname -r | \ sed ' s|-ARCH$|| - s|\(\.0\)\?-arch|.arch| + s|\(\.0\)\?-arch|.| ' ) installed=$( |