From df8e399c9bac2dc30d7cf69c2462a81729a3ae69 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Fri, 30 Oct 2015 11:18:05 +0100 Subject: eclass: Use consistent place for then in if clause Signed-off-by: Justin Lecher --- eclass/distutils-r1.eclass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'eclass/distutils-r1.eclass') diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 185dd4fb80e..dbd27a76497 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -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 -- cgit v1.2.1