Skip to content

Commit

Permalink
Trying to do too many things at once :/
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin committed Apr 20, 2011
1 parent d7ea4ee commit 48be3ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/selector
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ __rvm_select()
rvm_ruby_url="$rvm_ruby_url/$rvm_ruby_package_file"

#export RBXOPT="${RBXOPT:=${rvm_rbx_opt:="-Xrbc.db=${rvm_rbx_home:="${GEM_HOME}"} -Xagent.start"}}"
if [[ -n "${rvm_rbx_opt:-}"]]
if [[ -n "${rvm_rbx_opt:-}" ]]
then
export RBXOPT="${RBXOPT:=${rvm_rbx_opt}}"
else
Expand Down

0 comments on commit 48be3ec

Please sign in to comment.