Fix having the :DEFAULT MASTER_SITES entries ending up being there twice

in the end.

Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2016-06-06 15:25:22 +00:00
parent 6d3c8e19d8
commit 8d3ade7517
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=416468

View file

@ -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)