Last active
December 25, 2015 02:59
-
-
Save baburdick/6906290 to your computer and use it in GitHub Desktop.
Installing jruby with RVM's head version asks for sudo password to do this: `mkdir -p /usr/lib/ssl`. (On both OS X 10.6 and 10.8.) This is only for the first install attempt. The second succeeds (see big.log output).
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ rvm info | |
system: | |
system: | |
uname: "Darwin Dax.local 12.5.0 Darwin Kernel Version 12.5.0: Sun Sep 29 13:33:47 PDT 2013; root:xnu-2050.48.12~1/RELEASE_X86_64 x86_64 i386 MacBookPro8,2 Darwin" | |
system: "osx/10.8/x86_64" | |
bash: "/bin/bash => GNU bash, version 3.2.48(1)-release (x86_64-apple-darwin12)" | |
zsh: "/bin/zsh => zsh 4.3.11 (i386-apple-darwin12.0)" | |
rvm: | |
version: "rvm 1.22.19 (master) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/]" | |
updated: "4 minutes 53 seconds ago" | |
path: "/Users/bruceb/.rvm" | |
homes: | |
gem: "not set" | |
ruby: "not set" | |
binaries: | |
ruby: "/usr/bin/ruby" | |
irb: "/usr/bin/irb" | |
gem: "/usr/bin/gem" | |
rake: "/opt/local/bin/rake" | |
environment: | |
PATH: "/opt/local/bin:/opt/local/sbin:/Users/bruceb/bin:/usr/local/bin:/usr/local/sbin:/usr/local/php/bin:/sw/lib/perl5/ExtUtils:/sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/Developer/Tools:/usr/local/mysql/bin:/usr/local/qt/bin:/Applications/Firefox.app/Contents/MacOS:/Users/bruceb/.rvm/bin" | |
GEM_HOME: "" | |
GEM_PATH: "" | |
MY_RUBY_HOME: "" | |
IRBRC: "" | |
RUBYOPT: "" | |
gemset: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ rvm install jruby | |
Searching for binary rubies, this might take some time. | |
Checking requirements for osx. | |
Requirements installation successful. | |
jruby-1.7.5 - #configure | |
jruby-1.7.5 - #download | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 18.8M 100 18.8M 0 0 673k 0 0:00:28 0:00:28 --:--:-- 678k | |
jruby-1.7.5 - #validate archive | |
jruby-1.7.5 - #extract | |
jruby-1.7.5 - #validate binary | |
find: /Users/bruceb/.rvm/rubies/jruby-1.7.5/lib/native/Darwin: No such file or directory | |
jruby-1.7.5 - #setup | |
Saving wrappers to '/Users/bruceb/.rvm/wrappers/jruby-1.7.5'............. | |
jruby-1.7.5 - #importing default gemsets, this may take time..................... | |
Updating certificates in '/usr/lib/ssl/cert.pem'. | |
mkdir: cannot create directory ‘/usr/lib/ssl’: Permission denied | |
bruceb password required for 'mkdir -p /usr/lib/ssl': | |
Can not create directory '/usr/lib/ssl' for certificates. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rvm --trace --debug install jruby 2>&1 | tee big.log | |
+ [[ -n '' ]] | |
+ set -o errtrace | |
+ export 'PS4=+ $(__rvm_date "+%s.%N" 2>/dev/null) ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
+ PS4='+ $(__rvm_date "+%s.%N" 2>/dev/null) ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
+ 1381345784.330847000 /scripts/cli : __rvm_parse_args() 688 > [[ -z '' ]] | |
+ 1381345784.336483000 /scripts/cli : __rvm_parse_args() 688 > [[ -n '' ]] | |
+ 1381345784.341755000 /scripts/cli : __rvm_parse_args() 691 > [[ error == '' ]] | |
+ 1381345784.347278000 /scripts/cli : __rvm_parse_args() 691 > [[ 0 -eq 1 ]] | |
+ 1381345784.352540000 /scripts/cli : __rvm_parse_args() 691 > [[ -n '' ]] | |
+ 1381345784.357564000 /scripts/cli : __rvm_parse_args() 15 > [[ -n --debug ]] | |
+ 1381345784.362589000 /scripts/cli : __rvm_parse_args() 17 > rvm_token=--debug | |
+ 1381345784.367972000 /scripts/cli : __rvm_parse_args() 19 > (( 2 > 0 )) | |
+ 1381345784.373010000 /scripts/cli : __rvm_parse_args() 21 > next_token=install | |
+ 1381345784.378761000 /scripts/cli : __rvm_parse_args() 22 > shift | |
+ 1381345784.384329000 /scripts/cli : __rvm_parse_args() 96 > case "$rvm_token" in | |
+ 1381345784.390580000 /scripts/cli : __rvm_parse_args() 416 > case "$rvm_token" in | |
+ 1381345784.396343000 /scripts/cli : __rvm_parse_args() 560 > rvm_token=debug | |
+ 1381345784.402909000 /scripts/cli : __rvm_parse_args() 561 > rvm_token=debug | |
+ 1381345784.408902000 /scripts/cli : __rvm_parse_args() 562 > export rvm_debug_flag=1 | |
+ 1381345784.416570000 /scripts/cli : __rvm_parse_args() 562 > rvm_debug_flag=1 | |
+ 1381345784.425203000 /scripts/cli : __rvm_parse_args() 688 > [[ -z '' ]] | |
+ 1381345784.430506000 /scripts/cli : __rvm_parse_args() 688 > [[ -n '' ]] | |
+ 1381345784.435337000 /scripts/cli : __rvm_parse_args() 691 > [[ error == '' ]] | |
+ 1381345784.440909000 /scripts/cli : __rvm_parse_args() 691 > [[ 0 -eq 1 ]] | |
+ 1381345784.446750000 /scripts/cli : __rvm_parse_args() 691 > [[ -n '' ]] | |
+ 1381345784.456686000 /scripts/cli : __rvm_parse_args() 15 > [[ -n install ]] | |
+ 1381345784.465405000 /scripts/cli : __rvm_parse_args() 17 > rvm_token=install | |
+ 1381345784.471969000 /scripts/cli : __rvm_parse_args() 19 > (( 1 > 0 )) | |
+ 1381345784.479075000 /scripts/cli : __rvm_parse_args() 21 > next_token=jruby | |
+ 1381345784.486934000 /scripts/cli : __rvm_parse_args() 22 > shift | |
+ 1381345784.493124000 /scripts/cli : __rvm_parse_args() 96 > case "$rvm_token" in | |
+ 1381345784.497990000 /scripts/cli : __rvm_parse_args() 99 > case "$rvm_token" in | |
+ 1381345784.503721000 /scripts/cli : __rvm_parse_args() 37 > export install_flag=1 | |
+ 1381345784.509638000 /scripts/cli : __rvm_parse_args() 37 > install_flag=1 | |
+ 1381345784.516211000 /scripts/cli : __rvm_parse_args() 38 > rvm_action=install | |
+ 1381345784.522491000 /scripts/cli : __rvm_parse_args() 688 > [[ -z install ]] | |
+ 1381345784.528179000 /scripts/cli : __rvm_parse_args() 691 > [[ error == \i\n\s\t\a\l\l ]] | |
+ 1381345784.534429000 /scripts/cli : __rvm_parse_args() 691 > [[ 0 -eq 1 ]] | |
+ 1381345784.540093000 /scripts/cli : __rvm_parse_args() 691 > [[ -n '' ]] | |
+ 1381345784.546015000 /scripts/cli : __rvm_parse_args() 15 > [[ -n jruby ]] | |
+ 1381345784.552275000 /scripts/cli : __rvm_parse_args() 17 > rvm_token=jruby | |
+ 1381345784.558436000 /scripts/cli : __rvm_parse_args() 19 > (( 0 > 0 )) | |
+ 1381345784.565000000 /scripts/cli : __rvm_parse_args() 24 > next_token= | |
+ 1381345784.571990000 /scripts/cli : __rvm_parse_args() 96 > case "$rvm_token" in | |
+ 1381345784.576905000 /scripts/cli : __rvm_parse_args() 99 > case "$rvm_token" in | |
+ 1381345784.582211000 /scripts/cli : __rvm_parse_args() 274 > rvm_action=install | |
+ 1381345784.588083000 /scripts/cli : __rvm_parse_args() 344 > case "$rvm_token" in | |
+ 1381345784.594864000 /scripts/cli : __rvm_parse_args() 278 > rvm_ruby_interpreter=jruby | |
+ 1381345784.600601000 /scripts/cli : __rvm_parse_args() 279 > rvm_ruby_string=jruby | |
+ 1381345784.607131000 /scripts/cli : __rvm_parse_args() 280 > rvm_ruby_strings=jruby | |
+ 1381345784.613481000 /scripts/cli : __rvm_parse_args() 688 > [[ -z install ]] | |
+ 1381345784.620821000 /scripts/cli : __rvm_parse_args() 691 > [[ error == \i\n\s\t\a\l\l ]] | |
+ 1381345784.626218000 /scripts/cli : __rvm_parse_args() 691 > [[ 0 -eq 1 ]] | |
+ 1381345784.632698000 /scripts/cli : __rvm_parse_args() 691 > [[ -n '' ]] | |
+ 1381345784.638109000 /scripts/cli : __rvm_parse_args() 15 > [[ -n '' ]] | |
+ 1381345784.645506000 /scripts/cli : __rvm_parse_args() 696 > : rvm_ruby_args:0:: | |
+ 1381345784.650975000 /scripts/cli : __rvm_parse_args() 698 > [[ -n '' ]] | |
+ 1381345784.657228000 /scripts/cli : rvm() 867 > (( rvm_trace_flag == 0 )) | |
+ 1381345784.663185000 /scripts/cli : rvm() 869 > export PS4 | |
+ 1381345784.669613000 /scripts/cli : rvm() 870 > [[ -n '' ]] | |
+ 1381345784.675865000 /scripts/cli : rvm() 872 > PS4='+ $(__rvm_date "+%s.%N" 2>/dev/null) ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
+ 1381345784.682405000 /scripts/cli : rvm() 874 > set -x | |
+ 1381345784.689991000 /scripts/cli : rvm() 876 > result=0 | |
+ 1381345784.697181000 /scripts/cli : rvm() 877 > : rvm_ruby_args:0:: | |
+ 1381345784.703576000 /scripts/cli : rvm() 879 > (( result )) | |
+ 1381345784.709901000 /scripts/cli : rvm() 949 > case "${rvm_action:=help}" in | |
+ 1381345784.715611000 /scripts/cli : rvm() 1070 > export rvm_path | |
+ 1381345784.723400000 /scripts/cli : rvm() 1071 > [[ -n jruby ]] | |
+ 1381345784.731344000 /scripts/cli : rvm() 1073 > typeset save_ruby | |
++ 1381345784.739062000 /scripts/cli : rvm() 1005 > __rvm_select | |
++ 1381345784.746426000 /scripts/selector : __rvm_select() 1 > true | |
++ 1381345784.752654000 /scripts/selector : __rvm_select() 2 > typeset _original_env_string | |
++ 1381345784.758512000 /scripts/selector : __rvm_select() 3 > _original_env_string= | |
++ 1381345784.763870000 /scripts/selector : __rvm_select() 6 > export -a rvm_configure_flags rvm_patch_names rvm_ree_options rvm_make_flags | |
++ 1381345784.769950000 /scripts/selector : __rvm_select() 7 > export GEM_HOME GEM_PATH MY_RUBY_HOME RUBY_VERSION IRBRC | |
++ 1381345784.775663000 /scripts/selector : __rvm_select() 8 > export rvm_env_string rvm_action rvm_alias_expanded rvm_archive_extension rvm_bin_flag rvm_bin_path rvm_debug_flag rvm_default_flag rvm_delete_flag rvm_docs_type rvm_dump_environment_flag rvm_error_message rvm_expanding_aliases rvm_file_name rvm_gemdir_flag rvm_gemset_name rvm_gemstone_package_file rvm_gemstone_url rvm_head_flag rvm_hook rvm_install_on_use_flag rvm_llvm_flag rvm_loaded_flag rvm_niceness rvm_nightly_flag rvm_only_path_flag rvm_parse_break rvm_patch_original_pwd rvm_pretty_print_flag rvm_proxy rvm_quiet_flag rvm_reload_flag rvm_remove_flag rvm_ruby_alias rvm_ruby_args rvm_ruby_binary rvm_ruby_bits rvm_ruby_configure rvm_ruby_file rvm_ruby_gem_home rvm_ruby_gem_path rvm_ruby_global_gems_path rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_make rvm_ruby_make_install rvm_ruby_minor_version rvm_ruby_mode rvm_ruby_name rvm_ruby_package_file rvm_ruby_package_name rvm_ruby_patch rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_revision rvm_ruby_selected_flag rvm_ruby_sha rvm_ruby_string rvm_ruby_strings rvm_ruby_tag rvm_ruby_url rvm_ruby_user_tag rvm_ruby_version rvm_script_name rvm_sdk rvm_silent_flag rvm_sticky_flag rvm_system_flag rvm_token rvm_trace_flag rvm_use_flag rvm_user_flag rvm_verbose_flag rvm_wrapper_name | |
++ 1381345784.781503000 /scripts/selector : __rvm_select() 11 > rvm_ruby_string=jruby | |
++ 1381345784.786636000 /scripts/selector : __rvm_select() 14 > [[ -z jruby ]] | |
++ 1381345784.791796000 /scripts/selector : __rvm_select() 25 > __rvm_ruby_string | |
++ 1381345784.798390000 /scripts/selector : __rvm_ruby_string() 9 > typeset ruby_string gemset_name expanded_alias_name repo_url branch_name ruby_name | |
++ 1381345784.804226000 /scripts/selector : __rvm_ruby_string() 11 > __rvm_default_flags | |
++ 1381345784.810316000 /scripts/functions/env : __rvm_default_flags() 1 > true 0 0 | |
++ 1381345784.816780000 /scripts/selector : __rvm_ruby_string() 696 > rvm_expanding_aliases= | |
++ 1381345784.830519000 /scripts/selector : __rvm_ruby_string() 699 > true '' '' jruby '' '' '' '' @ jruby 0 0 | |
++ 1381345784.840007000 /scripts/selector : __rvm_ruby_string() 704 > __rvm_grep @ | |
++ 1381345784.840209000 /scripts/selector : __rvm_ruby_string() 704 > echo jruby | |
++ 1381345784.875302000 /scripts/selector : __rvm_ruby_string() 711 > (( rvm_expanding_aliases == 0 )) | |
++ 1381345784.880764000 /scripts/selector : __rvm_ruby_string() 712 > [[ -n jruby ]] | |
++ 1381345784.886923000 /scripts/selector : __rvm_ruby_string() 712 > [[ jruby != \s\y\s\t\e\m ]] | |
++ 1381345784.892286000 /scripts/selector : __rvm_ruby_string() 716 > [[ -f /Users/bruceb/.rvm/config/alias ]] | |
++ 1381345784.900693000 /scripts/selector : __rvm_ruby_string() 716 > [[ -s /Users/bruceb/.rvm/config/alias ]] | |
++ 1381345784.907795000 /scripts/selector : __rvm_ruby_string() 721 > [[ jruby == default ]] | |
++ 1381345784.913707000 /scripts/selector : __rvm_ruby_string() 728 > __rvm_grep @ | |
++ 1381345784.913593000 /scripts/selector : __rvm_ruby_string() 728 > echo jruby | |
++ 1381345784.945438000 /scripts/selector : __rvm_ruby_string() 734 > ruby_string=jruby | |
++ 1381345784.951764000 /scripts/selector : __rvm_ruby_string() 735 > gemset_name= | |
++ 1381345784.957086000 /scripts/selector : __rvm_ruby_string() 736 > repo_url= | |
++ 1381345784.963184000 /scripts/selector : __rvm_ruby_string() 737 > branch_name= | |
++ 1381345784.971108000 /scripts/selector : __rvm_ruby_string() 738 > ruby_name= | |
++ 1381345784.977550000 /scripts/selector : __rvm_ruby_string() 740 > __rvm_unset_ruby_variables | |
++ 1381345784.982806000 /scripts/functions/env : __rvm_unset_ruby_variables() 2 > unset rvm_env_string rvm_ruby_string rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_gem_path rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_log_path rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_selected_flag rvm_ruby_tag rvm_ruby_version rvm_head_flag rvm_ruby_package_file rvm_ruby_configure rvm_ruby_name rvm_ruby_url rvm_ruby_global_gems_path rvm_ruby_args rvm_ruby_name rvm_llvm_flag | |
++ 1381345784.989437000 /scripts/functions/env : __rvm_unset_ruby_variables() 3 > __rvm_load_rvmrc | |
++ 1381345784.995168000 /scripts/functions/init : __rvm_load_rvmrc() 1 > typeset _file | |
++ 1381345785.001956000 /scripts/functions/init : __rvm_load_rvmrc() 2 > typeset -a rvm_rvmrc_files | |
++ 1381345785.008524000 /scripts/functions/init : __rvm_load_rvmrc() 3 > (( 0 == 1 )) | |
++ 1381345785.014127000 /scripts/functions/init : __rvm_load_rvmrc() 8 > [[ -n 0022 ]] | |
++ 1381345785.021243000 /scripts/functions/init : __rvm_load_rvmrc() 10 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc") | |
++ 1381345785.026723000 /scripts/functions/init : __rvm_load_rvmrc() 11 > [[ -n /Users/bruceb ]] | |
++ 1381345785.033478000 /scripts/functions/init : __rvm_load_rvmrc() 11 > [[ /Users/bruceb/.rvmrc -ef /Users/bruceb/.rvmrc ]] | |
++ 1381345785.040889000 /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"' | |
++ 1381345785.046417000 /scripts/functions/init : __rvm_load_rvmrc() 16 > [[ -s /etc/rvmrc ]] | |
++ 1381345785.053163000 /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"' | |
++ 1381345785.059125000 /scripts/functions/init : __rvm_load_rvmrc() 16 > [[ -s /Users/bruceb/.rvmrc ]] | |
++ 1381345785.065440000 /scripts/functions/init : __rvm_load_rvmrc() 18 > __rvm_grep '^\s*rvm .*$' /Users/bruceb/.rvmrc | |
++ 1381345785.098067000 /scripts/functions/init : __rvm_load_rvmrc() -184 > source /Users/bruceb/.rvmrc | |
+++ 1381345785.105529000 rc : source() -177 > export RUBY_HEAP_MIN_SLOTS=600000 | |
+++ 1381345785.112086000 rc : source() -177 > RUBY_HEAP_MIN_SLOTS=600000 | |
+++ 1381345785.118564000 rc : source() -174 > export RUBY_GC_MALLOC_LIMIT=59000000 | |
+++ 1381345785.124760000 rc : source() -174 > RUBY_GC_MALLOC_LIMIT=59000000 | |
+++ 1381345785.130000000 rc : source() -173 > export RUBY_HEAP_FREE_MIN=100000 | |
+++ 1381345785.135446000 rc : source() -173 > RUBY_HEAP_FREE_MIN=100000 | |
+++ 1381345785.140602000 rc : source() -170 > export PARALLEL_TEST_PROCESSORS=6 | |
+++ 1381345785.146968000 rc : source() -170 > PARALLEL_TEST_PROCESSORS=6 | |
++ 1381345785.153023000 /scripts/functions/init : __rvm_load_rvmrc() -180 > return 0 | |
++ 1381345785.159041000 /scripts/selector : __rvm_ruby_string() 535 > rvm_ruby_repo_url= | |
++ 1381345785.165017000 /scripts/selector : __rvm_ruby_string() 536 > rvm_ruby_repo_branch= | |
++ 1381345785.170668000 /scripts/selector : __rvm_ruby_string() 537 > rvm_ruby_name= | |
++ 1381345785.176975000 /scripts/selector : __rvm_ruby_string() 539 > [[ -n '' ]] | |
++ 1381345785.185141000 /scripts/selector : __rvm_ruby_string() 545 > strings=() | |
++ 1381345785.191784000 /scripts/selector : __rvm_ruby_string() 546 > __rvm_custom_separated_array strings - jruby | |
++ 1381345785.197268000 /scripts/functions/utility : __rvm_custom_separated_array() 1 > typeset IFS | |
++ 1381345785.202677000 /scripts/functions/utility : __rvm_custom_separated_array() 2 > IFS=- | |
++ 1381345785.208114000 /scripts/functions/utility : __rvm_custom_separated_array() 3 > [[ -n '' ]] | |
++ 1381345785.213989000 /scripts/functions/utility : __rvm_custom_separated_array() 5 > eval 'strings+=( $3 )' | |
+++ 1381345785.219777000 /scripts/functions/utility : __rvm_custom_separated_array() -235 > strings+=($3) | |
++ 1381345785.226240000 /scripts/selector : __rvm_ruby_string() 523 > (( 1 == 0 )) | |
++ 1381345785.232355000 /scripts/selector : __rvm_ruby_string() 778 > for string in '${strings[@]}' | |
++ 1381345785.238026000 /scripts/selector : __rvm_ruby_string() 780 > case "$string" in | |
++ 1381345785.244270000 /scripts/selector : __rvm_ruby_string() 724 > rvm_ruby_interpreter=jruby | |
++ 1381345785.252491000 /scripts/selector : __rvm_ruby_string() 738 > [[ -z jruby ]] | |
++ 1381345785.258098000 /scripts/selector : __rvm_ruby_string() 751 > rvm_ruby_version= | |
++ 1381345785.264223000 /scripts/selector : __rvm_ruby_string() 752 > [[ -z '' ]] | |
++ 1381345785.270343000 /scripts/selector : __rvm_ruby_string() 752 > [[ jruby != \e\x\t ]] | |
++ 1381345785.275920000 /scripts/selector : __rvm_ruby_string() 752 > (( 0 == 0 )) | |
++ 1381345785.282169000 /scripts/selector : __rvm_ruby_string() 755 > (( 0 == 1 )) | |
+++ 1381345785.289155000 /scripts/selector : __rvm_ruby_string() 526 > __rvm_db jruby_version | |
+++ 1381345785.295619000 /scripts/functions/db : __rvm_db() 1 > typeset value key variable | |
+++ 1381345785.301183000 /scripts/functions/db : __rvm_db() 2 > key=jruby_version | |
+++ 1381345785.307610000 /scripts/functions/db : __rvm_db() 3 > key=jruby_version | |
+++ 1381345785.313249000 /scripts/functions/db : __rvm_db() 4 > variable= | |
+++ 1381345785.322548000 /scripts/functions/db : __rvm_db() 6 > [[ -f /Users/bruceb/.rvm/user/db ]] | |
++++ 1381345785.329127000 /scripts/functions/db : __rvm_db() 1 > __rvm_db_ /Users/bruceb/.rvm/user/db jruby_version | |
++++ 1381345785.334432000 /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value | |
++++ 1381345785.339051000 /scripts/functions/db : __rvm_db_() 2 > __db=/Users/bruceb/.rvm/user/db | |
+++++ 1381345785.345652000 /scripts/functions/db : __rvm_db_() -55 > __rvm_sed -e 's#\\#\\#g' -e 's#/#\\/#g' -e 's#\.#\.#g' | |
+++++ 1381345785.352565000 /scripts/functions/support : __rvm_sed() 0 > sed -e 's#\\#\\#g' -e 's#/#\\/#g' -e 's#\.#\.#g' | |
++++ 1381345785.363661000 /scripts/functions/db : __rvm_db_() 3 > __key=jruby_version | |
++++ 1381345785.369781000 /scripts/functions/db : __rvm_db_() 4 > shift 2 | |
++++ 1381345785.374943000 /scripts/functions/db : __rvm_db_() 5 > __value= | |
++++ 1381345785.382492000 /scripts/functions/db : __rvm_db_() 64 > case "${__value}" in | |
++++ 1381345785.388059000 /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/bruceb/.rvm/user/db jruby_version | |
++++ 1381345785.393292000 /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/bruceb/.rvm/user/db ]] | |
++++ 1381345785.398873000 /scripts/functions/db : __rvm_db_get() 2 > __rvm_awk -F= '/^jruby_version=/{print}' /Users/bruceb/.rvm/user/db | |
++++ 1381345785.398900000 /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^jruby_version=##' -e '/^$/d' | |
++++ 1381345785.404098000 /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^jruby_version=##' -e '/^$/d' | |
++++ 1381345785.404114000 /scripts/functions/support : __rvm_awk() 0 > awk -F= '/^jruby_version=/{print}' /Users/bruceb/.rvm/user/db | |
+++ 1381345785.414078000 /scripts/functions/db : __rvm_db() 7 > value= | |
+++ 1381345785.419783000 /scripts/functions/db : __rvm_db() 9 > [[ -z '' ]] | |
+++ 1381345785.425090000 /scripts/functions/db : __rvm_db() 9 > [[ -f /Users/bruceb/.rvm/config/db ]] | |
++++ 1381345785.430848000 /scripts/functions/db : __rvm_db() 4 > __rvm_db_ /Users/bruceb/.rvm/config/db jruby_version | |
++++ 1381345785.436621000 /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value | |
++++ 1381345785.442144000 /scripts/functions/db : __rvm_db_() 2 > __db=/Users/bruceb/.rvm/config/db | |
+++++ 1381345785.448384000 /scripts/functions/db : __rvm_db_() -55 > __rvm_sed -e 's#\\#\\#g' -e 's#/#\\/#g' -e 's#\.#\.#g' | |
+++++ 1381345785.454775000 /scripts/functions/support : __rvm_sed() 0 > sed -e 's#\\#\\#g' -e 's#/#\\/#g' -e 's#\.#\.#g' | |
++++ 1381345785.465434000 /scripts/functions/db : __rvm_db_() 3 > __key=jruby_version | |
++++ 1381345785.472092000 /scripts/functions/db : __rvm_db_() 4 > shift 2 | |
++++ 1381345785.477861000 /scripts/functions/db : __rvm_db_() 5 > __value= | |
++++ 1381345785.483017000 /scripts/functions/db : __rvm_db_() 64 > case "${__value}" in | |
++++ 1381345785.487926000 /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/bruceb/.rvm/config/db jruby_version | |
++++ 1381345785.493792000 /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/bruceb/.rvm/config/db ]] | |
++++ 1381345785.499431000 /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^jruby_version=##' -e '/^$/d' | |
++++ 1381345785.499416000 /scripts/functions/db : __rvm_db_get() 2 > __rvm_awk -F= '/^jruby_version=/{print}' /Users/bruceb/.rvm/config/db | |
++++ 1381345785.505221000 /scripts/functions/support : __rvm_awk() 0 > awk -F= '/^jruby_version=/{print}' /Users/bruceb/.rvm/config/db | |
++++ 1381345785.505155000 /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^jruby_version=##' -e '/^$/d' | |
+++ 1381345785.515433000 /scripts/functions/db : __rvm_db() 10 > value=1.7.5 | |
+++ 1381345785.520537000 /scripts/functions/db : __rvm_db() 13 > [[ -n 1.7.5 ]] | |
+++ 1381345785.526402000 /scripts/functions/db : __rvm_db() 15 > [[ -n '' ]] | |
+++ 1381345785.531763000 /scripts/functions/db : __rvm_db() 17 > echo 1.7.5 | |
+++ 1381345785.537557000 /scripts/functions/db : __rvm_db() 20 > true | |
++ 1381345785.544230000 /scripts/selector : __rvm_ruby_string() 765 > rvm_ruby_version=1.7.5 | |
++ 1381345785.549723000 /scripts/selector : __rvm_ruby_string() 767 > rvm_ruby_string=jruby-1.7.5 | |
++ 1381345785.556125000 /scripts/selector : __rvm_ruby_string() 770 > [[ jruby == \e\x\t ]] | |
++ 1381345785.561844000 /scripts/selector : __rvm_ruby_string() 774 > [[ 0 == \1 ]] | |
++ 1381345785.569141000 /scripts/selector : __rvm_ruby_string() 774 > [[ -n '' ]] | |
++ 1381345785.575553000 /scripts/selector : __rvm_ruby_string() 774 > [[ -n '' ]] | |
++ 1381345785.580957000 /scripts/selector : __rvm_ruby_string() 795 > [[ -n '' ]] | |
++ 1381345785.587322000 /scripts/selector : __rvm_ruby_string() 800 > [[ -n '' ]] | |
++ 1381345785.592368000 /scripts/selector : __rvm_ruby_string() 804 > [[ -n '' ]] | |
++ 1381345785.598342000 /scripts/selector : __rvm_ruby_string() 809 > (( 0 == 1 )) | |
++ 1381345785.604495000 /scripts/selector : __rvm_ruby_string() 819 > (( 0 == 1 )) | |
++ 1381345785.610825000 /scripts/selector : __rvm_ruby_string() 830 > [[ -n '' ]] | |
+++ 1381345785.618584000 /scripts/selector : __rvm_ruby_string() 594 > __rvm_db jruby_1.7.5_patch_level | |
+++ 1381345785.624619000 /scripts/functions/db : __rvm_db() 1 > typeset value key variable | |
+++ 1381345785.631280000 /scripts/functions/db : __rvm_db() 2 > key=jruby_1.7.5_patch_level | |
+++ 1381345785.638503000 /scripts/functions/db : __rvm_db() 3 > key=jruby_1.7.5_patch_level | |
+++ 1381345785.644556000 /scripts/functions/db : __rvm_db() 4 > variable= | |
+++ 1381345785.649826000 /scripts/functions/db : __rvm_db() 6 > [[ -f /Users/bruceb/.rvm/user/db ]] | |
++++ 1381345785.656101000 /scripts/functions/db : __rvm_db() 1 > __rvm_db_ /Users/bruceb/.rvm/user/db jruby_1.7.5_patch_level | |
++++ 1381345785.661841000 /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value | |
++++ 1381345785.668244000 /scripts/functions/db : __rvm_db_() 2 > __db=/Users/bruceb/.rvm/user/db | |
+++++ 1381345785.674415000 /scripts/functions/db : __rvm_db_() -55 > __rvm_sed -e 's#\\#\\#g' -e 's#/#\\/#g' -e 's#\.#\.#g' | |
+++++ 1381345785.681512000 /scripts/functions/support : __rvm_sed() 0 > sed -e 's#\\#\\#g' -e 's#/#\\/#g' -e 's#\.#\.#g' | |
++++ 1381345785.693023000 /scripts/functions/db : __rvm_db_() 3 > __key=jruby_1.7.5_patch_level | |
++++ 1381345785.698672000 /scripts/functions/db : __rvm_db_() 4 > shift 2 | |
++++ 1381345785.707554000 /scripts/functions/db : __rvm_db_() 5 > __value= | |
++++ 1381345785.713276000 /scripts/functions/db : __rvm_db_() 64 > case "${__value}" in | |
++++ 1381345785.718207000 /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/bruceb/.rvm/user/db jruby_1.7.5_patch_level | |
++++ 1381345785.723547000 /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/bruceb/.rvm/user/db ]] | |
++++ 1381345785.729855000 /scripts/functions/db : __rvm_db_get() 2 > __rvm_awk -F= '/^jruby_1.7.5_patch_level=/{print}' /Users/bruceb/.rvm/user/db | |
++++ 1381345785.729881000 /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^jruby_1.7.5_patch_level=##' -e '/^$/d' | |
++++ 1381345785.735940000 /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^jruby_1.7.5_patch_level=##' -e '/^$/d' | |
++++ 1381345785.735953000 /scripts/functions/support : __rvm_awk() 0 > awk -F= '/^jruby_1.7.5_patch_level=/{print}' /Users/bruceb/.rvm/user/db | |
+++ 1381345785.747194000 /scripts/functions/db : __rvm_db() 7 > value= | |
+++ 1381345785.753725000 /scripts/functions/db : __rvm_db() 9 > [[ -z '' ]] | |
+++ 1381345785.760732000 /scripts/functions/db : __rvm_db() 9 > [[ -f /Users/bruceb/.rvm/config/db ]] | |
++++ 1381345785.768786000 /scripts/functions/db : __rvm_db() 4 > __rvm_db_ /Users/bruceb/.rvm/config/db jruby_1.7.5_patch_level | |
++++ 1381345785.775099000 /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value | |
++++ 1381345785.780365000 /scripts/functions/db : __rvm_db_() 2 > __db=/Users/bruceb/.rvm/config/db | |
+++++ 1381345785.785681000 /scripts/functions/db : __rvm_db_() -55 > __rvm_sed -e 's#\\#\\#g' -e 's#/#\\/#g' -e 's#\.#\.#g' | |
+++++ 1381345785.791040000 /scripts/functions/support : __rvm_sed() 0 > sed -e 's#\\#\\#g' -e 's#/#\\/#g' -e 's#\.#\.#g' | |
++++ 1381345785.801617000 /scripts/functions/db : __rvm_db_() 3 > __key=jruby_1.7.5_patch_level | |
++++ 1381345785.807028000 /scripts/functions/db : __rvm_db_() 4 > shift 2 | |
++++ 1381345785.813544000 /scripts/functions/db : __rvm_db_() 5 > __value= | |
++++ 1381345785.823992000 /scripts/functions/db : __rvm_db_() 64 > case "${__value}" in | |
++++ 1381345785.830772000 /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/bruceb/.rvm/config/db jruby_1.7.5_patch_level | |
++++ 1381345785.843899000 /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/bruceb/.rvm/config/db ]] | |
++++ 1381345785.851403000 /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^jruby_1.7.5_patch_level=##' -e '/^$/d' | |
++++ 1381345785.851341000 /scripts/functions/db : __rvm_db_get() 2 > __rvm_awk -F= '/^jruby_1.7.5_patch_level=/{print}' /Users/bruceb/.rvm/config/db | |
++++ 1381345785.857687000 /scripts/functions/support : __rvm_awk() 0 > awk -F= '/^jruby_1.7.5_patch_level=/{print}' /Users/bruceb/.rvm/config/db | |
++++ 1381345785.857710000 /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^jruby_1.7.5_patch_level=##' -e '/^$/d' | |
+++ 1381345785.869535000 /scripts/functions/db : __rvm_db() 10 > value= | |
+++ 1381345785.875407000 /scripts/functions/db : __rvm_db() 13 > [[ -n '' ]] | |
+++ 1381345785.881609000 /scripts/functions/db : __rvm_db() 20 > true | |
++ 1381345785.888244000 /scripts/selector : __rvm_ruby_string() 833 > rvm_ruby_patch_level= | |
++ 1381345785.894336000 /scripts/selector : __rvm_ruby_string() 834 > [[ -n '' ]] | |
++ 1381345785.900006000 /scripts/selector : __rvm_ruby_string() 840 > [[ -n '' ]] | |
++ 1381345785.907519000 /scripts/selector : __rvm_ruby_string() 849 > detected_rvm_ruby_name= | |
++ 1381345785.913571000 /scripts/selector : __rvm_ruby_string() 851 > true | |
++ 1381345785.919760000 /scripts/selector : __rvm_select() -95 > rvm_archive_extension=tar.gz | |
++ 1381345785.925527000 /scripts/selector : __rvm_select() -93 > [[ -z jruby ]] | |
++ 1381345785.932375000 /scripts/selector : __rvm_select() 151 > case "${rvm_ruby_interpreter:-missing}" in | |
++ 1381345785.938626000 /scripts/selector : __rvm_select() 8 > rvm_ruby_patch_level= | |
+++ 1381345785.945442000 /scripts/selector : __rvm_select() -231 > __rvm_db jruby_repo_url | |
+++ 1381345785.951131000 /scripts/functions/db : __rvm_db() 1 > typeset value key variable | |
+++ 1381345785.957901000 /scripts/functions/db : __rvm_db() 2 > key=jruby_repo_url | |
+++ 1381345785.963144000 /scripts/functions/db : __rvm_db() 3 > key=jruby_repo_url | |
+++ 1381345785.969544000 /scripts/functions/db : __rvm_db() 4 > variable= | |
+++ 1381345785.978096000 /scripts/functions/db : __rvm_db() 6 > [[ -f /Users/bruceb/.rvm/user/db ]] | |
++++ 1381345785.983849000 /scripts/functions/db : __rvm_db() 1 > __rvm_db_ /Users/bruceb/.rvm/user/db jruby_repo_url | |
++++ 1381345785.989185000 /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value | |
++++ 1381345785.995222000 /scripts/functions/db : __rvm_db_() 2 > __db=/Users/bruceb/.rvm/user/db | |
+++++ 1381345786.001469000 /scripts/functions/db : __rvm_db_() -55 > __rvm_sed -e 's#\\#\\#g' -e 's#/#\\/#g' -e 's#\.#\.#g' | |
+++++ 1381345786.007394000 /scripts/functions/support : __rvm_sed() 0 > sed -e 's#\\#\\#g' -e 's#/#\\/#g' -e 's#\.#\.#g' | |
++++ 1381345786.018906000 /scripts/functions/db : __rvm_db_() 3 > __key=jruby_repo_url | |
++++ 1381345786.025410000 /scripts/functions/db : __rvm_db_() 4 > shift 2 | |
++++ 1381345786.031159000 /scripts/functions/db : __rvm_db_() 5 > __value= | |
++++ 1381345786.038910000 /scripts/functions/db : __rvm_db_() 64 > case "${__value}" in | |
++++ 1381345786.045229000 /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/bruceb/.rvm/user/db jruby_repo_url | |
++++ 1381345786.051047000 /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/bruceb/.rvm/user/db ]] | |
++++ 1381345786.057046000 /scripts/functions/db : __rvm_db_get() 2 > __rvm_awk -F= '/^jruby_repo_url=/{print}' /Users/bruceb/.rvm/user/db | |
++++ 1381345786.057072000 /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^jruby_repo_url=##' -e '/^$/d' | |
++++ 1381345786.063118000 /scripts/functions/support : __rvm_awk() 0 > awk -F= '/^jruby_repo_url=/{print}' /Users/bruceb/.rvm/user/db | |
++++ 1381345786.063179000 /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^jruby_repo_url=##' -e '/^$/d' | |
+++ 1381345786.074787000 /scripts/functions/db : __rvm_db() 7 > value= | |
+++ 1381345786.080280000 /scripts/functions/db : __rvm_db() 9 > [[ -z '' ]] | |
+++ 1381345786.086703000 /scripts/functions/db : __rvm_db() 9 > [[ -f /Users/bruceb/.rvm/config/db ]] | |
++++ 1381345786.094212000 /scripts/functions/db : __rvm_db() 4 > __rvm_db_ /Users/bruceb/.rvm/config/db jruby_repo_url | |
++++ 1381345786.099595000 /scripts/functions/db : __rvm_db_() 1 > typeset __db __key __value | |
++++ 1381345786.105914000 /scripts/functions/db : __rvm_db_() 2 > __db=/Users/bruceb/.rvm/config/db | |
+++++ 1381345786.113674000 /scripts/functions/db : __rvm_db_() -55 > __rvm_sed -e 's#\\#\\#g' -e 's#/#\\/#g' -e 's#\.#\.#g' | |
+++++ 1381345786.119390000 /scripts/functions/support : __rvm_sed() 0 > sed -e 's#\\#\\#g' -e 's#/#\\/#g' -e 's#\.#\.#g' | |
++++ 1381345786.130420000 /scripts/functions/db : __rvm_db_() 3 > __key=jruby_repo_url | |
++++ 1381345786.136196000 /scripts/functions/db : __rvm_db_() 4 > shift 2 | |
++++ 1381345786.141620000 /scripts/functions/db : __rvm_db_() 5 > __value= | |
++++ 1381345786.147753000 /scripts/functions/db : __rvm_db_() 64 > case "${__value}" in | |
++++ 1381345786.153501000 /scripts/functions/db : __rvm_db_() 11 > __rvm_db_get /Users/bruceb/.rvm/config/db jruby_repo_url | |
++++ 1381345786.159465000 /scripts/functions/db : __rvm_db_get() 1 > [[ -f /Users/bruceb/.rvm/config/db ]] | |
++++ 1381345786.165569000 /scripts/functions/db : __rvm_db_get() 2 > __rvm_sed -e 's#^jruby_repo_url=##' -e '/^$/d' | |
++++ 1381345786.165541000 /scripts/functions/db : __rvm_db_get() 2 > __rvm_awk -F= '/^jruby_repo_url=/{print}' /Users/bruceb/.rvm/config/db | |
++++ 1381345786.172535000 /scripts/functions/support : __rvm_sed() 0 > sed -e 's#^jruby_repo_url=##' -e '/^$/d' | |
++++ 1381345786.172586000 /scripts/functions/support : __rvm_awk() 0 > awk -F= '/^jruby_repo_url=/{print}' /Users/bruceb/.rvm/config/db | |
+++ 1381345786.183673000 /scripts/functions/db : __rvm_db() 10 > value=git://github.com/jruby/jruby.git | |
+++ 1381345786.188690000 /scripts/functions/db : __rvm_db() 13 > [[ -n git://github.com/jruby/jruby.git ]] | |
+++ 1381345786.194107000 /scripts/functions/db : __rvm_db() 15 > [[ -n '' ]] | |
+++ 1381345786.199593000 /scripts/functions/db : __rvm_db() 17 > echo git://github.com/jruby/jruby.git | |
+++ 1381345786.204810000 /scripts/functions/db : __rvm_db() 20 > true | |
++ 1381345786.210354000 /scripts/selector : __rvm_select() 9 > rvm_ruby_repo_url=git://github.com/jruby/jruby.git | |
++ 1381345786.215456000 /scripts/selector : __rvm_select() 10 > rvm_ruby_url=git://github.com/jruby/jruby.git | |
++ 1381345786.221246000 /scripts/selector : __rvm_select() 11 > (( 0 == 1 )) | |
++ 1381345786.227330000 /scripts/selector : __rvm_select() 16 > (( 0 || 0 || 0 || 0 )) | |
++ 1381345786.233014000 /scripts/selector : __rvm_select() 19 > rvm_ruby_version=1.7.5 | |
++ 1381345786.238558000 /scripts/selector : __rvm_select() 20 > rvm_ruby_tag=1.7.5 | |
++ 1381345786.244757000 /scripts/selector : __rvm_select() 23 > alias 'jruby_ng=jruby --ng' | |
++ 1381345786.249957000 /scripts/selector : __rvm_select() 24 > alias 'jruby_ng_server=jruby --ng-server' | |
++ 1381345786.255802000 /scripts/selector : __rvm_select() 234 > [[ -n 1.7.5 ]] | |
++ 1381345786.262788000 /scripts/selector : __rvm_select() 476 > case "$rvm_ruby_version" in | |
++ 1381345786.267919000 /scripts/selector : __rvm_select() 238 > rvm_ruby_release_version=1 | |
++ 1381345786.272989000 /scripts/selector : __rvm_select() 239 > rvm_ruby_major_version=1.7 | |
++ 1381345786.279226000 /scripts/selector : __rvm_select() 239 > rvm_ruby_major_version=7 | |
++ 1381345786.284591000 /scripts/selector : __rvm_select() 240 > rvm_ruby_minor_version=5 | |
++ 1381345786.290413000 /scripts/selector : __rvm_select() 250 > [[ jruby == ext ]] | |
++ 1381345786.296053000 /scripts/selector : __rvm_select() 251 > rvm_ruby_package_name=jruby-1.7.5 | |
++ 1381345786.301698000 /scripts/selector : __rvm_select() 252 > rvm_ruby_home=/Users/bruceb/.rvm/rubies/jruby-1.7.5 | |
++ 1381345786.307193000 /scripts/selector : __rvm_select() 253 > rvm_ruby_binary=/Users/bruceb/.rvm/rubies/jruby-1.7.5/bin/ruby | |
++ 1381345786.313808000 /scripts/selector : __rvm_select() 254 > rvm_ruby_irbrc=/Users/bruceb/.rvm/rubies/jruby-1.7.5/.irbrc | |
++ 1381345786.320265000 /scripts/selector : __rvm_select() 257 > [[ maglev == \j\r\u\b\y ]] | |
++ 1381345786.325664000 /scripts/selector : __rvm_select() 263 > [[ system == \j\r\u\b\y ]] | |
++ 1381345786.331078000 /scripts/selector : __rvm_select() 265 > __rvm_gemset_select | |
++ 1381345786.336797000 /scripts/selector_gemsets : __rvm_gemset_select() 1 > __rvm_gemset_select_only | |
++ 1381345786.342669000 /scripts/selector_gemsets : __rvm_gemset_select_only() 1 > rvm_ruby_gem_home=/Users/bruceb/.rvm/gems/jruby-1.7.5 | |
++ 1381345786.349518000 /scripts/selector_gemsets : __rvm_gemset_select_only() 3 > : rvm_ignore_gemsets_flag:0: | |
++ 1381345786.355474000 /scripts/selector_gemsets : __rvm_gemset_select_only() 4 > (( rvm_ignore_gemsets_flag )) | |
++ 1381345786.362776000 /scripts/selector_gemsets : __rvm_gemset_select_only() 10 > rvm_ruby_global_gems_path=/Users/bruceb/.rvm/gems/jruby-1.7.5@global | |
++ 1381345786.368576000 /scripts/selector_gemsets : __rvm_gemset_select_only() 12 > __rvm_gemset_handle_default | |
++ 1381345786.377651000 /scripts/selector_gemsets : __rvm_gemset_handle_default() 1 > rvm_gemset_name=@@ | |
++ 1381345786.383148000 /scripts/selector_gemsets : __rvm_gemset_handle_default() 2 > rvm_gemset_name=@@ | |
++ 1381345786.388616000 /scripts/selector_gemsets : __rvm_gemset_handle_default() 4 > rvm_gemset_name= | |
++ 1381345786.394160000 /scripts/selector_gemsets : __rvm_gemset_select_only() 62 > [[ -z '' ]] | |
++ 1381345786.399612000 /scripts/selector_gemsets : __rvm_gemset_select_only() 65 > [[ '' == \g\l\o\b\a\l ]] | |
++ 1381345786.405603000 /scripts/selector_gemsets : __rvm_gemset_select_only() 69 > rvm_ruby_gem_path=/Users/bruceb/.rvm/gems/jruby-1.7.5:/Users/bruceb/.rvm/gems/jruby-1.7.5@global | |
++ 1381345786.412269000 /scripts/selector_gemsets : __rvm_gemset_select_only() 73 > [[ -n '' ]] | |
++ 1381345786.419188000 /scripts/selector_gemsets : __rvm_gemset_select_only() 77 > rvm_env_string=jruby-1.7.5 | |
++ 1381345786.425741000 /scripts/selector_gemsets : __rvm_gemset_select_only() 79 > true | |
++ 1381345786.431054000 /scripts/selector_gemsets : __rvm_gemset_select() 148 > __rvm_gemset_select_validation | |
++ 1381345786.437312000 /scripts/selector_gemsets : __rvm_gemset_select_validation() 2 > [[ ! -d /Users/bruceb/.rvm/gems/jruby-1.7.5 ]] | |
++ 1381345786.445999000 /scripts/selector_gemsets : __rvm_gemset_select_validation() 11 > (( 0 == 1 )) | |
++ 1381345786.451972000 /scripts/selector_gemsets : __rvm_gemset_select_validation() 103 > case "${rvm_gemset_name}" in | |
++ 1381345786.457689000 /scripts/selector_gemsets : __rvm_gemset_select_validation() 27 > typeset rvm_ruby_gem_home_254 | |
++ 1381345786.463751000 /scripts/selector_gemsets : __rvm_gemset_select_validation() 28 > [[ -n '' ]] | |
++ 1381345786.469385000 /scripts/selector_gemsets : __rvm_gemset_select_validation() 30 > rvm_ruby_gem_home_254=/Users/bruceb/.rvm/gems/jruby-1.7.5 | |
++ 1381345786.475951000 /scripts/selector_gemsets : __rvm_gemset_select_validation() 33 > [[ /Users/bruceb/.rvm/gems/jruby-1.7.5 != \/\U\s\e\r\s\/\b\r\u\c\e\b\/\.\r\v\m\/\g\e\m\s\/\j\r\u\b\y\-\1\.\7\.\5 ]] | |
++ 1381345786.481691000 /scripts/selector_gemsets : __rvm_gemset_select() 66 > __rvm_gemset_select_ensure | |
++ 1381345786.489476000 /scripts/selector_gemsets : __rvm_gemset_select_ensure() 1 > mkdir -p /Users/bruceb/.rvm/gems/jruby-1.7.5 | |
++ 1381345786.499634000 /scripts/selector_gemsets : __rvm_gemset_select_ensure() 4 > __rvm_using_gemset_globalcache | |
++ 1381345786.506716000 /scripts/functions/gemset : __rvm_using_gemset_globalcache() 2 > __rvm_grep '^true$' | |
++ 1381345786.506593000 /scripts/functions/gemset : __rvm_using_gemset_globalcache() 1 > /Users/bruceb/.rvm/scripts/db /Users/bruceb/.rvm/user/db use_gemset_globalcache | |
++ 1381345786.551397000 /scripts/functions/gemset : __rvm_using_gemset_globalcache() 3 > return 1 | |
++ 1381345786.556985000 /scripts/selector : __rvm_select() 492 > rvm_ruby_selected_flag=1 | |
++ 1381345786.563267000 /scripts/selector : __rvm_select() 494 > [[ -d /Users/bruceb/.rvm/log/jruby-1.7.5 ]] | |
++ 1381345786.569365000 /scripts/cli : rvm() 1054 > echo jruby-1.7.5 | |
+ 1381345786.576287000 /scripts/cli : rvm() 1074 > selected_ruby=jruby-1.7.5 | |
+ 1381345786.581904000 /scripts/cli : rvm() 1076 > [[ -z jruby-1.7.5 ]] | |
+ 1381345786.588885000 /scripts/cli : rvm() 1081 > (( 0 == 0 )) | |
+ 1381345786.596295000 /scripts/cli : rvm() 1082 > /Users/bruceb/.rvm/scripts/list strings | |
+ 1381345786.596319000 /scripts/cli : rvm() 1082 > __rvm_grep '^jruby-1.7.5$' | |
+ 1381345786.602766000 /scripts/functions/support : __rvm_grep() 0 > GREP_OPTIONS= | |
++ 1381345786.604825000 /scripts/base : 28 > [[ -z '' ]] | |
++ 1381345786.608722000 /scripts/base : 30 > export PS4 | |
+ 1381345786.608754000 /scripts/functions/support : __rvm_grep() 0 > grep '^jruby-1.7.5$' | |
++ 1381345786.613636000 /scripts/base : 31 > PS4='+ $(__rvm_date "+%s.%N" 2>/dev/null) ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
++ 1381345786.618247000 /scripts/base : 35 > export __array_start rvm_path | |
++ 1381345786.622999000 /scripts/base : 40 > [[ -n '' ]] | |
++ 1381345786.627820000 /scripts/base : 42 > __array_start=0 | |
++ 1381345786.632547000 /scripts/base : 45 > (( 0 == 0 )) | |
++ 1381345786.636810000 /scripts/base : 47 > [[ -n 0022 ]] | |
++ 1381345786.641758000 /scripts/base : 48 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc") | |
++ 1381345786.647045000 /scripts/base : 49 > [[ -n /Users/bruceb ]] | |
++ 1381345786.652163000 /scripts/base : 49 > [[ /Users/bruceb/.rvmrc -ef /Users/bruceb/.rvmrc ]] | |
++ 1381345786.656580000 /scripts/base : 53 > for rvmrc in '"${rvm_rvmrc_files[@]}"' | |
++ 1381345786.661433000 /scripts/base : 55 > [[ -f /etc/rvmrc ]] | |
++ 1381345786.666673000 /scripts/base : 53 > for rvmrc in '"${rvm_rvmrc_files[@]}"' | |
++ 1381345786.671431000 /scripts/base : 55 > [[ -f /Users/bruceb/.rvmrc ]] | |
++ 1381345786.677440000 /scripts/base : 58 > GREP_OPTIONS= | |
++ 1381345786.682634000 /scripts/base : 58 > grep '^\s*rvm .*$' /Users/bruceb/.rvmrc | |
++ 1381345786.693802000 /scripts/base : 67 > source /Users/bruceb/.rvmrc | |
+++ 1381345786.698856000 rc : 38 > export RUBY_HEAP_MIN_SLOTS=600000 | |
+++ 1381345786.703661000 rc : 38 > RUBY_HEAP_MIN_SLOTS=600000 | |
+++ 1381345786.708239000 rc : 41 > export RUBY_GC_MALLOC_LIMIT=59000000 | |
+++ 1381345786.712555000 rc : 41 > RUBY_GC_MALLOC_LIMIT=59000000 | |
+++ 1381345786.717519000 rc : 42 > export RUBY_HEAP_FREE_MIN=100000 | |
+++ 1381345786.722705000 rc : 42 > RUBY_HEAP_FREE_MIN=100000 | |
+++ 1381345786.727705000 rc : 45 > export PARALLEL_TEST_PROCESSORS=6 | |
+++ 1381345786.732219000 rc : 45 > PARALLEL_TEST_PROCESSORS=6 | |
++ 1381345786.736901000 /scripts/base : 71 > unset rvm_rvmrc_files | |
++ 1381345786.741891000 /scripts/base : 75 > export rvm_path | |
++ 1381345786.747113000 /scripts/base : 76 > [[ -z /Users/bruceb/.rvm ]] | |
++ 1381345786.753230000 /scripts/base : 92 > true /Users/bruceb/.rvm/scripts | |
++ 1381345786.758851000 /scripts/base : 95 > source /Users/bruceb/.rvm/scripts/initialize | |
+++ 1381345786.764171000 /scripts/initialize : 3 > : rvm_trace_flag:1 | |
+++ 1381345786.769299000 /scripts/initialize : 4 > (( rvm_trace_flag > 0 )) | |
+++ 1381345786.775419000 /scripts/initialize : 6 > set -o xtrace | |
+++ 1381345786.782180000 /scripts/initialize : 8 > [[ -z '' ]] | |
+++ 1381345786.786787000 /scripts/initialize : 10 > export PS4 | |
+++ 1381345786.791235000 /scripts/initialize : 11 > PS4='+ $(__rvm_date "+%s.%N" 2>/dev/null) ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
+++ 1381345786.796120000 /scripts/initialize : 17 > [[ -n 3.2.48(1)-release ]] | |
+++ 1381345786.800864000 /scripts/initialize : 19 > shopt -s extglob | |
+++ 1381345786.805935000 /scripts/initialize : 29 > export __rvm_env_loaded | |
+++ 1381345786.811364000 /scripts/initialize : 31 > : __rvm_env_loaded:1: | |
+++ 1381345786.817554000 /scripts/initialize : 33 > : __rvm_env_loaded:2: | |
+++ 1381345786.830613000 /scripts/initialize : 36 > [[ -z /Users/bruceb/.rvm/tmp ]] | |
+++ 1381345786.837639000 /scripts/initialize : 36 > (( __rvm_env_loaded == 1 )) | |
++ 1381345786.846806000 /scripts/base : 99 > case " ${rvm_base_except:-} " in | |
++ 1381345786.852335000 /scripts/base : 101 > true | |
++ 1381345786.857997000 /scripts/base : 109 > typeset -a scripts | |
++ 1381345786.863312000 /scripts/base : 112 > scripts=(logging db support utility init cleanup env rvmrc install environment gemset checksum) | |
++ 1381345786.869557000 /scripts/base : 113 > for entry in '${scripts[@]}' | |
++ 1381345786.875809000 /scripts/base : 114 > source /Users/bruceb/.rvm/scripts/functions/logging | |
+++ 1381345786.881138000 /scripts/functions/logging : 96 > case "${TERM:-dumb}" in | |
+++ 1381345786.886473000 /scripts/functions/logging : 105 > __rvm_set_color rvm_error_clr red | |
+++ 1381345786.891166000 /scripts/functions/logging : __rvm_set_color() 41 > typeset __buffer __variable | |
+++ 1381345786.897098000 /scripts/functions/logging : __rvm_set_color() 42 > __buffer='[' | |
+++ 1381345786.901897000 /scripts/functions/logging : __rvm_set_color() 43 > __variable=rvm_error_clr | |
+++ 1381345786.906486000 /scripts/functions/logging : __rvm_set_color() 44 > shift | |
+++ 1381345786.912651000 /scripts/functions/logging : __rvm_set_color() 46 > (( 1 )) | |
+++ 1381345786.920090000 /scripts/functions/logging : __rvm_set_color() 48 > __rvm_set_color_single red | |
+++ 1381345786.926116000 /scripts/functions/logging : __rvm_set_color_single() 7 > case "$1" in | |
+++ 1381345786.931925000 /scripts/functions/logging : __rvm_set_color_single() 14 > __buffer+=31 | |
+++ 1381345786.936758000 /scripts/functions/logging : __rvm_set_color() 49 > shift | |
+++ 1381345786.941694000 /scripts/functions/logging : __rvm_set_color() 50 > (( 0 )) | |
+++ 1381345786.946722000 /scripts/functions/logging : __rvm_set_color() 46 > (( 0 )) | |
+++ 1381345786.952129000 /scripts/functions/logging : __rvm_set_color() 54 > __buffer+=m | |
+++ 1381345786.956854000 /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_error_clr == '' ]] | |
+++ 1381345786.962304000 /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_error_clr == \p\r\i\n\t ]] | |
+++ 1381345786.967103000 /scripts/functions/logging : __rvm_set_color() 57 > eval 'rvm_error_clr='\''[31m'\''' | |
++++ 1381345786.972629000 /scripts/functions/logging : __rvm_set_color() 57 > rvm_error_clr='[31m' | |
+++ 1381345786.978956000 /scripts/functions/logging : 106 > __rvm_set_color rvm_warn_clr yellow | |
+++ 1381345786.983684000 /scripts/functions/logging : __rvm_set_color() 41 > typeset __buffer __variable | |
+++ 1381345786.988164000 /scripts/functions/logging : __rvm_set_color() 42 > __buffer='[' | |
+++ 1381345786.992718000 /scripts/functions/logging : __rvm_set_color() 43 > __variable=rvm_warn_clr | |
+++ 1381345786.997859000 /scripts/functions/logging : __rvm_set_color() 44 > shift | |
+++ 1381345787.002529000 /scripts/functions/logging : __rvm_set_color() 46 > (( 1 )) | |
+++ 1381345787.008023000 /scripts/functions/logging : __rvm_set_color() 48 > __rvm_set_color_single yellow | |
+++ 1381345787.014321000 /scripts/functions/logging : __rvm_set_color_single() 7 > case "$1" in | |
+++ 1381345787.019181000 /scripts/functions/logging : __rvm_set_color_single() 16 > __buffer+=33 | |
+++ 1381345787.023872000 /scripts/functions/logging : __rvm_set_color() 49 > shift | |
+++ 1381345787.028789000 /scripts/functions/logging : __rvm_set_color() 50 > (( 0 )) | |
+++ 1381345787.032954000 /scripts/functions/logging : __rvm_set_color() 46 > (( 0 )) | |
+++ 1381345787.037178000 /scripts/functions/logging : __rvm_set_color() 54 > __buffer+=m | |
+++ 1381345787.041864000 /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_warn_clr == '' ]] | |
+++ 1381345787.047064000 /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_warn_clr == \p\r\i\n\t ]] | |
+++ 1381345787.052094000 /scripts/functions/logging : __rvm_set_color() 57 > eval 'rvm_warn_clr='\''[33m'\''' | |
++++ 1381345787.057137000 /scripts/functions/logging : __rvm_set_color() 57 > rvm_warn_clr='[33m' | |
+++ 1381345787.062368000 /scripts/functions/logging : 107 > __rvm_set_color rvm_debug_clr magenta | |
+++ 1381345787.068041000 /scripts/functions/logging : __rvm_set_color() 41 > typeset __buffer __variable | |
+++ 1381345787.072600000 /scripts/functions/logging : __rvm_set_color() 42 > __buffer='[' | |
+++ 1381345787.078120000 /scripts/functions/logging : __rvm_set_color() 43 > __variable=rvm_debug_clr | |
+++ 1381345787.084668000 /scripts/functions/logging : __rvm_set_color() 44 > shift | |
+++ 1381345787.089145000 /scripts/functions/logging : __rvm_set_color() 46 > (( 1 )) | |
+++ 1381345787.093806000 /scripts/functions/logging : __rvm_set_color() 48 > __rvm_set_color_single magenta | |
+++ 1381345787.098835000 /scripts/functions/logging : __rvm_set_color_single() 7 > case "$1" in | |
+++ 1381345787.103597000 /scripts/functions/logging : __rvm_set_color_single() 18 > __buffer+=35 | |
+++ 1381345787.108564000 /scripts/functions/logging : __rvm_set_color() 49 > shift | |
+++ 1381345787.113234000 /scripts/functions/logging : __rvm_set_color() 50 > (( 0 )) | |
+++ 1381345787.118769000 /scripts/functions/logging : __rvm_set_color() 46 > (( 0 )) | |
+++ 1381345787.123779000 /scripts/functions/logging : __rvm_set_color() 54 > __buffer+=m | |
+++ 1381345787.129180000 /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_debug_clr == '' ]] | |
+++ 1381345787.133831000 /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_debug_clr == \p\r\i\n\t ]] | |
+++ 1381345787.138749000 /scripts/functions/logging : __rvm_set_color() 57 > eval 'rvm_debug_clr='\''[35m'\''' | |
++++ 1381345787.145558000 /scripts/functions/logging : __rvm_set_color() 57 > rvm_debug_clr='[35m' | |
+++ 1381345787.150444000 /scripts/functions/logging : 108 > __rvm_set_color rvm_notify_clr green | |
+++ 1381345787.155175000 /scripts/functions/logging : __rvm_set_color() 41 > typeset __buffer __variable | |
+++ 1381345787.160247000 /scripts/functions/logging : __rvm_set_color() 42 > __buffer='[' | |
+++ 1381345787.165402000 /scripts/functions/logging : __rvm_set_color() 43 > __variable=rvm_notify_clr | |
+++ 1381345787.171044000 /scripts/functions/logging : __rvm_set_color() 44 > shift | |
+++ 1381345787.176876000 /scripts/functions/logging : __rvm_set_color() 46 > (( 1 )) | |
+++ 1381345787.182646000 /scripts/functions/logging : __rvm_set_color() 48 > __rvm_set_color_single green | |
+++ 1381345787.187306000 /scripts/functions/logging : __rvm_set_color_single() 7 > case "$1" in | |
+++ 1381345787.192156000 /scripts/functions/logging : __rvm_set_color_single() 15 > __buffer+=32 | |
+++ 1381345787.196730000 /scripts/functions/logging : __rvm_set_color() 49 > shift | |
+++ 1381345787.201041000 /scripts/functions/logging : __rvm_set_color() 50 > (( 0 )) | |
+++ 1381345787.205837000 /scripts/functions/logging : __rvm_set_color() 46 > (( 0 )) | |
+++ 1381345787.211095000 /scripts/functions/logging : __rvm_set_color() 54 > __buffer+=m | |
+++ 1381345787.216851000 /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_notify_clr == '' ]] | |
+++ 1381345787.221808000 /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_notify_clr == \p\r\i\n\t ]] | |
+++ 1381345787.226995000 /scripts/functions/logging : __rvm_set_color() 57 > eval 'rvm_notify_clr='\''[32m'\''' | |
++++ 1381345787.232518000 /scripts/functions/logging : __rvm_set_color() 57 > rvm_notify_clr='[32m' | |
+++ 1381345787.237874000 /scripts/functions/logging : 109 > __rvm_set_color rvm_reset_clr reset | |
+++ 1381345787.243974000 /scripts/functions/logging : __rvm_set_color() 41 > typeset __buffer __variable | |
+++ 1381345787.250477000 /scripts/functions/logging : __rvm_set_color() 42 > __buffer='[' | |
+++ 1381345787.255921000 /scripts/functions/logging : __rvm_set_color() 43 > __variable=rvm_reset_clr | |
+++ 1381345787.260567000 /scripts/functions/logging : __rvm_set_color() 44 > shift | |
+++ 1381345787.265418000 /scripts/functions/logging : __rvm_set_color() 46 > (( 1 )) | |
+++ 1381345787.270389000 /scripts/functions/logging : __rvm_set_color() 48 > __rvm_set_color_single reset | |
+++ 1381345787.275412000 /scripts/functions/logging : __rvm_set_color_single() 7 > case "$1" in | |
+++ 1381345787.281401000 /scripts/functions/logging : __rvm_set_color_single() 35 > __buffer+=0 | |
+++ 1381345787.286698000 /scripts/functions/logging : __rvm_set_color() 49 > shift | |
+++ 1381345787.292076000 /scripts/functions/logging : __rvm_set_color() 50 > (( 0 )) | |
+++ 1381345787.298071000 /scripts/functions/logging : __rvm_set_color() 46 > (( 0 )) | |
+++ 1381345787.304502000 /scripts/functions/logging : __rvm_set_color() 54 > __buffer+=m | |
+++ 1381345787.309478000 /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_reset_clr == '' ]] | |
+++ 1381345787.314451000 /scripts/functions/logging : __rvm_set_color() 55 > [[ rvm_reset_clr == \p\r\i\n\t ]] | |
+++ 1381345787.321682000 /scripts/functions/logging : __rvm_set_color() 57 > eval 'rvm_reset_clr='\''[0m'\''' | |
++++ 1381345787.326622000 /scripts/functions/logging : __rvm_set_color() 57 > rvm_reset_clr='[0m' | |
++ 1381345787.332080000 /scripts/base : 113 > for entry in '${scripts[@]}' | |
++ 1381345787.336672000 /scripts/base : 114 > source /Users/bruceb/.rvm/scripts/functions/db | |
++ 1381345787.342118000 /scripts/base : 113 > for entry in '${scripts[@]}' | |
++ 1381345787.347635000 /scripts/base : 114 > source /Users/bruceb/.rvm/scripts/functions/support | |
+++ 1381345787.353683000 /scripts/functions/support : 6 > [[ -n '' ]] | |
+++ 1381345787.358576000 /scripts/functions/support : 160 > gnu_utils=(awk cp date find sed tail tar xargs) | |
+++ 1381345787.364270000 /scripts/functions/support : 162 > case "${_system_name}" in | |
+++ 1381345787.369159000 /scripts/functions/support : 218 > command which --skip-alias --skip-functions which | |
+++ 1381345787.383633000 /scripts/functions/support : 220 > command which whence | |
+++ 1381345787.397380000 /scripts/functions/support : 222 > command which which | |
+++ 1381345787.410401000 /scripts/functions/support : 229 > for gnu_util in '"${gnu_utils[@]}"' | |
+++ 1381345787.415131000 /scripts/functions/support : 230 > eval '__rvm_awk() { \awk "$@" || return $?; }' | |
+++ 1381345787.420646000 /scripts/functions/support : 229 > for gnu_util in '"${gnu_utils[@]}"' | |
+++ 1381345787.425916000 /scripts/functions/support : 230 > eval '__rvm_cp() { \cp "$@" || return $?; }' | |
+++ 1381345787.431844000 /scripts/functions/support : 229 > for gnu_util in '"${gnu_utils[@]}"' | |
+++ 1381345787.437867000 /scripts/functions/support : 230 > eval '__rvm_date() { \date "$@" || return $?; }' | |
+++ 1381345787.443420000 /scripts/functions/support : 229 > for gnu_util in '"${gnu_utils[@]}"' | |
+++ 1381345787.447996000 /scripts/functions/support : 230 > eval '__rvm_find() { \find "$@" || return $?; }' | |
+++ 1381345787.453108000 /scripts/functions/support : 229 > for gnu_util in '"${gnu_utils[@]}"' | |
+++ 1381345787.457981000 /scripts/functions/support : 230 > eval '__rvm_sed() { \sed "$@" || return $?; }' | |
+++ 1381345787.463583000 /scripts/functions/support : 229 > for gnu_util in '"${gnu_utils[@]}"' | |
+++ 1381345787.468167000 /scripts/functions/support : 230 > eval '__rvm_tail() { \tail "$@" || return $?; }' | |
+++ 1381345787.473529000 /scripts/functions/support : 229 > for gnu_util in '"${gnu_utils[@]}"' | |
+++ 1381345787.479606000 /scripts/functions/support : 230 > eval '__rvm_tar() { \tar "$@" || return $?; }' | |
+++ 1381345787.485371000 /scripts/functions/support : 229 > for gnu_util in '"${gnu_utils[@]}"' | |
+++ 1381345787.490020000 /scripts/functions/support : 230 > eval '__rvm_xargs() { \xargs "$@" || return $?; }' | |
+++ 1381345787.494471000 /scripts/functions/support : 234 > unset gnu_tools_path gnu_prefix gnu_util gnu_utils gnu_missing | |
+++ 1381345787.499052000 /scripts/functions/support : 237 > [[ ! --no-same-owner =~ --no-same-owner ]] | |
+++ 1381345787.503431000 /scripts/functions/support : 245 > other_utils=(ant automake autoreconf libtoolize make mount patch readlink) | |
+++ 1381345787.507897000 /scripts/functions/support : 248 > [[ OSX 10.8 == \S\o\l\a\r\i\s\ \1\0 ]] | |
+++ 1381345787.513553000 /scripts/functions/support : 259 > for other_util in '"${other_utils[@]}"' | |
+++ 1381345787.519030000 /scripts/functions/support : 260 > eval '__rvm_ant() { \ant "$@" || return $?; }' | |
+++ 1381345787.524316000 /scripts/functions/support : 259 > for other_util in '"${other_utils[@]}"' | |
+++ 1381345787.528763000 /scripts/functions/support : 260 > eval '__rvm_automake() { \automake "$@" || return $?; }' | |
+++ 1381345787.532930000 /scripts/functions/support : 259 > for other_util in '"${other_utils[@]}"' | |
+++ 1381345787.537192000 /scripts/functions/support : 260 > eval '__rvm_autoreconf() { \autoreconf "$@" || return $?; }' | |
+++ 1381345787.542146000 /scripts/functions/support : 259 > for other_util in '"${other_utils[@]}"' | |
+++ 1381345787.547344000 /scripts/functions/support : 260 > eval '__rvm_libtoolize() { \libtoolize "$@" || return $?; }' | |
+++ 1381345787.552494000 /scripts/functions/support : 259 > for other_util in '"${other_utils[@]}"' | |
+++ 1381345787.557235000 /scripts/functions/support : 260 > eval '__rvm_make() { \make "$@" || return $?; }' | |
+++ 1381345787.563145000 /scripts/functions/support : 259 > for other_util in '"${other_utils[@]}"' | |
+++ 1381345787.567859000 /scripts/functions/support : 260 > eval '__rvm_mount() { \mount "$@" || return $?; }' | |
+++ 1381345787.572820000 /scripts/functions/support : 259 > for other_util in '"${other_utils[@]}"' | |
+++ 1381345787.578941000 /scripts/functions/support : 260 > eval '__rvm_patch() { \patch "$@" || return $?; }' | |
+++ 1381345787.584253000 /scripts/functions/support : 259 > for other_util in '"${other_utils[@]}"' | |
+++ 1381345787.589714000 /scripts/functions/support : 260 > eval '__rvm_readlink() { \readlink "$@" || return $?; }' | |
+++ 1381345787.594654000 /scripts/functions/support : 263 > unset other_util other_utils | |
++ 1381345787.600021000 /scripts/base : 113 > for entry in '${scripts[@]}' | |
++ 1381345787.604954000 /scripts/base : 114 > source /Users/bruceb/.rvm/scripts/functions/utility | |
+++ 1381345787.609487000 /scripts/functions/utility : 3 > source /Users/bruceb/.rvm/scripts/functions/utility_gems | |
+++ 1381345787.614982000 /scripts/functions/utility : 4 > source /Users/bruceb/.rvm/scripts/functions/utility_logging | |
+++ 1381345787.620982000 /scripts/functions/utility : 5 > source /Users/bruceb/.rvm/scripts/functions/utility_package | |
+++ 1381345787.626556000 /scripts/functions/utility : 6 > source /Users/bruceb/.rvm/scripts/functions/utility_system | |
++++ 1381345787.632564000 /scripts/functions/utility_system : 193 > __rvm_detect_system | |
++++ 1381345787.637712000 /scripts/functions/utility_system : __rvm_detect_system() 5 > unset _system_type _system_name _system_version _system_arch | |
++++ 1381345787.643001000 /scripts/functions/utility_system : __rvm_detect_system() 6 > export _system_type _system_name _system_version _system_arch | |
+++++ 1381345787.648491000 /scripts/functions/utility_system : __rvm_detect_system() 7 > uname -a | |
++++ 1381345787.657602000 /scripts/functions/utility_system : __rvm_detect_system() 7 > _system_info='Darwin Dax.local 12.5.0 Darwin Kernel Version 12.5.0: Sun Sep 29 13:33:47 PDT 2013; root:xnu-2050.48.12~1/RELEASE_X86_64 x86_64 i386 MacBookPro8,2 Darwin' | |
++++ 1381345787.662696000 /scripts/functions/utility_system : __rvm_detect_system() 8 > _system_type=unknown | |
++++ 1381345787.668974000 /scripts/functions/utility_system : __rvm_detect_system() 9 > _system_name=unknown | |
++++ 1381345787.674039000 /scripts/functions/utility_system : __rvm_detect_system() 10 > _system_name_lowercase=unknown | |
++++ 1381345787.678851000 /scripts/functions/utility_system : __rvm_detect_system() 11 > _system_version=unknown | |
+++++ 1381345787.684605000 /scripts/functions/utility_system : __rvm_detect_system() 12 > uname -m | |
++++ 1381345787.694315000 /scripts/functions/utility_system : __rvm_detect_system() 12 > _system_arch=x86_64 | |
++++ 1381345787.699698000 /scripts/functions/utility_system : __rvm_detect_system() 13 > case "$(uname)" in | |
+++++ 1381345787.705793000 /scripts/functions/utility_system : __rvm_detect_system() 13 > uname | |
++++ 1381345787.714768000 /scripts/functions/utility_system : __rvm_detect_system() 168 > _system_type=Darwin | |
++++ 1381345787.719979000 /scripts/functions/utility_system : __rvm_detect_system() 169 > _system_name=OSX | |
+++++ 1381345787.725805000 /scripts/functions/utility_system : __rvm_detect_system() 170 > sw_vers -productVersion | |
+++++ 1381345787.726056000 /scripts/functions/utility_system : __rvm_detect_system() 170 > awk -F. '{print $1"."$2}' | |
++++ 1381345787.745625000 /scripts/functions/utility_system : __rvm_detect_system() 170 > _system_version=10.8 | |
++++ 1381345787.750691000 /scripts/functions/utility_system : __rvm_detect_system() 176 > _system_type=Darwin | |
++++ 1381345787.756056000 /scripts/functions/utility_system : __rvm_detect_system() 177 > _system_name=OSX | |
+++++ 1381345787.762609000 /scripts/functions/utility_system : __rvm_detect_system() 178 > tr '[A-Z]' '[a-z]' | |
+++++ 1381345787.762676000 /scripts/functions/utility_system : __rvm_detect_system() 178 > echo OSX | |
++++ 1381345787.772629000 /scripts/functions/utility_system : __rvm_detect_system() 178 > _system_name_lowercase=osx | |
++++ 1381345787.777277000 /scripts/functions/utility_system : __rvm_detect_system() 179 > _system_version=10.8 | |
++++ 1381345787.782083000 /scripts/functions/utility_system : __rvm_detect_system() 180 > _system_arch=x86_64 | |
++++ 1381345787.787321000 /scripts/functions/utility_system : __rvm_detect_system() 181 > _system_arch=x86_64 | |
++++ 1381345787.792553000 /scripts/functions/utility_system : __rvm_detect_system() 182 > _system_arch=x86_64 | |
++++ 1381345787.797950000 /scripts/functions/utility_system : 194 > __rvm_detect_system_override | |
++++ 1381345787.804607000 /scripts/functions/utility_system : __rvm_detect_system_override() 187 >typeset _var | |
++++ 1381345787.809717000 /scripts/functions/utility_system : __rvm_detect_system_override() 188 >for _var in system_type system_name system_name_lowercase system_version system_arch | |
++++ 1381345787.814830000 /scripts/functions/utility_system : __rvm_detect_system_override() 189 >__rvm_db _ | |
++++ 1381345787.825629000 /scripts/functions/db : __rvm_db() 7 > typeset value key variable | |
++++ 1381345787.832816000 /scripts/functions/db : __rvm_db() 8 > key=_ | |
++++ 1381345787.838999000 /scripts/functions/db : __rvm_db() 9 > key=_ | |
++++ 1381345787.844999000 /scripts/functions/db : __rvm_db() 10 > variable= | |
++++ 1381345787.849797000 /scripts/functions/db : __rvm_db() 12 > [[ -f /Users/bruceb/.rvm/user/db ]] | |
+++++ 1381345787.855309000 /scripts/functions/db : __rvm_db() 13 > __rvm_db_ /Users/bruceb/.rvm/user/db _ | |
+++++ 1381345787.860829000 /scripts/functions/db : __rvm_db_() 59 > typeset __db __key __value | |
+++++ 1381345787.866283000 /scripts/functions/db : __rvm_db_() 60 > __db=/Users/bruceb/.rvm/user/db | |
++++++ 1381345787.872539000 /scripts/functions/db : __rvm_db_() 61 > __rvm_sed -e 's#\\#\\#g' -e 's#/#\\/#g' -e 's#\.#\.#g' | |
++++++ 1381345787.877671000 /scripts/functions/support : __rvm_sed() 230 > sed -e 's#\\#\\#g' -e 's#/#\\/#g' -e 's#\.#\.#g' | |
+++++ 1381345787.886968000 /scripts/functions/db : __rvm_db_() 61 > __key=_ | |
+++++ 1381345787.891670000 /scripts/functions/db : __rvm_db_() 62 > shift 2 | |
+++++ 1381345787.897441000 /scripts/functions/db : __rvm_db_() 63 > __value= | |
+++++ 1381345787.902637000 /scripts/functions/db : __rvm_db_() 64 > case "${__value}" in | |
+++++ 1381345787.908324000 /scripts/functions/db : __rvm_db_() 69 > __rvm_db_get /Users/bruceb/.rvm/user/db _ | |
+++++ 1381345787.913807000 /scripts/functions/db : __rvm_db_get() 51 > [[ -f /Users/bruceb/.rvm/user/db ]] | |
+++++ 1381345787.919535000 /scripts/functions/db : __rvm_db_get() 52 > __rvm_awk -F= '/^_=/{print}' /Users/bruceb/.rvm/user/db | |
+++++ 1381345787.919879000 /scripts/functions/db : __rvm_db_get() 52 > __rvm_sed -e 's#^_=##' -e '/^$/d' | |
+++++ 1381345787.925577000 /scripts/functions/support : __rvm_awk() 230 > awk -F= '/^_=/{print}' /Users/bruceb/.rvm/user/db | |
+++++ 1381345787.925697000 /scripts/functions/support : __rvm_sed() 230 > sed -e 's#^_=##' -e '/^$/d' | |
++++ 1381345787.936392000 /scripts/functions/db : __rvm_db() 13 > value= | |
++++ 1381345787.941357000 /scripts/functions/db : __rvm_db() 15 > [[ -z '' ]] | |
++++ 1381345787.946262000 /scripts/functions/db : __rvm_db() 15 > [[ -f /Users/bruceb/.rvm/config/db ]] | |
+++++ 1381345787.951510000 /scripts/functions/db : __rvm_db() 16 > __rvm_db_ /Users/bruceb/.rvm/config/db _ | |
+++++ 1381345787.957295000 /scripts/functions/db : __rvm_db_() 59 > typeset __db __key __value | |
+++++ 1381345787.961962000 /scripts/functions/db : __rvm_db_() 60 > __db=/Users/bruceb/.rvm/config/db | |
++++++ 1381345787.967221000 /scripts/functions/db : __rvm_db_() 61 > __rvm_sed -e 's#\\#\\#g' -e 's#/#\\/#g' -e 's#\.#\.#g' | |
++++++ 1381345787.973135000 /scripts/functions/support : __rvm_sed() 230 > sed -e 's#\\#\\#g' -e 's#/#\\/#g' -e 's#\.#\.#g' | |
+++++ 1381345787.982141000 /scripts/functions/db : __rvm_db_() 61 > __key=_ | |
+++++ 1381345787.987380000 /scripts/functions/db : __rvm_db_() 62 > shift 2 | |
+++++ 1381345787.992282000 /scripts/functions/db : __rvm_db_() 63 > __value= | |
+++++ 1381345787.996592000 /scripts/functions/db : __rvm_db_() 64 > case "${__value}" in | |
+++++ 1381345788.000903000 /scripts/functions/db : __rvm_db_() 69 > __rvm_db_get /Users/bruceb/.rvm/config/db _ | |
+++++ 1381345788.005192000 /scripts/functions/db : __rvm_db_get() 51 > [[ -f /Users/bruceb/.rvm/config/db ]] | |
+++++ 1381345788.010899000 /scripts/functions/db : __rvm_db_get() 52 > __rvm_awk -F= '/^_=/{print}' /Users/bruceb/.rvm/config/db | |
+++++ 1381345788.010913000 /scripts/functions/db : __rvm_db_get() 52 > __rvm_sed -e 's#^_=##' -e '/^$/d' | |
+++++ 1381345788.015637000 /scripts/functions/support : __rvm_sed() 230 > sed -e 's#^_=##' -e '/^$/d' | |
+++++ 1381345788.015665000 /scripts/functions/support : __rvm_awk() 230 > awk -F= '/^_=/{print}' /Users/bruceb/.rvm/config/db | |
++++ 1381345788.026359000 /scripts/functions/db : __rvm_db() 16 > value= | |
++++ 1381345788.031740000 /scripts/functions/db : __rvm_db() 19 > [[ -n '' ]] | |
++++ 1381345788.036711000 /scripts/functions/db : __rvm_db() 26 > true | |
++++ 1381345788.042021000 /scripts/functions/utility_system : __rvm_detect_system_override() 188 >for _var in system_type system_name system_name_lowercase system_version system_arch | |
++++ 1381345788.046926000 /scripts/functions/utility_system : __rvm_detect_system_override() 189 >__rvm_db _ | |
++++ 1381345788.052637000 /scripts/functions/db : __rvm_db() 7 > typeset value key variable | |
++++ 1381345788.057519000 /scripts/functions/db : __rvm_db() 8 > key=_ | |
++++ 1381345788.063269000 /scripts/functions/db : __rvm_db() 9 > key=_ | |
++++ 1381345788.069274000 /scripts/functions/db : __rvm_db() 10 > variable= | |
++++ 1381345788.073979000 /scripts/functions/db : __rvm_db() 12 > [[ -f /Users/bruceb/.rvm/user/db ]] | |
+++++ 1381345788.078983000 /scripts/functions/db : __rvm_db() 13 > __rvm_db_ /Users/bruceb/.rvm/user/db _ | |
+++++ 1381345788.083489000 /scripts/functions/db : __rvm_db_() 59 > typeset __db __key __value | |
+++++ 1381345788.088837000 /scripts/functions/db : __rvm_db_() 60 > __db=/Users/bruceb/.rvm/user/db | |
++++++ 1381345788.095902000 /scripts/functions/db : __rvm_db_() 61 > __rvm_sed -e 's#\\#\\#g' -e 's#/#\\/#g' -e 's#\.#\.#g' | |
++++++ 1381345788.101893000 /scripts/functions/support : __rvm_sed() 230 > sed -e 's#\\#\\#g' -e 's#/#\\/#g' -e 's#\.#\.#g' | |
+++++ 1381345788.111167000 /scripts/functions/db : __rvm_db_() 61 > __key=_ | |
+++++ 1381345788.116358000 /scripts/functions/db : __rvm_db_() 62 > shift 2 | |
+++++ 1381345788.121014000 /scripts/functions/db : __rvm_db_() 63 > __value= | |
+++++ 1381345788.125931000 /scripts/functions/db : __rvm_db_() 64 > case "${__value}" in | |
+++++ 1381345788.131099000 /scripts/functions/db : __rvm_db_() 69 > __rvm_db_get /Users/bruceb/.rvm/user/db _ | |
+++++ 1381345788.137138000 /scripts/functions/db : __rvm_db_get() 51 > [[ -f /Users/bruceb/.rvm/user/db ]] | |
+++++ 1381345788.142842000 /scripts/functions/db : __rvm_db_get() 52 > __rvm_awk -F= '/^_=/{print}' /Users/bruceb/.rvm/user/db | |
+++++ 1381345788.142763000 /scripts/functions/db : __rvm_db_get() 52 > __rvm_sed -e 's#^_=##' -e '/^$/d' | |
+++++ 1381345788.148142000 /scripts/functions/support : __rvm_sed() 230 > sed -e 's#^_=##' -e '/^$/d' | |
+++++ 1381345788.148232000 /scripts/functions/support : __rvm_awk() 230 > awk -F= '/^_=/{print}' /Users/bruceb/.rvm/user/db | |
++++ 1381345788.158162000 /scripts/functions/db : __rvm_db() 13 > value= | |
++++ 1381345788.163982000 /scripts/functions/db : __rvm_db() 15 > [[ -z '' ]] | |
++++ 1381345788.171225000 /scripts/functions/db : __rvm_db() 15 > [[ -f /Users/bruceb/.rvm/config/db ]] | |
+++++ 1381345788.177607000 /scripts/functions/db : __rvm_db() 16 > __rvm_db_ /Users/bruceb/.rvm/config/db _ | |
+++++ 1381345788.182702000 /scripts/functions/db : __rvm_db_() 59 > typeset __db __key __value | |
+++++ 1381345788.188214000 /scripts/functions/db : __rvm_db_() 60 > __db=/Users/bruceb/.rvm/config/db | |
++++++ 1381345788.193990000 /scripts/functions/db : __rvm_db_() 61 > __rvm_sed -e 's#\\#\\#g' -e 's#/#\\/#g' -e 's#\.#\.#g' | |
++++++ 1381345788.200597000 /scripts/functions/support : __rvm_sed() 230 > sed -e 's#\\#\\#g' -e 's#/#\\/#g' -e 's#\.#\.#g' | |
+++++ 1381345788.210821000 /scripts/functions/db : __rvm_db_() 61 > __key=_ | |
+++++ 1381345788.215912000 /scripts/functions/db : __rvm_db_() 62 > shift 2 | |
+++++ 1381345788.222195000 /scripts/functions/db : __rvm_db_() 63 > __value= | |
+++++ 1381345788.227427000 /scripts/functions/db : __rvm_db_() 64 > case "${__value}" in | |
+++++ 1381345788.232906000 /scripts/functions/db : __rvm_db_() 69 > __rvm_db_get /Users/bruceb/.rvm/config/db _ | |
+++++ 1381345788.240027000 /scripts/functions/db : __rvm_db_get() 51 > [[ -f /Users/bruceb/.rvm/config/db ]] | |
+++++ 1381345788.245114000 /scripts/functions/db : __rvm_db_get() 52 > __rvm_awk -F= '/^_=/{print}' /Users/bruceb/.rvm/config/db | |
+++++ 1381345788.245064000 /scripts/functions/db : __rvm_db_get() 52 > __rvm_sed -e 's#^_=##' -e '/^$/d' | |
+++++ 1381345788.250115000 /scripts/functions/support : __rvm_awk() 230 > awk -F= '/^_=/{print}' /Users/bruceb/.rvm/config/db | |
+++++ 1381345788.250140000 /scripts/functions/support : __rvm_sed() 230 > sed -e 's#^_=##' -e '/^$/d' | |
++++ 1381345788.259734000 /scripts/functions/db : __rvm_db() 16 > value= | |
++++ 1381345788.266171000 /scripts/functions/db : __rvm_db() 19 > [[ -n '' ]] | |
++++ 1381345788.271076000 /scripts/functions/db : __rvm_db() 26 > true | |
++++ 1381345788.276534000 /scripts/functions/utility_system : __rvm_detect_system_override() 188 >for _var in system_type system_name system_name_lowercase system_version system_arch | |
++++ 1381345788.281114000 /scripts/functions/utility_system : __rvm_detect_system_override() 189 >__rvm_db _ | |
++++ 1381345788.285891000 /scripts/functions/db : __rvm_db() 7 > typeset value key variable | |
++++ 1381345788.291490000 /scripts/functions/db : __rvm_db() 8 > key=_ | |
++++ 1381345788.296165000 /scripts/functions/db : __rvm_db() 9 > key=_ | |
++++ 1381345788.300970000 /scripts/functions/db : __rvm_db() 10 > variable= | |
++++ 1381345788.308495000 /scripts/functions/db : __rvm_db() 12 > [[ -f /Users/bruceb/.rvm/user/db ]] | |
+++++ 1381345788.313849000 /scripts/functions/db : __rvm_db() 13 > __rvm_db_ /Users/bruceb/.rvm/user/db _ | |
+++++ 1381345788.319233000 /scripts/functions/db : __rvm_db_() 59 > typeset __db __key __value | |
+++++ 1381345788.325624000 /scripts/functions/db : __rvm_db_() 60 > __db=/Users/bruceb/.rvm/user/db | |
++++++ 1381345788.332002000 /scripts/functions/db : __rvm_db_() 61 > __rvm_sed -e 's#\\#\\#g' -e 's#/#\\/#g' -e 's#\.#\.#g' | |
++++++ 1381345788.337296000 /scripts/functions/support : __rvm_sed() 230 > sed -e 's#\\#\\#g' -e 's#/#\\/#g' -e 's#\.#\.#g' | |
+++++ 1381345788.349072000 /scripts/functions/db : __rvm_db_() 61 > __key=_ | |
+++++ 1381345788.354465000 /scripts/functions/db : __rvm_db_() 62 > shift 2 | |
+++++ 1381345788.359611000 /scripts/functions/db : __rvm_db_() 63 > __value= | |
+++++ 1381345788.363833000 /scripts/functions/db : __rvm_db_() 64 > case "${__value}" in | |
+++++ 1381345788.368312000 /scripts/functions/db : __rvm_db_() 69 > __rvm_db_get /Users/bruceb/.rvm/user/db _ | |
+++++ 1381345788.372478000 /scripts/functions/db : __rvm_db_get() 51 > [[ -f /Users/bruceb/.rvm/user/db ]] | |
+++++ 1381345788.377856000 /scripts/functions/db : __rvm_db_get() 52 > __rvm_sed -e 's#^_=##' -e '/^$/d' | |
+++++ 1381345788.377887000 /scripts/functions/db : __rvm_db_get() 52 > __rvm_awk -F= '/^_=/{print}' /Users/bruceb/.rvm/user/db | |
+++++ 1381345788.383536000 /scripts/functions/support : __rvm_sed() 230 > sed -e 's#^_=##' -e '/^$/d' | |
+++++ 1381345788.383566000 /scripts/functions/support : __rvm_awk() 230 > awk -F= '/^_=/{print}' /Users/bruceb/.rvm/user/db | |
++++ 1381345788.393230000 /scripts/functions/db : __rvm_db() 13 > value= | |
++++ 1381345788.398590000 /scripts/functions/db : __rvm_db() 15 > [[ -z '' ]] | |
++++ 1381345788.404673000 /scripts/functions/db : __rvm_db() 15 > [[ -f /Users/bruceb/.rvm/config/db ]] | |
+++++ 1381345788.409838000 /scripts/functions/db : __rvm_db() 16 > __rvm_db_ /Users/bruceb/.rvm/config/db _ | |
+++++ 1381345788.415585000 /scripts/functions/db : __rvm_db_() 59 > typeset __db __key __value | |
+++++ 1381345788.424237000 /scripts/functions/db : __rvm_db_() 60 > __db=/Users/bruceb/.rvm/config/db | |
++++++ 1381345788.430105000 /scripts/functions/db : __rvm_db_() 61 > __rvm_sed -e 's#\\#\\#g' -e 's#/#\\/#g' -e 's#\.#\.#g' | |
++++++ 1381345788.434977000 /scripts/functions/support : __rvm_sed() 230 > sed -e 's#\\#\\#g' -e 's#/#\\/#g' -e 's#\.#\.#g' | |
+++++ 1381345788.444947000 /scripts/functions/db : __rvm_db_() 61 > __key=_ | |
+++++ 1381345788.450054000 /scripts/functions/db : __rvm_db_() 62 > shift 2 | |
+++++ 1381345788.455213000 /scripts/functions/db : __rvm_db_() 63 > __value= | |
+++++ 1381345788.460350000 /scripts/functions/db : __rvm_db_() 64 > case "${__value}" in | |
+++++ 1381345788.465119000 /scripts/functions/db : __rvm_db_() 69 > __rvm_db_get /Users/bruceb/.rvm/config/db _ | |
+++++ 1381345788.470654000 /scripts/functions/db : __rvm_db_get() 51 > [[ -f /Users/bruceb/.rvm/config/db ]] | |
+++++ 1381345788.475851000 /scripts/functions/db : __rvm_db_get() 52 > __rvm_sed -e 's#^_=##' -e '/^$/d' | |
+++++ 1381345788.476002000 /scripts/functions/db : __rvm_db_get() 52 > __rvm_awk -F= '/^_=/{print}' /Users/bruceb/.rvm/config/db | |
+++++ 1381345788.481868000 /scripts/functions/support : __rvm_sed() 230 > sed -e 's#^_=##' -e '/^$/d' | |
+++++ 1381345788.482548000 /scripts/functions/support : __rvm_awk() 230 > awk -F= '/^_=/{print}' /Users/bruceb/.rvm/config/db | |
++++ 1381345788.493086000 /scripts/functions/db : __rvm_db() 16 > value= | |
++++ 1381345788.497812000 /scripts/functions/db : __rvm_db() 19 > [[ -n '' ]] | |
++++ 1381345788.502149000 /scripts/functions/db : __rvm_db() 26 > true | |
++++ 1381345788.506525000 /scripts/functions/utility_system : __rvm_detect_system_override() 188 >for _var in system_type system_name system_name_lowercase system_version system_arch | |
++++ 1381345788.511057000 /scripts/functions/utility_system : __rvm_detect_system_override() 189 >__rvm_db _ | |
++++ 1381345788.516031000 /scripts/functions/db : __rvm_db() 7 > typeset value key variable | |
++++ 1381345788.522155000 /scripts/functions/db : __rvm_db() 8 > key=_ | |
++++ 1381345788.527052000 /scripts/functions/db : __rvm_db() 9 > key=_ | |
++++ 1381345788.532025000 /scripts/functions/db : __rvm_db() 10 > variable= | |
++++ 1381345788.537228000 /scripts/functions/db : __rvm_db() 12 > [[ -f /Users/bruceb/.rvm/user/db ]] | |
+++++ 1381345788.542831000 /scripts/functions/db : __rvm_db() 13 > __rvm_db_ /Users/bruceb/.rvm/user/db _ | |
+++++ 1381345788.548909000 /scripts/functions/db : __rvm_db_() 59 > typeset __db __key __value | |
+++++ 1381345788.554721000 /scripts/functions/db : __rvm_db_() 60 > __db=/Users/bruceb/.rvm/user/db | |
++++++ 1381345788.559868000 /scripts/functions/db : __rvm_db_() 61 > __rvm_sed -e 's#\\#\\#g' -e 's#/#\\/#g' -e 's#\.#\.#g' | |
++++++ 1381345788.565643000 /scripts/functions/support : __rvm_sed() 230 > sed -e 's#\\#\\#g' -e 's#/#\\/#g' -e 's#\.#\.#g' | |
+++++ 1381345788.576027000 /scripts/functions/db : __rvm_db_() 61 > __key=_ | |
+++++ 1381345788.581101000 /scripts/functions/db : __rvm_db_() 62 > shift 2 | |
+++++ 1381345788.586578000 /scripts/functions/db : __rvm_db_() 63 > __value= | |
+++++ 1381345788.593907000 /scripts/functions/db : __rvm_db_() 64 > case "${__value}" in | |
+++++ 1381345788.598640000 /scripts/functions/db : __rvm_db_() 69 > __rvm_db_get /Users/bruceb/.rvm/user/db _ | |
+++++ 1381345788.603793000 /scripts/functions/db : __rvm_db_get() 51 > [[ -f /Users/bruceb/.rvm/user/db ]] | |
+++++ 1381345788.609641000 /scripts/functions/db : __rvm_db_get() 52 > __rvm_awk -F= '/^_=/{print}' /Users/bruceb/.rvm/user/db | |
+++++ 1381345788.609667000 /scripts/functions/db : __rvm_db_get() 52 > __rvm_sed -e 's#^_=##' -e '/^$/d' | |
+++++ 1381345788.614956000 /scripts/functions/support : __rvm_sed() 230 > sed -e 's#^_=##' -e '/^$/d' | |
+++++ 1381345788.615045000 /scripts/functions/support : __rvm_awk() 230 > awk -F= '/^_=/{print}' /Users/bruceb/.rvm/user/db | |
++++ 1381345788.625937000 /scripts/functions/db : __rvm_db() 13 > value= | |
++++ 1381345788.630555000 /scripts/functions/db : __rvm_db() 15 > [[ -z '' ]] | |
++++ 1381345788.635642000 /scripts/functions/db : __rvm_db() 15 > [[ -f /Users/bruceb/.rvm/config/db ]] | |
+++++ 1381345788.641264000 /scripts/functions/db : __rvm_db() 16 > __rvm_db_ /Users/bruceb/.rvm/config/db _ | |
+++++ 1381345788.647472000 /scripts/functions/db : __rvm_db_() 59 > typeset __db __key __value | |
+++++ 1381345788.654024000 /scripts/functions/db : __rvm_db_() 60 > __db=/Users/bruceb/.rvm/config/db | |
++++++ 1381345788.659750000 /scripts/functions/db : __rvm_db_() 61 > __rvm_sed -e 's#\\#\\#g' -e 's#/#\\/#g' -e 's#\.#\.#g' | |
++++++ 1381345788.664873000 /scripts/functions/support : __rvm_sed() 230 > sed -e 's#\\#\\#g' -e 's#/#\\/#g' -e 's#\.#\.#g' | |
+++++ 1381345788.674763000 /scripts/functions/db : __rvm_db_() 61 > __key=_ | |
+++++ 1381345788.680454000 /scripts/functions/db : __rvm_db_() 62 > shift 2 | |
+++++ 1381345788.685462000 /scripts/functions/db : __rvm_db_() 63 > __value= | |
+++++ 1381345788.691717000 /scripts/functions/db : __rvm_db_() 64 > case "${__value}" in | |
+++++ 1381345788.698094000 /scripts/functions/db : __rvm_db_() 69 > __rvm_db_get /Users/bruceb/.rvm/config/db _ | |
+++++ 1381345788.702770000 /scripts/functions/db : __rvm_db_get() 51 > [[ -f /Users/bruceb/.rvm/config/db ]] | |
+++++ 1381345788.708095000 /scripts/functions/db : __rvm_db_get() 52 > __rvm_sed -e 's#^_=##' -e '/^$/d' | |
+++++ 1381345788.708161000 /scripts/functions/db : __rvm_db_get() 52 > __rvm_awk -F= '/^_=/{print}' /Users/bruceb/.rvm/config/db | |
+++++ 1381345788.713365000 /scripts/functions/support : __rvm_sed() 230 > sed -e 's#^_=##' -e '/^$/d' | |
+++++ 1381345788.713298000 /scripts/functions/support : __rvm_awk() 230 > awk -F= '/^_=/{print}' /Users/bruceb/.rvm/config/db | |
++++ 1381345788.724761000 /scripts/functions/db : __rvm_db() 16 > value= | |
++++ 1381345788.730325000 /scripts/functions/db : __rvm_db() 19 > [[ -n '' ]] | |
++++ 1381345788.735346000 /scripts/functions/db : __rvm_db() 26 > true | |
++++ 1381345788.741059000 /scripts/functions/utility_system : __rvm_detect_system_override() 188 >for _var in system_type system_name system_name_lowercase system_version system_arch | |
++++ 1381345788.745864000 /scripts/functions/utility_system : __rvm_detect_system_override() 189 >__rvm_db _ | |
++++ 1381345788.751486000 /scripts/functions/db : __rvm_db() 7 > typeset value key variable | |
++++ 1381345788.757748000 /scripts/functions/db : __rvm_db() 8 > key=_ | |
++++ 1381345788.763334000 /scripts/functions/db : __rvm_db() 9 > key=_ | |
++++ 1381345788.768620000 /scripts/functions/db : __rvm_db() 10 > variable= | |
++++ 1381345788.773544000 /scripts/functions/db : __rvm_db() 12 > [[ -f /Users/bruceb/.rvm/user/db ]] | |
+++++ 1381345788.779633000 /scripts/functions/db : __rvm_db() 13 > __rvm_db_ /Users/bruceb/.rvm/user/db _ | |
+++++ 1381345788.785764000 /scripts/functions/db : __rvm_db_() 59 > typeset __db __key __value | |
+++++ 1381345788.791157000 /scripts/functions/db : __rvm_db_() 60 > __db=/Users/bruceb/.rvm/user/db | |
++++++ 1381345788.796287000 /scripts/functions/db : __rvm_db_() 61 > __rvm_sed -e 's#\\#\\#g' -e 's#/#\\/#g' -e 's#\.#\.#g' | |
++++++ 1381345788.801235000 /scripts/functions/support : __rvm_sed() 230 > sed -e 's#\\#\\#g' -e 's#/#\\/#g' -e 's#\.#\.#g' | |
+++++ 1381345788.810898000 /scripts/functions/db : __rvm_db_() 61 > __key=_ | |
+++++ 1381345788.815910000 /scripts/functions/db : __rvm_db_() 62 > shift 2 | |
+++++ 1381345788.823508000 /scripts/functions/db : __rvm_db_() 63 > __value= | |
+++++ 1381345788.830815000 /scripts/functions/db : __rvm_db_() 64 > case "${__value}" in | |
+++++ 1381345788.837952000 /scripts/functions/db : __rvm_db_() 69 > __rvm_db_get /Users/bruceb/.rvm/user/db _ | |
+++++ 1381345788.842908000 /scripts/functions/db : __rvm_db_get() 51 > [[ -f /Users/bruceb/.rvm/user/db ]] | |
+++++ 1381345788.848826000 /scripts/functions/db : __rvm_db_get() 52 > __rvm_awk -F= '/^_=/{print}' /Users/bruceb/.rvm/user/db | |
+++++ 1381345788.848788000 /scripts/functions/db : __rvm_db_get() 52 > __rvm_sed -e 's#^_=##' -e '/^$/d' | |
+++++ 1381345788.857068000 /scripts/functions/support : __rvm_awk() 230 > awk -F= '/^_=/{print}' /Users/bruceb/.rvm/user/db | |
+++++ 1381345788.857136000 /scripts/functions/support : __rvm_sed() 230 > sed -e 's#^_=##' -e '/^$/d' | |
++++ 1381345788.869312000 /scripts/functions/db : __rvm_db() 13 > value= | |
++++ 1381345788.874019000 /scripts/functions/db : __rvm_db() 15 > [[ -z '' ]] | |
++++ 1381345788.879212000 /scripts/functions/db : __rvm_db() 15 > [[ -f /Users/bruceb/.rvm/config/db ]] | |
+++++ 1381345788.885969000 /scripts/functions/db : __rvm_db() 16 > __rvm_db_ /Users/bruceb/.rvm/config/db _ | |
+++++ 1381345788.891096000 /scripts/functions/db : __rvm_db_() 59 > typeset __db __key __value | |
+++++ 1381345788.896935000 /scripts/functions/db : __rvm_db_() 60 > __db=/Users/bruceb/.rvm/config/db | |
++++++ 1381345788.902250000 /scripts/functions/db : __rvm_db_() 61 > __rvm_sed -e 's#\\#\\#g' -e 's#/#\\/#g' -e 's#\.#\.#g' | |
++++++ 1381345788.908158000 /scripts/functions/support : __rvm_sed() 230 > sed -e 's#\\#\\#g' -e 's#/#\\/#g' -e 's#\.#\.#g' | |
+++++ 1381345788.918035000 /scripts/functions/db : __rvm_db_() 61 > __key=_ | |
+++++ 1381345788.926573000 /scripts/functions/db : __rvm_db_() 62 > shift 2 | |
+++++ 1381345788.932292000 /scripts/functions/db : __rvm_db_() 63 > __value= | |
+++++ 1381345788.936768000 /scripts/functions/db : __rvm_db_() 64 > case "${__value}" in | |
+++++ 1381345788.942210000 /scripts/functions/db : __rvm_db_() 69 > __rvm_db_get /Users/bruceb/.rvm/config/db _ | |
+++++ 1381345788.947124000 /scripts/functions/db : __rvm_db_get() 51 > [[ -f /Users/bruceb/.rvm/config/db ]] | |
+++++ 1381345788.952607000 /scripts/functions/db : __rvm_db_get() 52 > __rvm_awk -F= '/^_=/{print}' /Users/bruceb/.rvm/config/db | |
+++++ 1381345788.952618000 /scripts/functions/db : __rvm_db_get() 52 > __rvm_sed -e 's#^_=##' -e '/^$/d' | |
+++++ 1381345788.958129000 /scripts/functions/support : __rvm_awk() 230 > awk -F= '/^_=/{print}' /Users/bruceb/.rvm/config/db | |
+++++ 1381345788.958239000 /scripts/functions/support : __rvm_sed() 230 > sed -e 's#^_=##' -e '/^$/d' | |
++++ 1381345788.967592000 /scripts/functions/db : __rvm_db() 16 > value= | |
++++ 1381345788.973246000 /scripts/functions/db : __rvm_db() 19 > [[ -n '' ]] | |
++++ 1381345788.978235000 /scripts/functions/db : __rvm_db() 26 > true | |
++ 1381345788.985826000 /scripts/base : 113 > for entry in '${scripts[@]}' | |
++ 1381345788.991840000 /scripts/base : 114 > source /Users/bruceb/.rvm/scripts/functions/init | |
++ 1381345788.996804000 /scripts/base : 113 > for entry in '${scripts[@]}' | |
++ 1381345789.001992000 /scripts/base : 114 > source /Users/bruceb/.rvm/scripts/functions/cleanup | |
++ 1381345789.007062000 /scripts/base : 113 > for entry in '${scripts[@]}' | |
++ 1381345789.012050000 /scripts/base : 114 > source /Users/bruceb/.rvm/scripts/functions/env | |
++ 1381345789.018206000 /scripts/base : 113 > for entry in '${scripts[@]}' | |
++ 1381345789.024947000 /scripts/base : 114 > source /Users/bruceb/.rvm/scripts/functions/rvmrc | |
+++ 1381345789.031134000 /scripts/functions/rvmrc : 3 > source /Users/bruceb/.rvm/scripts/functions/rvmrc_project | |
+++ 1381345789.037706000 /scripts/functions/rvmrc : 4 > source /Users/bruceb/.rvm/scripts/functions/rvmrc_set | |
+++ 1381345789.045565000 /scripts/functions/rvmrc : 5 > source /Users/bruceb/.rvm/scripts/functions/rvmrc_to | |
+++ 1381345789.052462000 /scripts/functions/rvmrc : 6 > source /Users/bruceb/.rvm/scripts/functions/rvmrc_trust | |
+++ 1381345789.058368000 /scripts/functions/rvmrc : 7 > source /Users/bruceb/.rvm/scripts/functions/rvmrc_warning | |
++ 1381345789.066133000 /scripts/base : 113 > for entry in '${scripts[@]}' | |
++ 1381345789.072259000 /scripts/base : 114 > source /Users/bruceb/.rvm/scripts/functions/install | |
++ 1381345789.077699000 /scripts/base : 113 > for entry in '${scripts[@]}' | |
++ 1381345789.082828000 /scripts/base : 114 > source /Users/bruceb/.rvm/scripts/functions/environment | |
++ 1381345789.090359000 /scripts/base : 113 > for entry in '${scripts[@]}' | |
++ 1381345789.095683000 /scripts/base : 114 > source /Users/bruceb/.rvm/scripts/functions/gemset | |
++ 1381345789.100981000 /scripts/base : 113 > for entry in '${scripts[@]}' | |
++ 1381345789.106347000 /scripts/base : 114 > source /Users/bruceb/.rvm/scripts/functions/checksum | |
++ 1381345789.112411000 /scripts/base : 116 > unset scripts entry rvm_base_except | |
+ 1381345789.118339000 /scripts/list : 355 > args=($*) | |
+ 1381345789.124272000 /scripts/list : 356 > action=strings | |
+ 1381345789.129193000 /scripts/list : 357 > args= | |
+ 1381345789.134227000 /scripts/list : 359 > case "${action:-rubies}" in | |
+ 1381345789.139868000 /scripts/list : 366 > list_strings | |
+ 1381345789.145812000 /scripts/list : list_strings() 214 > __rvm_cd /Users/bruceb/.rvm/rubies | |
+ 1381345789.151194000 /scripts/functions/support : __rvm_cd() 149 > typeset old_cdpath ret | |
+ 1381345789.156461000 /scripts/functions/support : __rvm_cd() 150 > ret=0 | |
+ 1381345789.161491000 /scripts/functions/support : __rvm_cd() 151 > old_cdpath= | |
+ 1381345789.166905000 /scripts/functions/support : __rvm_cd() 152 > CDPATH=. | |
+ 1381345789.172359000 /scripts/functions/support : __rvm_cd() 153 > chpwd_functions= | |
+ 1381345789.178228000 /scripts/functions/support : __rvm_cd() 153 > builtin cd /Users/bruceb/.rvm/rubies | |
+ 1381345789.183103000 /scripts/functions/support : __rvm_cd() 154 > CDPATH= | |
+ 1381345789.190163000 /scripts/functions/support : __rvm_cd() 155 > return 0 | |
+ 1381345789.195922000 /scripts/list : list_strings() 215 > __rvm_sed -e s#./##g | |
+ 1381345789.196290000 /scripts/list : list_strings() 215 > __rvm_find . -maxdepth 1 -mindepth 1 -type d | |
+ 1381345789.200858000 /scripts/functions/support : __rvm_find() 230 > find . -maxdepth 1 -mindepth 1 -type d | |
+ 1381345789.200927000 /scripts/functions/support : __rvm_sed() 230 > sed -e s#./##g | |
+ 1381345789.210541000 /scripts/list : 375 > exit 0 | |
+ 1381345789.216973000 /scripts/cli : rvm() 1088 > rvm_log 'Already installed jruby-1.7.5. | |
To reinstall use: | |
rvm reinstall jruby | |
' | |
+ 1381345789.222663000 /scripts/functions/logging : rvm_log() 1 > rvm_pretty_print stdout | |
+ 1381345789.228435000 /scripts/functions/logging : rvm_pretty_print() 73 > case "${rvm_pretty_print_flag:=auto}" in | |
+ 1381345789.234487000 /scripts/functions/logging : rvm_pretty_print() 78 > case "${TERM:-dumb}" in | |
+ 1381345789.240355000 /scripts/functions/logging : rvm_pretty_print() 81 > case "$1" in | |
+ 1381345789.247110000 /scripts/functions/logging : rvm_pretty_print() 10 > [[ -t 1 ]] | |
+ 1381345789.253769000 /scripts/functions/logging : rvm_pretty_print() 10 > return 1 | |
+ 1381345789.260360000 /scripts/functions/logging : rvm_log() 91 > printf %b 'Already installed jruby-1.7.5. | |
To reinstall use: | |
rvm reinstall jruby | |
\n' | |
Already installed jruby-1.7.5. | |
To reinstall use: | |
rvm reinstall jruby | |
+ 1381345789.266681000 /scripts/cli : rvm() 1133 > current_result=0 | |
+ 1381345789.276152000 /scripts/cli : rvm() 1134 > (( result )) | |
+ 1381345789.282884000 /scripts/cli : rvm() 1134 > result=0 | |
+ 1381345789.288544000 /scripts/cli : rvm() 1136 > (( result )) | |
+ 1381345789.294023000 /scripts/cli : rvm() 1209 > case "$rvm_action" in | |
++ 1381345789.302104000 /scripts/cli : rvm() 1068 > wc -l | |
++ 1381345789.302044000 /scripts/cli : rvm() 1068 > __rvm_find /Users/bruceb/.rvm/rubies -maxdepth 1 -mindepth 1 -type d | |
+ 1381345789.318727000 /scripts/cli : rvm() 1140 > [[ 13 -eq 1 ]] | |
+ 1381345789.325005000 /scripts/cli : rvm() 1149 > current_result=0 | |
+ 1381345789.331272000 /scripts/cli : rvm() 1150 > (( result )) | |
+ 1381345789.336858000 /scripts/cli : rvm() 1150 > result=0 | |
+ 1381345789.345513000 /scripts/cli : rvm() 1152 > typeset __local_rvm_trace_flag | |
+ 1381345789.351922000 /scripts/cli : rvm() 1153 > __local_rvm_trace_flag=1 | |
+ 1381345789.358399000 /scripts/cli : rvm() 1156 > [[ 0 -eq 1 ]] | |
+ 1381345789.364063000 /scripts/cli : rvm() 1168 > __rvm_teardown | |
+ 1381345789.370906000 /scripts/functions/environment : __rvm_teardown() 1 > builtin command -v __rvm_cleanup_tmp | |
+ 1381345789.376736000 /scripts/functions/environment : __rvm_teardown() 3 > __rvm_cleanup_tmp | |
+ 1381345789.382864000 /scripts/functions/cleanup : __rvm_cleanup_tmp() 1 > [[ -d /Users/bruceb/.rvm/tmp/ ]] | |
+ 1381345789.389096000 /scripts/functions/cleanup : __rvm_cleanup_tmp() 111 > case "${rvm_tmp_path%\/}" in | |
+ 1381345789.395359000 /scripts/functions/cleanup : __rvm_cleanup_tmp() 5 > __rvm_rm_rf '/Users/bruceb/.rvm/tmp/4397*' | |
+ 1381345789.401537000 /scripts/functions/cleanup : __rvm_rm_rf() 1 > __rvm_rm_rf_verbose '/Users/bruceb/.rvm/tmp/4397*' | |
+ 1381345789.408894000 /scripts/functions/cleanup : __rvm_rm_rf_verbose() 1 > typeset target | |
+ 1381345789.415496000 /scripts/functions/cleanup : __rvm_rm_rf_verbose() 2 > target='/Users/bruceb/.rvm/tmp/4397*' | |
+ 1381345789.421313000 /scripts/functions/cleanup : __rvm_rm_rf_verbose() 6 > [[ -n '' ]] | |
+ 1381345789.427245000 /scripts/functions/cleanup : __rvm_rm_rf_verbose() 10 > [[ -n 3.2.48(1)-release ]] | |
+ 1381345789.432970000 /scripts/functions/cleanup : __rvm_rm_rf_verbose() 12 > shopt -s extglob | |
+ 1381345789.438624000 /scripts/functions/cleanup : __rvm_rm_rf_verbose() 28 > case "${target}" in | |
+ 1381345789.445017000 /scripts/functions/cleanup : __rvm_rm_rf_verbose() 22 > [[ -n /Users/bruceb/.rvm/tmp/4397* ]] | |
+ 1381345789.450521000 /scripts/functions/cleanup : __rvm_rm_rf_verbose() 28 > [[ -d /Users/bruceb/.rvm/tmp/4397* ]] | |
+ 1381345789.455915000 /scripts/functions/cleanup : __rvm_rm_rf_verbose() 37 > [[ -f /Users/bruceb/.rvm/tmp/4397* ]] | |
+ 1381345789.461284000 /scripts/functions/cleanup : __rvm_rm_rf_verbose() 37 > [[ -L /Users/bruceb/.rvm/tmp/4397* ]] | |
+ 1381345789.467047000 /scripts/functions/cleanup : __rvm_rm_rf_verbose() 46 > rvm_debug '__rvm_rm_rf already gone: /Users/bruceb/.rvm/tmp/4397*' | |
+ 1381345789.473201000 /scripts/functions/logging : rvm_debug() 1 > (( 1 )) | |
+ 1381345789.479992000 /scripts/functions/logging : rvm_debug() 2 > rvm_pretty_print stderr | |
+ 1381345789.485664000 /scripts/functions/logging : rvm_pretty_print() 73 > case "${rvm_pretty_print_flag:=auto}" in | |
+ 1381345789.492059000 /scripts/functions/logging : rvm_pretty_print() 78 > case "${TERM:-dumb}" in | |
+ 1381345789.497257000 /scripts/functions/logging : rvm_pretty_print() 81 > case "$1" in | |
+ 1381345789.503686000 /scripts/functions/logging : rvm_pretty_print() 11 > [[ -t 2 ]] | |
+ 1381345789.511974000 /scripts/functions/logging : rvm_pretty_print() 11 > return 1 | |
+ 1381345789.517292000 /scripts/functions/logging : rvm_debug() 75 > printf %b '__rvm_rm_rf already gone: /Users/bruceb/.rvm/tmp/4397*\n' | |
__rvm_rm_rf already gone: /Users/bruceb/.rvm/tmp/4397* | |
+ 1381345789.522965000 /scripts/functions/cleanup : __rvm_rm_rf_verbose() -13 > return 0 | |
+ 1381345789.529139000 /scripts/functions/cleanup : __rvm_cleanup_tmp() 45 > return 0 | |
+ 1381345789.535525000 /scripts/functions/environment : __rvm_teardown() 188 > export __rvm_env_loaded | |
+ 1381345789.541445000 /scripts/functions/environment : __rvm_teardown() 190 > : __rvm_env_loaded:1: | |
+ 1381345789.548158000 /scripts/functions/environment : __rvm_teardown() 192 > : __rvm_env_loaded:1: | |
+ 1381345789.554785000 /scripts/functions/environment : __rvm_teardown() 194 > : __rvm_env_loaded:0: | |
+ 1381345789.568391000 /scripts/functions/environment : __rvm_teardown() 196 > [[ -z /Users/bruceb/.rvm/tmp ]] | |
+ 1381345789.576932000 /scripts/functions/environment : __rvm_teardown() 196 > (( __rvm_env_loaded > 0 )) | |
+ 1381345789.582722000 /scripts/functions/environment : __rvm_teardown() 201 > [[ -n 3.2.48(1)-release ]] | |
+ 1381345789.588314000 /scripts/functions/environment : __rvm_teardown() 203 > trap - 0 1 2 3 15 | |
+ 1381345789.594576000 /scripts/functions/environment : __rvm_teardown() 206 > [[ -n '' ]] | |
+ 1381345789.600300000 /scripts/functions/environment : __rvm_teardown() 216 > [[ -n 0022 ]] | |
+ 1381345789.606723000 /scripts/functions/environment : __rvm_teardown() 218 > umask 0022 | |
+ 1381345789.613323000 /scripts/functions/environment : __rvm_teardown() 219 > unset rvm_stored_umask | |
+ 1381345789.619752000 /scripts/functions/environment : __rvm_teardown() 222 > [[ '' == \1 ]] | |
+ 1381345789.627035000 /scripts/functions/environment : __rvm_teardown() 226 > __variables_definition unset | |
+ 1381345789.633219000 /scripts/functions/environment : __variables_definition() 1 > typeset -a __variables_list __array_list | |
+ 1381345789.641534000 /scripts/functions/environment : __variables_definition() 2 > typeset __method | |
+ 1381345789.648221000 /scripts/functions/environment : __variables_definition() 4 > __method=unset | |
+ 1381345789.654263000 /scripts/functions/environment : __variables_definition() 37 > __variables_list=(rvm_head_flag rvm_ruby_selected_flag rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag rvm_18_flag rvm_19_flag rvm_20_flag rvm_21_flag rvm_force_autoconf_flag rvm_dump_environment_flag rvm_verbose_flag rvm_debug_flag rvm_trace_flag __array_start rvm_pretty_print_flag rvm_create_flag rvm_remove_flag rvm_movable_flag rvm_gemdir_flag rvm_reload_flag rvm_auto_reload_flag rvm_disable_binary_flag rvm_ignore_gemsets_flag rvm_skip_gemsets_flag rvm_install_on_use_flag rvm_remote_flag rvm_verify_downloads_flag rvm_skip_openssl_flag rvm_gems_cache_path rvm_gems_path rvm_man_path rvm_ruby_gem_path rvm_ruby_log_path rvm_gems_cache_path rvm_archives_path rvm_docs_path rvm_environments_path rvm_examples_path rvm_gems_path rvm_gemsets_path rvm_help_path rvm_hooks_path rvm_lib_path rvm_log_path rvm_patches_path rvm_repos_path rvm_rubies_path rvm_scripts_path rvm_src_path rvm_tmp_path rvm_user_path rvm_usr_path rvm_wrappers_path rvm_stored_errexit rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_tag rvm_ruby_sha rvm_ruby_version rvm_ruby_package_file rvm_ruby_name rvm_ruby_name rvm_ruby_args rvm_ruby_user_tag rvm_ruby_patch detected_rvm_ruby_name __rvm_env_loaded next_token rvm_error_message rvm_gemset_name rvm_parse_break rvm_token rvm_action rvm_export_args rvm_gemset_separator rvm_expanding_aliases rvm_tar_command rvm_tar_options rvm_patch_original_pwd rvm_project_rvmrc rvm_archive_extension rvm_autoinstall_bundler_flag rvm_codesign_identity rvm_expected_gemset_name rvm_with_gems rvm_without_gems rvm_ignore_dotfiles_flag rvm_latest_binary_flag rvm_fuzzy_flag rvm_autolibs_flag rvm_autolibs_flag_number rvm_autolibs_flag_runner rvm_quiet_curl_flag rvm_max_time_flag rvm_error_clr rvm_warn_clr rvm_debug_clr rvm_notify_clr rvm_reset_clr rvm_error_color rvm_warn_color rvm_debug_color rvm_notify_color rvm_reset_color rvm_log_timestamp rvm_log_filesystem rvm_log_namelen) | |
+ 1381345789.661577000 /scripts/functions/environment : __variables_definition() 41 > __array_list=(rvm_patch_names rvm_ree_options rvm_autoconf_flags rvm_architectures) | |
+ 1381345789.667426000 /scripts/functions/environment : __variables_definition() 206 > case "${__method}" in | |
+ 1381345789.674315000 /scripts/functions/environment : __variables_definition() 45 > unset rvm_patch_names rvm_ree_options rvm_autoconf_flags rvm_architectures | |
+ 1381345789.681950000 /scripts/functions/environment : __variables_definition() 52 > unset rvm_head_flag rvm_ruby_selected_flag rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag rvm_18_flag rvm_19_flag rvm_20_flag rvm_21_flag rvm_force_autoconf_flag rvm_dump_environment_flag rvm_verbose_flag rvm_debug_flag rvm_trace_flag __array_start rvm_pretty_print_flag rvm_create_flag rvm_remove_flag rvm_movable_flag rvm_gemdir_flag rvm_reload_flag rvm_auto_reload_flag rvm_disable_binary_flag rvm_ignore_gemsets_flag rvm_skip_gemsets_flag rvm_install_on_use_flag rvm_remote_flag rvm_verify_downloads_flag rvm_skip_openssl_flag rvm_gems_cache_path rvm_gems_path rvm_man_path rvm_ruby_gem_path rvm_ruby_log_path rvm_gems_cache_path rvm_archives_path rvm_docs_path rvm_environments_path rvm_examples_path rvm_gems_path rvm_gemsets_path rvm_help_path rvm_hooks_path rvm_lib_path rvm_log_path rvm_patches_path rvm_repos_path rvm_rubies_path rvm_scripts_path rvm_src_path rvm_tmp_path rvm_user_path rvm_usr_path rvm_wrappers_path rvm_stored_errexit rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_tag rvm_ruby_sha rvm_ruby_version rvm_ruby_package_file rvm_ruby_name rvm_ruby_name rvm_ruby_args rvm_ruby_user_tag rvm_ruby_patch detected_rvm_ruby_name __rvm_env_loaded next_token rvm_error_message rvm_gemset_name rvm_parse_break rvm_token rvm_action rvm_export_args rvm_gemset_separator rvm_expanding_aliases rvm_tar_command rvm_tar_options rvm_patch_original_pwd rvm_project_rvmrc rvm_archive_extension rvm_autoinstall_bundler_flag rvm_codesign_identity rvm_expected_gemset_name rvm_with_gems rvm_without_gems rvm_ignore_dotfiles_flag rvm_latest_binary_flag rvm_fuzzy_flag rvm_autolibs_flag rvm_autolibs_flag_number rvm_autolibs_flag_runner rvm_quiet_curl_flag rvm_max_time_flag rvm_error_clr rvm_warn_clr rvm_debug_clr rvm_notify_clr rvm_reset_clr rvm_error_color rvm_warn_color rvm_debug_color rvm_notify_color rvm_reset_color rvm_log_timestamp rvm_log_filesystem rvm_log_namelen | |
+ 1381345789.688891000 /scripts/functions/environment : __rvm_teardown() 137 > builtin command -v __rvm_cleanup_download | |
+ 1381345789.695782000 /scripts/functions/environment : __rvm_teardown() 142 > return 0 | |
+ 1381345789.701738000 /scripts/cli : rvm() 1080 > (( __local_rvm_trace_flag > 0 )) | |
+ 1381345789.709472000 /scripts/cli : rvm() 1082 > set +o verbose | |
+ 1381345789.715278000 /scripts/cli : rvm() 1083 > set +o xtrace |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment