mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
eclass: Use consistent place for then in if clause
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
@@ -322,8 +322,7 @@ distutils-r1_python_prepare_all() {
|
||||
|
||||
_distutils-r1_disable_ez_setup
|
||||
|
||||
if [[ ${DISTUTILS_IN_SOURCE_BUILD} && ! ${DISTUTILS_SINGLE_IMPL} ]]
|
||||
then
|
||||
if [[ ${DISTUTILS_IN_SOURCE_BUILD} && ! ${DISTUTILS_SINGLE_IMPL} ]]; then
|
||||
# create source copies for each implementation
|
||||
python_copy_sources
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user