summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcheckVersions2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkVersions b/checkVersions
index e2518b38..f1041af9 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}" | \