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:
des 2014-07-24 17:43:42 +00:00
parent 08377668fc
commit 7ae51a973c

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)