From 2cdba8e037f7b7ef5f400d328dd1895979ba06a4 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 10 Sep 2019 11:49:00 +0200 Subject: fix scl_enable --- etc/scl_enable | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/scl_enable b/etc/scl_enable index dd81bd9..1f4f614 100644 --- a/etc/scl_enable +++ b/etc/scl_enable @@ -1,2 +1,2 @@ -source scl_enable httpd24 -source scl_enable rh-ruby${RH_RUBY_VERSION} +source scl_source enable httpd24 +source scl_source enable rh-ruby${RH_RUBY_VERSION} -- cgit