Strip the patch level from the release name before trying to fetch the

distribution.

PR:		170264
Approved by:	nathanw
MFC after:	1 week
This commit is contained in:
Dag-Erling Smørgrav 2014-07-24 17:43:42 +00:00
parent cb5249a242
commit a382af08f8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=269074

View File

@ -158,6 +158,7 @@ MIRROR_BUTTON=$?
exec 3>&-
_UNAME_R=`uname -r`
_UNAME_R=${_UNAME_R%-p*}
case ${_UNAME_R} in
*-CURRENT|*-STABLE|*-PRERELEASE)