summaryrefslogtreecommitdiffstats
path: root/bootstrap-cpp.sh
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorn.christian@seime.no>2017-10-17 13:36:00 +0200
committerGitHub <noreply@github.com>2017-10-17 13:36:00 +0200
commit5384b4dfddf7251939fa3400dff785aa01ec9077 (patch)
tree2cdf2cd91aa79b4d98ac5087e7fc82bc7ac04964 /bootstrap-cpp.sh
parentdfe3c4a1be282fe9817a1649b130c926827a0562 (diff)
Revert back to /opt/rh/devtoolset-6/enable
Diffstat (limited to 'bootstrap-cpp.sh')
-rwxr-xr-xbootstrap-cpp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-cpp.sh b/bootstrap-cpp.sh
index 6495bf0177c..0b1d5751e96 100755
--- a/bootstrap-cpp.sh
+++ b/bootstrap-cpp.sh
@@ -19,7 +19,7 @@ fi
mkdir -p "${BUILD_DIR}"
-source /etc/profile.d/devtoolset-6.sh || true
+source /opt/rh/devtoolset-6/enable || true
cd "${SOURCE_DIR}"
sh ./bootstrap.sh full
cd "${BUILD_DIR}"