Fix trailing whitespace in install_build_deps.sh

This commit is contained in:
Timofey Turenko 2019-12-12 23:31:38 +02:00
parent ba46cb4434
commit da682b7777

View File

@ -104,7 +104,7 @@ then
sudo yum clean all
sudo yum update -y
unset enable_power_tools
yum repolist all | grep PowerTools
yum repolist all | grep PowerTools
if [ $? == 0 ]
then
enable_power_tools="enablerepo=PowerTools"