Remove empty lines to fix multiline bash expression

This commit is contained in:
Tomas Orsava 2017-08-02 17:05:26 +02:00
parent e936b4b58f
commit 0411091b2f
1 changed files with 0 additions and 2 deletions

View File

@ -834,13 +834,11 @@ BuildPython optimized \
python \
python%{pybasever} \
%ifarch %{ix86} x86_64
%if %{with optimizations}
"--without-ensurepip --enable-optimizations" \
%else
"--without-ensurepip" \
%endif
%else
"--without-ensurepip" \
%endif