Skip to content

Commit

Permalink
Merge branch 'hotfix/1.12.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapis committed Apr 12, 2012
2 parents 59ed817 + 42488b3 commit d6b4de7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12.2
1.12.3
4 changes: 2 additions & 2 deletions scripts/docs
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ then
exit 1
fi

if [[ ! -d "$rvm_docs_ruby_string" ]]
if [[ ! -d "${rvm_src_path}/$rvm_docs_ruby_string" ]]
then
rvm_error "'rvm docs ...' requires ruby sources to be available, run \`rvm reinstall ${MY_RUBY_HOME##*/}"
rvm_error "'rvm docs ...' requires ruby sources to be available, run \`rvm reinstall $rvm_docs_ruby_string"
exit 2
fi

Expand Down

0 comments on commit d6b4de7

Please sign in to comment.