From da682b7777bda11a778eacc049f531fe9be50033 Mon Sep 17 00:00:00 2001 From: Timofey Turenko Date: Thu, 12 Dec 2019 23:31:38 +0200 Subject: [PATCH] Fix trailing whitespace in install_build_deps.sh --- BUILD/install_build_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD/install_build_deps.sh b/BUILD/install_build_deps.sh index 8490be39b..999ee3303 100755 --- a/BUILD/install_build_deps.sh +++ b/BUILD/install_build_deps.sh @@ -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"