Fix having the :DEFAULT MASTER_SITES entries ending up being there twice
in the end. Sponsored by: Absolight
This commit is contained in:
parent
6d3c8e19d8
commit
8d3ade7517
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=416468
1 changed files with 2 additions and 0 deletions
|
@ -106,6 +106,8 @@ for _file in "${@}"; do
|
|||
else
|
||||
SORTED_MASTER_SITES_CMD_TMP="${dp_SORTED_PATCH_SITES_DEFAULT_CMD}"
|
||||
fi
|
||||
# Having this set when the next eval runs creates double entries.
|
||||
unset _${dp_SITE_FLAVOR}_SITES_DEFAULT
|
||||
fi
|
||||
case ${dp_TARGET} in
|
||||
fetch-list)
|
||||
|
|
Loading…
Reference in a new issue