eclass: Use consistent place for then in if clause

Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-10-30 11:18:05 +01:00
parent f2ea9b3263
commit df8e399c9b

View File

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