summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@gmail.com>2017-11-03 12:51:11 +0100
committerGitHub <noreply@github.com>2017-11-03 12:51:11 +0100
commit9a50736f6a42200e1ebcd50896e382e649d45b78 (patch)
treee28cc0c5d0b33bd78027bfc79caa2016fb03f7e1 /bootstrap.sh
parent0df471cf727460575258c9af3e42be4ddbb344f3 (diff)
Revert "Various minor fixes to bootstrap scripts"
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index d0593eb1dee..075da74b7c7 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -5,8 +5,6 @@ usage() {
echo "Usage: $0 [full | java | default]" >&2
}
-source /opt/rh/rh-maven33/enable
-
if [ $# -eq 0 ]; then
# Build minimal set of java modules required to run cmake
MODE=default