Skip to content

Commit

Permalink
Add missed BETA* to list.
Browse files Browse the repository at this point in the history
Approved by:	simon (implicit)
MFC after:	3 days
X-MFC-With:	r244058
  • Loading branch information
gjb authored and gjb committed Dec 9, 2012
1 parent d5a38be commit ca7ef5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr.sbin/bsdinstall/scripts/mirrorselect
Expand Up @@ -194,7 +194,7 @@ exec 3>&-
_UNAME_R=`uname -r`

case ${_UNAME_R} in
*-CURRENT|*-STABLE|*-PRERELEASE|*-RC*)
*-CURRENT|*-STABLE|*-BETA*|*-PRERELEASE|*-RC*)
RELDIR="snapshots"
;;
*)
Expand Down

0 comments on commit ca7ef5b

Please sign in to comment.