Skip to content

Commit

Permalink
rvm upgrade issue *shrug*
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Nov 26, 2012
1 parent a46cc4e commit 7597701
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_all
Expand Up @@ -43,7 +43,7 @@ fi

function rvm_use {
current_ruby=$1
rvm use "${1}@nokogiri" --create
rvm use "${1}@nokogiri" --create || rvm -v
}

set -o errexit
Expand Down
2 changes: 1 addition & 1 deletion test_all
Expand Up @@ -25,7 +25,7 @@ set -o errexit

function rvm_use {
current_ruby=$1
rvm use "${1}@nokogiri" --create
rvm use "${1}@nokogiri" --create || rvm -v
}

function generate_parser_and_tokenizer {
Expand Down

0 comments on commit 7597701

Please sign in to comment.