Commit eb4272e3 by John Jarvis

converted tabs to spaces, updated LESS cmdline override

parent a8940fc7
...@@ -237,9 +237,7 @@ output "Installing rvm and ruby" ...@@ -237,9 +237,7 @@ output "Installing rvm and ruby"
curl -sL get.rvm.io | bash -s stable curl -sL get.rvm.io | bash -s stable
source $RUBY_DIR/scripts/rvm source $RUBY_DIR/scripts/rvm
# skip the intro # skip the intro
export LESS="-E" LESS="-E" rvm install $RUBY_VER
rvm install $RUBY_VER
unset LESS
virtualenv "$PYTHON_DIR" virtualenv "$PYTHON_DIR"
source $PYTHON_DIR/bin/activate source $PYTHON_DIR/bin/activate
output "Installing gem bundler" output "Installing gem bundler"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment