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:
parent
08377668fc
commit
7ae51a973c
@ -158,6 +158,7 @@ MIRROR_BUTTON=$?
|
||||
exec 3>&-
|
||||
|
||||
_UNAME_R=`uname -r`
|
||||
_UNAME_R=${_UNAME_R%-p*}
|
||||
|
||||
case ${_UNAME_R} in
|
||||
*-CURRENT|*-STABLE|*-PRERELEASE)
|
||||
|
Loading…
Reference in New Issue
Block a user