diff options
Diffstat (limited to 'checkVersions')
-rwxr-xr-x | checkVersions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checkVersions b/checkVersions index e2518b389..f1041af91 100755 --- a/checkVersions +++ b/checkVersions @@ -163,7 +163,7 @@ then remVer="$( git -C /usr/src/archlinux/archiso archive --format=tar upstream/master | \ tar -Ox Makefile | \ - grep -m1 '^V=[0-9]\+$' | \ + grep -m1 '^V=[0-9.]\+$' | \ cut -d= -f2 )" elif echo "${src}" | \ |