aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorKris Moore <kmoore@FreeBSD.org>2015-03-12 06:41:01 +0000
committerKris Moore <kmoore@FreeBSD.org>2015-03-12 06:41:01 +0000
commit7c06c7c509a9c4b54c557a563686b097d24ce293 (patch)
treefaacbac587a2be4ce445442c6b8f5a62d9515a98 /usr.sbin
parent51019276964857b4e790c92bd626315dd94a186f (diff)
Notes
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/freebsd-update/freebsd-update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/freebsd-update/freebsd-update.sh b/usr.sbin/freebsd-update/freebsd-update.sh
index 4c8891f6b03e..24349291960d 100644
--- a/usr.sbin/freebsd-update/freebsd-update.sh
+++ b/usr.sbin/freebsd-update/freebsd-update.sh
@@ -1231,7 +1231,7 @@ fetch_metadata_sanity () {
# Some aliases to save space later: ${P} is a character which can
# appear in a path; ${M} is the four numeric metadata fields; and
# ${H} is a sha256 hash.
- P="[-+./:=%@_[~[:alnum:]]"
+ P="[-+./:=,%@_[~[:alnum:]]"
M="[0-9]+\|[0-9]+\|[0-9]+\|[0-9]+"
H="[0-9a-f]{64}"