Created
October 2, 2012 00:53
-
-
Save jbourassa/3815533 to your computer and use it in GitHub Desktop.
Rvm info
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 debug | |
+/Users/jbourassa/.rvm/scripts/base:11> [[ -z 4.3.11 ]] | |
+/Users/jbourassa/.rvm/scripts/base:21> export __array_start rvm_path | |
+/Users/jbourassa/.rvm/scripts/base:26> [[ -n 4.3.11 ]] | |
+/Users/jbourassa/.rvm/scripts/base:28> __array_start=1 | |
+/Users/jbourassa/.rvm/scripts/base:33> (( 0 == 0 )) | |
+/Users/jbourassa/.rvm/scripts/base:35> [[ -n 022 ]] | |
+/Users/jbourassa/.rvm/scripts/base:36> rvm_rvmrc_files=( /etc/rvmrc /Users/jbourassa/.rvmrc ) | |
+/Users/jbourassa/.rvm/scripts/base:37> [[ -n /Users/jbourassa ]] | |
+/Users/jbourassa/.rvm/scripts/base:37> [[ /Users/jbourassa/.rvmrc -ef /Users/jbourassa/.rvmrc ]] | |
+/Users/jbourassa/.rvm/scripts/base:38> rvm_rvmrc_files+=( /Users/jbourassa/.rvmrc ) | |
+/Users/jbourassa/.rvm/scripts/base:41> rvmrc=/etc/rvmrc | |
+/Users/jbourassa/.rvm/scripts/base:43> [[ -f /etc/rvmrc ]] | |
+/Users/jbourassa/.rvm/scripts/base:41> rvmrc=/Users/jbourassa/.rvmrc | |
+/Users/jbourassa/.rvm/scripts/base:43> [[ -f /Users/jbourassa/.rvmrc ]] | |
+/Users/jbourassa/.rvm/scripts/base:41> rvmrc=/Users/jbourassa/.rvmrc | |
+/Users/jbourassa/.rvm/scripts/base:43> [[ -f /Users/jbourassa/.rvmrc ]] | |
+/Users/jbourassa/.rvm/scripts/base:58> unset rvm_rvmrc_files | |
+/Users/jbourassa/.rvm/scripts/base:61> export rvm_path | |
+/Users/jbourassa/.rvm/scripts/base:62> [[ -z /Users/jbourassa/.rvm ]] | |
+/Users/jbourassa/.rvm/scripts/base:74> true /Users/jbourassa/.rvm/scripts | |
+/Users/jbourassa/.rvm/scripts/base:77> source /Users/jbourassa/.rvm/scripts/initialize | |
+/Users/jbourassa/.rvm/scripts/initialize:3> : rvm_trace_flag:1 | |
+/Users/jbourassa/.rvm/scripts/initialize:4> (( rvm_trace_flag > 0 )) | |
+/Users/jbourassa/.rvm/scripts/initialize:6> set -o xtrace | |
+/Users/jbourassa/.rvm/scripts/initialize:9> [[ -z 4.3.11 ]] | |
+/Users/jbourassa/.rvm/scripts/initialize:21> [[ -n '' ]] | |
+/Users/jbourassa/.rvm/scripts/initialize:24> [[ -n 4.3.11 ]] | |
+/Users/jbourassa/.rvm/scripts/initialize:26> setopt extendedglob | |
+/Users/jbourassa/.rvm/scripts/initialize:27> setopt kshglob | |
+/Users/jbourassa/.rvm/scripts/initialize:28> setopt no_glob_subst | |
+/Users/jbourassa/.rvm/scripts/initialize:33> export __rvm_env_loaded | |
+/Users/jbourassa/.rvm/scripts/initialize:35> : __rvm_env_loaded:1: | |
+/Users/jbourassa/.rvm/scripts/initialize:37> : __rvm_env_loaded:2: | |
+/Users/jbourassa/.rvm/scripts/initialize:40> [[ -z /Users/jbourassa/.rvm/tmp ]] | |
+/Users/jbourassa/.rvm/scripts/initialize:40> (( __rvm_env_loaded == 1 )) | |
+/Users/jbourassa/.rvm/scripts/base:81> case (*[[:space:]]selector[[:space:]]*) | |
+/Users/jbourassa/.rvm/scripts/base:81> case (*) | |
+/Users/jbourassa/.rvm/scripts/base:86> source /Users/jbourassa/.rvm/scripts/selector | |
+/Users/jbourassa/.rvm/scripts/base:87> source /Users/jbourassa/.rvm/scripts/selector_gemsets | |
+/Users/jbourassa/.rvm/scripts/base:91> typeset -a scripts | |
+/Users/jbourassa/.rvm/scripts/base:92> scripts=( logging support utility init cleanup env rvmrc install environment gemset db bundler checksum ) | |
+/Users/jbourassa/.rvm/scripts/base:95> entry=logging | |
+/Users/jbourassa/.rvm/scripts/base:96> source /Users/jbourassa/.rvm/scripts/functions/logging | |
+/Users/jbourassa/.rvm/scripts/functions/logging:40> rvm_error_clr=+/Users/jbourassa/.rvm/scripts/functions/logging:40> /Users/jbourassa/.rvm/scripts/color red | |
+/Users/jbourassa/.rvm/scripts/functions/logging:40> rvm_error_clr='' | |
+/Users/jbourassa/.rvm/scripts/functions/logging:41> rvm_warn_clr=+/Users/jbourassa/.rvm/scripts/functions/logging:41> /Users/jbourassa/.rvm/scripts/color yellow | |
+/Users/jbourassa/.rvm/scripts/functions/logging:41> rvm_warn_clr='' | |
+/Users/jbourassa/.rvm/scripts/functions/logging:42> rvm_debug_clr=+/Users/jbourassa/.rvm/scripts/functions/logging:42> /Users/jbourassa/.rvm/scripts/color magenta | |
+/Users/jbourassa/.rvm/scripts/functions/logging:42> rvm_debug_clr='' | |
+/Users/jbourassa/.rvm/scripts/functions/logging:43> rvm_notify_clr=+/Users/jbourassa/.rvm/scripts/functions/logging:43> /Users/jbourassa/.rvm/scripts/color green | |
+/Users/jbourassa/.rvm/scripts/functions/logging:43> rvm_notify_clr='' | |
+/Users/jbourassa/.rvm/scripts/functions/logging:44> rvm_reset_clr=+/Users/jbourassa/.rvm/scripts/functions/logging:44> /Users/jbourassa/.rvm/scripts/color reset | |
+/Users/jbourassa/.rvm/scripts/functions/logging:44> rvm_reset_clr='' | |
+/Users/jbourassa/.rvm/scripts/base:95> entry=support | |
+/Users/jbourassa/.rvm/scripts/base:96> source /Users/jbourassa/.rvm/scripts/functions/support | |
+/Users/jbourassa/.rvm/scripts/functions/support:3> [[ -z tar ]] | |
+/Users/jbourassa/.rvm/scripts/functions/support:12> [[ ! " ${rvm_tar_options:-} " -regex-match " --no-same-owner " ]] | |
+/Users/jbourassa/.rvm/scripts/functions/support:13> GREP_OPTIONS='' grep -- --no-same-owner | |
+/Users/jbourassa/.rvm/scripts/base:95> entry=utility | |
+/Users/jbourassa/.rvm/scripts/base:96> source /Users/jbourassa/.rvm/scripts/functions/utility | |
+/Users/jbourassa/.rvm/scripts/base:95> entry=init | |
+/Users/jbourassa/.rvm/scripts/base:96> source /Users/jbourassa/.rvm/scripts/functions/init | |
+/Users/jbourassa/.rvm/scripts/base:95> entry=cleanup | |
+/Users/jbourassa/.rvm/scripts/base:96> source /Users/jbourassa/.rvm/scripts/functions/cleanup | |
+/Users/jbourassa/.rvm/scripts/base:95> entry=env | |
+/Users/jbourassa/.rvm/scripts/base:96> source /Users/jbourassa/.rvm/scripts/functions/env | |
+/Users/jbourassa/.rvm/scripts/base:95> entry=rvmrc | |
+/Users/jbourassa/.rvm/scripts/base:96> source /Users/jbourassa/.rvm/scripts/functions/rvmrc | |
+/Users/jbourassa/.rvm/scripts/functions/rvmrc:3> export escape_flag _first _second | |
+/Users/jbourassa/.rvm/scripts/functions/rvmrc:4> escape_flag=1 | |
+/Users/jbourassa/.rvm/scripts/functions/rvmrc:5> _first=1 | |
+/Users/jbourassa/.rvm/scripts/functions/rvmrc:6> _second=2 | |
+/Users/jbourassa/.rvm/scripts/base:95> entry=install | |
+/Users/jbourassa/.rvm/scripts/base:96> source /Users/jbourassa/.rvm/scripts/functions/install | |
+/Users/jbourassa/.rvm/scripts/base:95> entry=environment | |
+/Users/jbourassa/.rvm/scripts/base:96> source /Users/jbourassa/.rvm/scripts/functions/environment | |
+/Users/jbourassa/.rvm/scripts/base:95> entry=gemset | |
+/Users/jbourassa/.rvm/scripts/base:96> source /Users/jbourassa/.rvm/scripts/functions/gemset | |
+/Users/jbourassa/.rvm/scripts/base:95> entry=db | |
+/Users/jbourassa/.rvm/scripts/base:96> source /Users/jbourassa/.rvm/scripts/functions/db | |
+/Users/jbourassa/.rvm/scripts/base:95> entry=bundler | |
+/Users/jbourassa/.rvm/scripts/base:96> source /Users/jbourassa/.rvm/scripts/functions/bundler | |
+/Users/jbourassa/.rvm/scripts/base:95> entry=checksum | |
+/Users/jbourassa/.rvm/scripts/base:96> source /Users/jbourassa/.rvm/scripts/functions/checksum | |
+/Users/jbourassa/.rvm/scripts/base:98> unset scripts entry rvm_base_except | |
+__rvm_initialize:5> __rvm_clean_path | |
+__rvm_clean_path:2> export PATH | |
+__rvm_clean_path:3> typeset IFS _iterator_path | |
+__rvm_clean_path:4> typeset -a _old_path _new_path | |
+__rvm_clean_path:5> IFS=: | |
+__rvm_clean_path:6> _old_path=( ) | |
+__rvm_clean_path:7> __rvm_custom_separated_array _old_path : /Users/jbourassa/.rvm/gems/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/bin:/bin:/usr/local/bin:/usr/local/sbin:/usr/local/share/python:/usr/bin:/usr/sbin:/sbin:/Users/jbourassa/pear/bin:/usr/local/share/npm/bin | |
+__rvm_custom_separated_array:2> typeset IFS | |
+__rvm_custom_separated_array:3> IFS=: | |
+__rvm_custom_separated_array:4> [[ -n 4.3.11 ]] | |
+__rvm_custom_separated_array:5> eval '_old_path+=( ${=3} )' | |
+(eval):1> _old_path+=( /Users/jbourassa/.rvm/gems/ruby-1.9.3-p194/bin /Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin /Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/bin /Users/jbourassa/.rvm/bin /bin /usr/local/bin /usr/local/sbin /usr/local/share/python /usr/bin /usr/sbin /sbin /Users/jbourassa/pear/bin /usr/local/share/npm/bin ) | |
+__rvm_clean_path:9> _iterator_path=/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194/bin | |
+__rvm_clean_path:11> [[ ":${_new_path[*]}:" -regex-match :${_iterator_path}: ]] | |
+__rvm_clean_path:11> _new_path+=( /Users/jbourassa/.rvm/gems/ruby-1.9.3-p194/bin ) | |
+__rvm_clean_path:9> _iterator_path=/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin | |
+__rvm_clean_path:11> [[ ":${_new_path[*]}:" -regex-match :${_iterator_path}: ]] | |
+__rvm_clean_path:11> _new_path+=( /Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin ) | |
+__rvm_clean_path:9> _iterator_path=/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/bin | |
+__rvm_clean_path:11> [[ ":${_new_path[*]}:" -regex-match :${_iterator_path}: ]] | |
+__rvm_clean_path:11> _new_path+=( /Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/bin ) | |
+__rvm_clean_path:9> _iterator_path=/Users/jbourassa/.rvm/bin | |
+__rvm_clean_path:11> [[ ":${_new_path[*]}:" -regex-match :${_iterator_path}: ]] | |
+__rvm_clean_path:11> _new_path+=( /Users/jbourassa/.rvm/bin ) | |
+__rvm_clean_path:9> _iterator_path=/bin | |
+__rvm_clean_path:11> [[ ":${_new_path[*]}:" -regex-match :${_iterator_path}: ]] | |
+__rvm_clean_path:11> _new_path+=( /bin ) | |
+__rvm_clean_path:9> _iterator_path=/usr/local/bin | |
+__rvm_clean_path:11> [[ ":${_new_path[*]}:" -regex-match :${_iterator_path}: ]] | |
+__rvm_clean_path:11> _new_path+=( /usr/local/bin ) | |
+__rvm_clean_path:9> _iterator_path=/usr/local/sbin | |
+__rvm_clean_path:11> [[ ":${_new_path[*]}:" -regex-match :${_iterator_path}: ]] | |
+__rvm_clean_path:11> _new_path+=( /usr/local/sbin ) | |
+__rvm_clean_path:9> _iterator_path=/usr/local/share/python | |
+__rvm_clean_path:11> [[ ":${_new_path[*]}:" -regex-match :${_iterator_path}: ]] | |
+__rvm_clean_path:11> _new_path+=( /usr/local/share/python ) | |
+__rvm_clean_path:9> _iterator_path=/usr/bin | |
+__rvm_clean_path:11> [[ ":${_new_path[*]}:" -regex-match :${_iterator_path}: ]] | |
+__rvm_clean_path:11> _new_path+=( /usr/bin ) | |
+__rvm_clean_path:9> _iterator_path=/usr/sbin | |
+__rvm_clean_path:11> [[ ":${_new_path[*]}:" -regex-match :${_iterator_path}: ]] | |
+__rvm_clean_path:11> _new_path+=( /usr/sbin ) | |
+__rvm_clean_path:9> _iterator_path=/sbin | |
+__rvm_clean_path:11> [[ ":${_new_path[*]}:" -regex-match :${_iterator_path}: ]] | |
+__rvm_clean_path:11> _new_path+=( /sbin ) | |
+__rvm_clean_path:9> _iterator_path=/Users/jbourassa/pear/bin | |
+__rvm_clean_path:11> [[ ":${_new_path[*]}:" -regex-match :${_iterator_path}: ]] | |
+__rvm_clean_path:11> _new_path+=( /Users/jbourassa/pear/bin ) | |
+__rvm_clean_path:9> _iterator_path=/usr/local/share/npm/bin | |
+__rvm_clean_path:11> [[ ":${_new_path[*]}:" -regex-match :${_iterator_path}: ]] | |
+__rvm_clean_path:11> _new_path+=( /usr/local/share/npm/bin ) | |
+__rvm_clean_path:13> PATH=/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/bin:/bin:/usr/local/bin:/usr/local/sbin:/usr/local/share/python:/usr/bin:/usr/sbin:/sbin:/Users/jbourassa/pear/bin:/usr/local/share/npm/bin | |
+__rvm_clean_path:14> hash -r | |
+__rvm_initialize:6> __rvm_conditionally_add_bin_path | |
+__rvm_conditionally_add_bin_path:2> [[ ":${PATH}:" -regex-match ":${rvm_bin_path}:" ]] | |
+__rvm_initialize:7> export PATH | |
+__rvm_initialize:9> [[ ! -d /Users/jbourassa/.rvm/tmp ]] | |
+__rvm_initialize:14> return 0 | |
++ [[ -z '' ]] | |
++ export PS4 | |
++ PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
++ /scripts/base : 21 > export __array_start rvm_path | |
++ /scripts/base : 26 > [[ -n '' ]] | |
++ /scripts/base : 30 > __array_start=0 | |
++ /scripts/base : 33 > (( 0 == 0 )) | |
++ /scripts/base : 35 > [[ -n 022 ]] | |
++ /scripts/base : 36 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc") | |
++ /scripts/base : 37 > [[ -n /Users/jbourassa ]] | |
++ /scripts/base : 37 > [[ /Users/jbourassa/.rvmrc -ef /Users/jbourassa/.rvmrc ]] | |
++ /scripts/base : 38 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc") | |
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"' | |
++ /scripts/base : 43 > [[ -f /etc/rvmrc ]] | |
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"' | |
++ /scripts/base : 43 > [[ -f /Users/jbourassa/.rvmrc ]] | |
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"' | |
++ /scripts/base : 43 > [[ -f /Users/jbourassa/.rvmrc ]] | |
++ /scripts/base : 58 > unset rvm_rvmrc_files | |
++ /scripts/base : 61 > export rvm_path | |
++ /scripts/base : 62 > [[ -z /Users/jbourassa/.rvm ]] | |
++ /scripts/base : 74 > true /Users/jbourassa/.rvm/scripts | |
++ /scripts/base : 77 > source /Users/jbourassa/.rvm/scripts/initialize | |
+++ /scripts/initialize : 3 > : rvm_trace_flag:1 | |
+++ /scripts/initialize : 4 > (( rvm_trace_flag > 0 )) | |
+++ /scripts/initialize : 6 > set -o xtrace | |
+++ /scripts/initialize : 9 > [[ -z '' ]] | |
+++ /scripts/initialize : 14 > export PS4 | |
+++ /scripts/initialize : 15 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
+++ /scripts/initialize : 21 > [[ -n 3.2.48(1)-release ]] | |
+++ /scripts/initialize : 23 > shopt -s extglob | |
+++ /scripts/initialize : 33 > export __rvm_env_loaded | |
+++ /scripts/initialize : 35 > : __rvm_env_loaded:2: | |
+++ /scripts/initialize : 37 > : __rvm_env_loaded:3: | |
+++ /scripts/initialize : 40 > [[ -z /Users/jbourassa/.rvm/tmp ]] | |
+++ /scripts/initialize : 40 > (( __rvm_env_loaded == 1 )) | |
++ /scripts/base : 81 > case " ${rvm_base_except:-} " in | |
++ /scripts/base : 86 > source /Users/jbourassa/.rvm/scripts/selector | |
++ /scripts/base : 87 > source /Users/jbourassa/.rvm/scripts/selector_gemsets | |
++ /scripts/base : 91 > typeset -a scripts | |
++ /scripts/base : 94 > scripts=(logging support utility init cleanup env rvmrc install environment gemset db bundler checksum) | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/logging | |
++++ /scripts/functions/logging : 40 > /Users/jbourassa/.rvm/scripts/color red | |
+++ /scripts/functions/logging : 40 > rvm_error_clr='' | |
++++ /scripts/functions/logging : 41 > /Users/jbourassa/.rvm/scripts/color yellow | |
+++ /scripts/functions/logging : 41 > rvm_warn_clr='' | |
++++ /scripts/functions/logging : 42 > /Users/jbourassa/.rvm/scripts/color magenta | |
+++ /scripts/functions/logging : 42 > rvm_debug_clr='' | |
++++ /scripts/functions/logging : 43 > /Users/jbourassa/.rvm/scripts/color green | |
+++ /scripts/functions/logging : 43 > rvm_notify_clr='' | |
++++ /scripts/functions/logging : 44 > /Users/jbourassa/.rvm/scripts/color reset | |
+++ /scripts/functions/logging : 44 > rvm_reset_clr='' | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/support | |
+++ /scripts/functions/support : 3 > [[ -z tar ]] | |
+++ /scripts/functions/support : 12 > [[ ! =~ --no-same-owner ]] | |
+++ /scripts/functions/support : 13 > tar --help | |
+++ /scripts/functions/support : 13 > GREP_OPTIONS= | |
+++ /scripts/functions/support : 13 > grep -- --no-same-owner | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/utility | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/init | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/cleanup | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/env | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/rvmrc | |
+++ /scripts/functions/rvmrc : 3 > export escape_flag _first _second | |
+++ /scripts/functions/rvmrc : 4 > escape_flag=1 | |
+++ /scripts/functions/rvmrc : 5 > _first=0 | |
+++ /scripts/functions/rvmrc : 6 > _second=1 | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/install | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/environment | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/gemset | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/db | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/bundler | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/checksum | |
++ /scripts/base : 98 > unset scripts entry rvm_base_except | |
+ /scripts/info : 11 > source /Users/jbourassa/.rvm/scripts/version | |
+ /scripts/info : 197 > rvm_ruby_gem_home=/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194 | |
+ /scripts/info : 200 > [[ ! -d /Users/jbourassa/.rvm/gems/ruby-1.9.3-p194 ]] | |
+ /scripts/info : 206 > rvm_info= | |
+ /scripts/info : 207 > args=($*) | |
+ /scripts/info : 209 > ruby_strings=debug | |
+ /scripts/info : 210 > args[$__array_start]= | |
+ /scripts/info : 211 > args=(${args[@]}) | |
+ /scripts/info : 213 > sections= | |
+ /scripts/info : 214 > all_sections='system rvm ruby homes binaries environment' | |
+ /scripts/info : 219 > __rvm_string_match 'system rvm ruby homes binaries environment debug' '*debug*' | |
+ /scripts/functions/support : __rvm_string_match() 23 > typeset _string | |
+ /scripts/functions/support : __rvm_string_match() 24 > _string='system rvm ruby homes binaries environment debug' | |
+ /scripts/functions/support : __rvm_string_match() 25 > shift | |
+ /scripts/functions/support : __rvm_string_match() 26 > (( 1 )) | |
+ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in | |
+ /scripts/functions/support : __rvm_string_match() 29 > return 0 | |
+ /scripts/info : 221 > sections=debug | |
+ /scripts/info : 222 > ruby_strings= | |
+ /scripts/info : 226 > [[ -z debug ]] | |
+ /scripts/info : 231 > rvm_is_a_shell_function | |
+ /scripts/functions/utility : rvm_is_a_shell_function() 228 > typeset _message | |
+ /scripts/functions/utility : rvm_is_a_shell_function() 230 > (( 0 )) | |
+ /scripts/functions/utility : rvm_is_a_shell_function() 246 > return 0 | |
+ /scripts/info : 234 > [[ -z '' ]] | |
++ /scripts/info : 236 > __rvm_env_string | |
++ /scripts/functions/environment : __rvm_env_string() 5 > typeset _path _string | |
++ /scripts/functions/environment : __rvm_env_string() 7 > _path=/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194 | |
++ /scripts/functions/environment : __rvm_env_string() 9 > _string=ruby-1.9.3-p194 | |
++ /scripts/functions/environment : __rvm_env_string() 10 > _string=ruby-1.9.3-p194 | |
++ /scripts/functions/environment : __rvm_env_string() 12 > printf %b ruby-1.9.3-p194 | |
+ /scripts/info : 236 > printf %b '\nruby-1.9.3-p194:\n' | |
ruby-1.9.3-p194: | |
+ /scripts/info : 237 > info_sections | |
++ /scripts/info : info_sections() 188 > printf %b debug | |
+ /scripts/info : info_sections() 189 > for section in '$(printf "%b" "${sections//,/ }")' | |
+ /scripts/info : info_sections() 191 > rvm_info= | |
+ /scripts/info : info_sections() 192 > info_debug | |
++ /scripts/info : info_debug() 149 > __rvm_version | |
++ /scripts/version : __rvm_version() 17 > __rvm_meta | |
++ /scripts/version : __rvm_meta() 5 > rvm_meta_author='Wayne E. Seguin' | |
++ /scripts/version : __rvm_meta() 6 > [email protected] | |
++ /scripts/version : __rvm_meta() 10 > rvm_meta_authors=("Wayne E. Seguin <[email protected]>" "Michal Papis <[email protected]>") | |
++ /scripts/version : __rvm_meta() 11 > rvm_meta_website=https://rvm.io/ | |
++ /scripts/version : __rvm_meta() 12 > rvm_meta_version='1.16.6 (master)' | |
++ /scripts/version : __rvm_version() 19 > typeset IFS release | |
++ /scripts/version : __rvm_version() 20 > IFS=: | |
++ /scripts/version : __rvm_version() 21 > rvm_meta_authors='Wayne E. Seguin <[email protected]>:Michal Papis <[email protected]>' | |
++ /scripts/version : __rvm_version() 22 > rvm_meta_authors='Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]>' | |
++ /scripts/version : __rvm_version() 24 > echo -e '\nrvm 1.16.6 (master) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/]\n' | |
++ /scripts/info : info_debug() 149 > /Users/jbourassa/.rvm/scripts/info 1.9.3 '' | |
++ /scripts/base : 11 > [[ -z '' ]] | |
++ /scripts/base : 16 > export PS4 | |
++ /scripts/base : 17 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
++ /scripts/base : 21 > export __array_start rvm_path | |
++ /scripts/base : 26 > [[ -n '' ]] | |
++ /scripts/base : 30 > __array_start=0 | |
++ /scripts/base : 33 > (( 0 == 0 )) | |
++ /scripts/base : 35 > [[ -n 022 ]] | |
++ /scripts/base : 36 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc") | |
++ /scripts/base : 37 > [[ -n /Users/jbourassa ]] | |
++ /scripts/base : 37 > [[ /Users/jbourassa/.rvmrc -ef /Users/jbourassa/.rvmrc ]] | |
++ /scripts/base : 38 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc") | |
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"' | |
++ /scripts/base : 43 > [[ -f /etc/rvmrc ]] | |
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"' | |
++ /scripts/base : 43 > [[ -f /Users/jbourassa/.rvmrc ]] | |
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"' | |
++ /scripts/base : 43 > [[ -f /Users/jbourassa/.rvmrc ]] | |
++ /scripts/base : 58 > unset rvm_rvmrc_files | |
++ /scripts/base : 61 > export rvm_path | |
++ /scripts/base : 62 > [[ -z /Users/jbourassa/.rvm ]] | |
++ /scripts/base : 74 > true /Users/jbourassa/.rvm/scripts | |
++ /scripts/base : 77 > source /Users/jbourassa/.rvm/scripts/initialize | |
+++ /scripts/initialize : 3 > : rvm_trace_flag:1 | |
+++ /scripts/initialize : 4 > (( rvm_trace_flag > 0 )) | |
+++ /scripts/initialize : 6 > set -o xtrace | |
+++ /scripts/initialize : 9 > [[ -z '' ]] | |
+++ /scripts/initialize : 14 > export PS4 | |
+++ /scripts/initialize : 15 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
+++ /scripts/initialize : 21 > [[ -n 3.2.48(1)-release ]] | |
+++ /scripts/initialize : 23 > shopt -s extglob | |
+++ /scripts/initialize : 33 > export __rvm_env_loaded | |
+++ /scripts/initialize : 35 > : __rvm_env_loaded:3: | |
+++ /scripts/initialize : 37 > : __rvm_env_loaded:4: | |
+++ /scripts/initialize : 40 > [[ -z /Users/jbourassa/.rvm/tmp ]] | |
+++ /scripts/initialize : 40 > (( __rvm_env_loaded == 1 )) | |
++ /scripts/base : 81 > case " ${rvm_base_except:-} " in | |
++ /scripts/base : 86 > source /Users/jbourassa/.rvm/scripts/selector | |
++ /scripts/base : 87 > source /Users/jbourassa/.rvm/scripts/selector_gemsets | |
++ /scripts/base : 91 > typeset -a scripts | |
++ /scripts/base : 94 > scripts=(logging support utility init cleanup env rvmrc install environment gemset db bundler checksum) | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/logging | |
++++ /scripts/functions/logging : 40 > /Users/jbourassa/.rvm/scripts/color red | |
+++ /scripts/functions/logging : 40 > rvm_error_clr='' | |
++++ /scripts/functions/logging : 41 > /Users/jbourassa/.rvm/scripts/color yellow | |
+++ /scripts/functions/logging : 41 > rvm_warn_clr='' | |
++++ /scripts/functions/logging : 42 > /Users/jbourassa/.rvm/scripts/color magenta | |
+++ /scripts/functions/logging : 42 > rvm_debug_clr='' | |
++++ /scripts/functions/logging : 43 > /Users/jbourassa/.rvm/scripts/color green | |
+++ /scripts/functions/logging : 43 > rvm_notify_clr='' | |
++++ /scripts/functions/logging : 44 > /Users/jbourassa/.rvm/scripts/color reset | |
+++ /scripts/functions/logging : 44 > rvm_reset_clr='' | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/support | |
+++ /scripts/functions/support : 3 > [[ -z tar ]] | |
+++ /scripts/functions/support : 12 > [[ ! =~ --no-same-owner ]] | |
+++ /scripts/functions/support : 13 > tar --help | |
+++ /scripts/functions/support : 13 > GREP_OPTIONS= | |
+++ /scripts/functions/support : 13 > grep -- --no-same-owner | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/utility | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/init | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/cleanup | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/env | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/rvmrc | |
+++ /scripts/functions/rvmrc : 3 > export escape_flag _first _second | |
+++ /scripts/functions/rvmrc : 4 > escape_flag=1 | |
+++ /scripts/functions/rvmrc : 5 > _first=0 | |
+++ /scripts/functions/rvmrc : 6 > _second=1 | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/install | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/environment | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/gemset | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/db | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/bundler | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/checksum | |
++ /scripts/base : 98 > unset scripts entry rvm_base_except | |
+ /scripts/info : 11 > source /Users/jbourassa/.rvm/scripts/version | |
+ /scripts/info : 197 > rvm_ruby_gem_home=/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194 | |
+ /scripts/info : 200 > [[ ! -d /Users/jbourassa/.rvm/gems/ruby-1.9.3-p194 ]] | |
+ /scripts/info : 206 > rvm_info= | |
+ /scripts/info : 207 > args=($*) | |
+ /scripts/info : 209 > ruby_strings=1.9.3 | |
+ /scripts/info : 210 > args[$__array_start]= | |
+ /scripts/info : 211 > args=(${args[@]}) | |
+ /scripts/info : 213 > sections= | |
+ /scripts/info : 214 > all_sections='system rvm ruby homes binaries environment' | |
+ /scripts/info : 219 > __rvm_string_match 'system rvm ruby homes binaries environment debug' '*1.9.3*' | |
+ /scripts/functions/support : __rvm_string_match() 23 > typeset _string | |
+ /scripts/functions/support : __rvm_string_match() 24 > _string='system rvm ruby homes binaries environment debug' | |
+ /scripts/functions/support : __rvm_string_match() 25 > shift | |
+ /scripts/functions/support : __rvm_string_match() 26 > (( 1 )) | |
+ /scripts/functions/support : __rvm_string_match() 28 > case "${_string}" in | |
+ /scripts/functions/support : __rvm_string_match() 31 > shift | |
+ /scripts/functions/support : __rvm_string_match() 26 > (( 0 )) | |
+ /scripts/functions/support : __rvm_string_match() 33 > return 1 | |
+ /scripts/info : 226 > [[ -z '' ]] | |
+ /scripts/info : 228 > sections='system rvm ruby homes binaries environment' | |
+ /scripts/info : 231 > rvm_is_a_shell_function | |
+ /scripts/functions/utility : rvm_is_a_shell_function() 228 > typeset _message | |
+ /scripts/functions/utility : rvm_is_a_shell_function() 230 > (( 0 )) | |
+ /scripts/functions/utility : rvm_is_a_shell_function() 246 > return 0 | |
+ /scripts/info : 234 > [[ -z 1.9.3 ]] | |
+ /scripts/info : 239 > for ruby_string in '${ruby_strings//,/ }' | |
+ /scripts/info : 241 > __rvm_become 1.9.3 | |
+ /scripts/functions/environment : __rvm_become() 65 > typeset string rvm_rvmrc_flag | |
+ /scripts/functions/environment : __rvm_become() 66 > string=1.9.3 | |
+ /scripts/functions/environment : __rvm_become() 67 > rvm_rvmrc_flag=0 | |
+ /scripts/functions/environment : __rvm_become() 69 > [[ -n 1.9.3 ]] | |
+ /scripts/functions/environment : __rvm_become() 70 > rvm_ruby_string=1.9.3 | |
+ /scripts/functions/environment : __rvm_become() 71 > rvm_gemset_name= | |
+ /scripts/functions/environment : __rvm_become() 74 > __rvm_use | |
+ /scripts/selector : __rvm_use() 452 > typeset new_path binary full_binary_path rvm_ruby_gem_home | |
+ /scripts/selector : __rvm_use() 454 > __rvm_select | |
+ /scripts/selector : __rvm_select() 6 > true | |
+ /scripts/selector : __rvm_select() 7 > typeset _original_env_string | |
+ /scripts/selector : __rvm_select() 8 > _original_env_string= | |
+ /scripts/selector : __rvm_select() 11 > export -a rvm_configure_flags rvm_patch_names rvm_ree_options rvm_make_flags | |
+ /scripts/selector : __rvm_select() 12 > export GEM_HOME GEM_PATH MY_RUBY_HOME RUBY_VERSION IRBRC | |
+ /scripts/selector : __rvm_select() 13 > 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 rvm_architectures | |
+ /scripts/selector : __rvm_select() 15 > [[ -z 1.9.3 ]] | |
+ /scripts/selector : __rvm_select() 39 > __rvm_ruby_string | |
+ /scripts/selector : __rvm_ruby_string() 603 > typeset ruby_string gemset_name expanded_alias_name repo_url branch_name ruby_name | |
+ /scripts/selector : __rvm_ruby_string() 605 > __rvm_default_flags | |
+ /scripts/functions/env : __rvm_default_flags() 9 > true 0 0 | |
+ /scripts/selector : __rvm_ruby_string() 607 > rvm_expanding_aliases= | |
+ /scripts/selector : __rvm_ruby_string() 610 > true '' '' '' '' '' '' '' @ 1.9.3 0 0 | |
+ /scripts/selector : __rvm_ruby_string() 615 > echo 1.9.3 | |
+ /scripts/selector : __rvm_ruby_string() 615 > GREP_OPTIONS= | |
+ /scripts/selector : __rvm_ruby_string() 615 > grep @ | |
+ /scripts/selector : __rvm_ruby_string() 622 > (( rvm_expanding_aliases == 0 )) | |
+ /scripts/selector : __rvm_ruby_string() 623 > [[ -n 1.9.3 ]] | |
+ /scripts/selector : __rvm_ruby_string() 623 > [[ 1.9.3 != \s\y\s\t\e\m ]] | |
++ /scripts/selector : __rvm_ruby_string() 625 > /Users/jbourassa/.rvm/scripts/alias show 1.9.3 | |
+ /scripts/selector : __rvm_ruby_string() 625 > expanded_alias_name= | |
+ /scripts/selector : __rvm_ruby_string() 626 > [[ -n '' ]] | |
+ /scripts/selector : __rvm_ruby_string() 629 > [[ 1.9.3 == default ]] | |
+ /scripts/selector : __rvm_ruby_string() 636 > echo 1.9.3 | |
+ /scripts/selector : __rvm_ruby_string() 636 > GREP_OPTIONS= | |
+ /scripts/selector : __rvm_ruby_string() 636 > grep @ | |
+ /scripts/selector : __rvm_ruby_string() 642 > ruby_string=1.9.3 | |
+ /scripts/selector : __rvm_ruby_string() 643 > gemset_name= | |
+ /scripts/selector : __rvm_ruby_string() 644 > repo_url= | |
+ /scripts/selector : __rvm_ruby_string() 645 > branch_name= | |
+ /scripts/selector : __rvm_ruby_string() 646 > ruby_name= | |
+ /scripts/selector : __rvm_ruby_string() 648 > __rvm_unset_ruby_variables | |
+ /scripts/functions/env : __rvm_unset_ruby_variables() 21 > 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 | |
+ /scripts/functions/env : __rvm_unset_ruby_variables() 22 > __rvm_load_rvmrc | |
+ /scripts/functions/init : __rvm_load_rvmrc() 5 > typeset _file | |
+ /scripts/functions/init : __rvm_load_rvmrc() 6 > typeset -a rvm_rvmrc_files | |
+ /scripts/functions/init : __rvm_load_rvmrc() 7 > (( 0 == 1 )) | |
+ /scripts/functions/init : __rvm_load_rvmrc() 12 > [[ -n 022 ]] | |
+ /scripts/functions/init : __rvm_load_rvmrc() 14 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc") | |
+ /scripts/functions/init : __rvm_load_rvmrc() 15 > [[ -n /Users/jbourassa ]] | |
+ /scripts/functions/init : __rvm_load_rvmrc() 15 > [[ /Users/jbourassa/.rvmrc -ef /Users/jbourassa/.rvmrc ]] | |
+ /scripts/functions/init : __rvm_load_rvmrc() 16 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc") | |
+ /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"' | |
+ /scripts/functions/init : __rvm_load_rvmrc() 20 > [[ -s /etc/rvmrc ]] | |
+ /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"' | |
+ /scripts/functions/init : __rvm_load_rvmrc() 20 > [[ -s /Users/jbourassa/.rvmrc ]] | |
+ /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"' | |
+ /scripts/functions/init : __rvm_load_rvmrc() 20 > [[ -s /Users/jbourassa/.rvmrc ]] | |
+ /scripts/functions/init : __rvm_load_rvmrc() 35 > return 0 | |
+ /scripts/selector : __rvm_ruby_string() 650 > rvm_ruby_repo_url= | |
+ /scripts/selector : __rvm_ruby_string() 651 > rvm_ruby_repo_branch= | |
+ /scripts/selector : __rvm_ruby_string() 652 > rvm_ruby_name= | |
+ /scripts/selector : __rvm_ruby_string() 654 > [[ -n '' ]] | |
+ /scripts/selector : __rvm_ruby_string() 660 > strings=() | |
+ /scripts/selector : __rvm_ruby_string() 661 > __rvm_custom_separated_array strings - 1.9.3 | |
+ /scripts/functions/utility : __rvm_custom_separated_array() 340 > typeset IFS | |
+ /scripts/functions/utility : __rvm_custom_separated_array() 341 > IFS=- | |
+ /scripts/functions/utility : __rvm_custom_separated_array() 342 > [[ -n '' ]] | |
+ /scripts/functions/utility : __rvm_custom_separated_array() 344 > eval 'strings+=( $3 )' | |
++ /scripts/functions/utility : __rvm_custom_separated_array() 344 > strings+=($3) | |
+ /scripts/selector : __rvm_ruby_string() 663 > (( 1 == 0 )) | |
+ /scripts/selector : __rvm_ruby_string() 678 > for string in '${strings[@]}' | |
+ /scripts/selector : __rvm_ruby_string() 680 > case "$string" in | |
+ /scripts/selector : __rvm_ruby_string() 730 > [[ '' == \r\b\x ]] | |
+ /scripts/selector : __rvm_ruby_string() 743 > case "$string" in | |
+ /scripts/selector : __rvm_ruby_string() 745 > rvm_ruby_version=1.9.3 | |
+ /scripts/selector : __rvm_ruby_string() 746 > rvm_ruby_revision= | |
+ /scripts/selector : __rvm_ruby_string() 747 > rvm_ruby_tag= | |
+ /scripts/selector : __rvm_ruby_string() 851 > [[ -z '' ]] | |
+ /scripts/selector : __rvm_ruby_string() 854 > case "$rvm_ruby_version" in | |
+ /scripts/selector : __rvm_ruby_string() 855 > rvm_ruby_interpreter=ruby | |
+ /scripts/selector : __rvm_ruby_string() 867 > rvm_ruby_version=1.9.3 | |
+ /scripts/selector : __rvm_ruby_string() 868 > [[ -z 1.9.3 ]] | |
+ /scripts/selector : __rvm_ruby_string() 875 > [[ -z 1.9.3 ]] | |
+ /scripts/selector : __rvm_ruby_string() 879 > rvm_ruby_string=ruby-1.9.3 | |
+ /scripts/selector : __rvm_ruby_string() 882 > [[ ruby == \e\x\t ]] | |
+ /scripts/selector : __rvm_ruby_string() 886 > (( 0 == 1 )) | |
+ /scripts/selector : __rvm_ruby_string() 890 > [[ -n '' ]] | |
+ /scripts/selector : __rvm_ruby_string() 894 > [[ -n '' ]] | |
+ /scripts/selector : __rvm_ruby_string() 898 > [[ -n '' ]] | |
+ /scripts/selector : __rvm_ruby_string() 902 > [[ -n '' ]] | |
+ /scripts/selector : __rvm_ruby_string() 906 > [[ -n '' ]] | |
++ /scripts/selector : __rvm_ruby_string() 914 > __rvm_db ruby_1.9.3_patch_level | |
++ /scripts/functions/db : __rvm_db() 7 > typeset value key variable | |
++ /scripts/functions/db : __rvm_db() 9 > key=ruby_1.9.3_patch_level | |
++ /scripts/functions/db : __rvm_db() 10 > key=ruby_1.9.3_patch_level | |
++ /scripts/functions/db : __rvm_db() 11 > variable= | |
++ /scripts/functions/db : __rvm_db() 13 > [[ -f /Users/jbourassa/.rvm/user/db ]] | |
+++ /scripts/functions/db : __rvm_db() 14 > /Users/jbourassa/.rvm/scripts/db /Users/jbourassa/.rvm/user/db ruby_1.9.3_patch_level | |
++ /scripts/functions/db : __rvm_db() 14 > value= | |
++ /scripts/functions/db : __rvm_db() 17 > [[ -z '' ]] | |
+++ /scripts/functions/db : __rvm_db() 18 > /Users/jbourassa/.rvm/scripts/db /Users/jbourassa/.rvm/config/db ruby_1.9.3_patch_level | |
++ /scripts/functions/db : __rvm_db() 18 > value=194 | |
++ /scripts/functions/db : __rvm_db() 21 > [[ -n 194 ]] | |
++ /scripts/functions/db : __rvm_db() 22 > [[ -z '' ]] | |
++ /scripts/functions/db : __rvm_db() 23 > echo 194 | |
++ /scripts/functions/db : __rvm_db() 29 > return 0 | |
+ /scripts/selector : __rvm_ruby_string() 913 > patch_level=194 | |
+ /scripts/selector : __rvm_ruby_string() 915 > [[ -n 194 ]] | |
+ /scripts/selector : __rvm_ruby_string() 917 > case "$rvm_ruby_interpreter" in | |
+ /scripts/selector : __rvm_ruby_string() 924 > rvm_ruby_patch_level=p194 | |
+ /scripts/selector : __rvm_ruby_string() 930 > [[ -n p194 ]] | |
+ /scripts/selector : __rvm_ruby_string() 932 > rvm_ruby_patch_level=p194 | |
+ /scripts/selector : __rvm_ruby_string() 933 > rvm_ruby_patch_level=p194 | |
+ /scripts/selector : __rvm_ruby_string() 934 > rvm_ruby_string=ruby-1.9.3-p194 | |
+ /scripts/selector : __rvm_ruby_string() 936 > case "$rvm_ruby_interpreter" in | |
+ /scripts/selector : __rvm_ruby_string() 942 > rvm_ruby_string=ruby-1.9.3-p194 | |
+ /scripts/selector : __rvm_ruby_string() 943 > rvm_ruby_string=ruby-1.9.3-p194 | |
+ /scripts/selector : __rvm_ruby_string() 949 > [[ -n '' ]] | |
+ /scripts/selector : __rvm_ruby_string() 958 > detected_rvm_ruby_name= | |
+ /scripts/selector : __rvm_select() 41 > rvm_archive_extension=tar.gz | |
+ /scripts/selector : __rvm_select() 43 > [[ -z ruby ]] | |
+ /scripts/selector : __rvm_select() 48 > case "${rvm_ruby_interpreter:-missing}" in | |
+ /scripts/selector : __rvm_select() 274 > [[ -n p194 ]] | |
+ /scripts/selector : __rvm_select() 276 > rvm_ruby_package_file=ruby-1.9.3-p194 | |
+ /scripts/selector : __rvm_select() 277 > rvm_ruby_package_name=ruby-1.9.3-p194 | |
+ /scripts/selector : __rvm_select() 283 > [[ -z 1.9.3 ]] | |
++ /scripts/selector : __rvm_select() 287 > __rvm_db ruby_repo_url | |
++ /scripts/functions/db : __rvm_db() 7 > typeset value key variable | |
++ /scripts/functions/db : __rvm_db() 9 > key=ruby_repo_url | |
++ /scripts/functions/db : __rvm_db() 10 > key=ruby_repo_url | |
++ /scripts/functions/db : __rvm_db() 11 > variable= | |
++ /scripts/functions/db : __rvm_db() 13 > [[ -f /Users/jbourassa/.rvm/user/db ]] | |
+++ /scripts/functions/db : __rvm_db() 14 > /Users/jbourassa/.rvm/scripts/db /Users/jbourassa/.rvm/user/db ruby_repo_url | |
++ /scripts/functions/db : __rvm_db() 14 > value= | |
++ /scripts/functions/db : __rvm_db() 17 > [[ -z '' ]] | |
+++ /scripts/functions/db : __rvm_db() 18 > /Users/jbourassa/.rvm/scripts/db /Users/jbourassa/.rvm/config/db ruby_repo_url | |
++ /scripts/functions/db : __rvm_db() 18 > value=git://github.com/ruby/ruby.git | |
++ /scripts/functions/db : __rvm_db() 21 > [[ -n git://github.com/ruby/ruby.git ]] | |
++ /scripts/functions/db : __rvm_db() 22 > [[ -z '' ]] | |
++ /scripts/functions/db : __rvm_db() 23 > echo git://github.com/ruby/ruby.git | |
++ /scripts/functions/db : __rvm_db() 29 > return 0 | |
+ /scripts/selector : __rvm_select() 287 > rvm_ruby_repo_url=git://github.com/ruby/ruby.git | |
+ /scripts/selector : __rvm_select() 288 > (( 0 == 0 )) | |
+ /scripts/selector : __rvm_select() 290 > case "${rvm_ruby_version}" in | |
+ /scripts/selector : __rvm_select() 295 > rvm_archive_extension=tar.bz2 | |
+ /scripts/selector : __rvm_select() 340 > [[ -n 1.9.3 ]] | |
+ /scripts/selector : __rvm_select() 342 > case "$rvm_ruby_version" in | |
+ /scripts/selector : __rvm_select() 344 > rvm_ruby_release_version=1 | |
+ /scripts/selector : __rvm_select() 345 > rvm_ruby_major_version=1.9 | |
+ /scripts/selector : __rvm_select() 345 > rvm_ruby_major_version=9 | |
+ /scripts/selector : __rvm_select() 346 > rvm_ruby_minor_version=3 | |
+ /scripts/selector : __rvm_select() 356 > [[ ruby == ext ]] | |
+ /scripts/selector : __rvm_select() 362 > rvm_ruby_package_name=ruby-1.9.3-p194 | |
+ /scripts/selector : __rvm_select() 363 > rvm_ruby_home=/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194 | |
+ /scripts/selector : __rvm_select() 364 > rvm_ruby_irbrc=/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/.irbrc | |
+ /scripts/selector : __rvm_select() 365 > rvm_ruby_binary=/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/bin/ruby | |
+ /scripts/selector : __rvm_select() 369 > [[ maglev == \r\u\b\y ]] | |
+ /scripts/selector : __rvm_select() 375 > [[ system != \r\u\b\y ]] | |
+ /scripts/selector : __rvm_select() 377 > __rvm_gemset_select | |
+ /scripts/selector_gemsets : __rvm_gemset_select() 125 > __rvm_gemset_select_only | |
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 54 > rvm_ruby_gem_home=/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194 | |
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 56 > : rvm_ignore_gemsets_flag:0: | |
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 57 > (( rvm_ignore_gemsets_flag )) | |
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 63 > rvm_ruby_global_gems_path=/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global | |
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 65 > __rvm_gemset_handle_default | |
+ /scripts/selector_gemsets : __rvm_gemset_handle_default() 5 > rvm_gemset_name=@@ | |
+ /scripts/selector_gemsets : __rvm_gemset_handle_default() 6 > rvm_gemset_name=@@ | |
+ /scripts/selector_gemsets : __rvm_gemset_handle_default() 7 > rvm_gemset_name=@ | |
+ /scripts/selector_gemsets : __rvm_gemset_handle_default() 8 > rvm_gemset_name= | |
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 66 > [[ -z '' ]] | |
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 69 > [[ '' == \g\l\o\b\a\l ]] | |
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 73 > rvm_ruby_gem_path=/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194:/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global | |
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 77 > [[ -n '' ]] | |
+ /scripts/selector_gemsets : __rvm_gemset_select_only() 81 > rvm_env_string=ruby-1.9.3-p194 | |
+ /scripts/selector_gemsets : __rvm_gemset_select() 126 > __rvm_gemset_select_validation | |
+ /scripts/selector_gemsets : __rvm_gemset_select_validation() 88 > [[ ! -d /Users/jbourassa/.rvm/gems/ruby-1.9.3-p194 ]] | |
+ /scripts/selector_gemsets : __rvm_gemset_select_validation() 97 > (( 0 == 1 )) | |
+ /scripts/selector_gemsets : __rvm_gemset_select() 127 > __rvm_gemset_select_ensure | |
+ /scripts/selector_gemsets : __rvm_gemset_select_ensure() 105 > mkdir -p /Users/jbourassa/.rvm/gems/ruby-1.9.3-p194 | |
+ /scripts/selector_gemsets : __rvm_gemset_select_ensure() 107 > __rvm_using_gemset_globalcache | |
+ /scripts/functions/gemset : __rvm_using_gemset_globalcache() 21 > /Users/jbourassa/.rvm/scripts/db /Users/jbourassa/.rvm/user/db use_gemset_globalcache | |
+ /scripts/functions/gemset : __rvm_using_gemset_globalcache() 22 > GREP_OPTIONS= | |
+ /scripts/functions/gemset : __rvm_using_gemset_globalcache() 22 > grep '^true$' | |
+ /scripts/functions/gemset : __rvm_using_gemset_globalcache() 23 > return 1 | |
+ /scripts/selector : __rvm_select() 378 > case $? in | |
+ /scripts/selector : __rvm_select() 385 > rvm_ruby_selected_flag=1 | |
+ /scripts/selector : __rvm_select() 387 > [[ -d /Users/jbourassa/.rvm/log/ruby-1.9.3-p194 ]] | |
+ /scripts/selector : __rvm_select() 389 > mkdir -p /Users/jbourassa/.rvm/log/ruby-1.9.3-p194 | |
+ /scripts/selector : __rvm_select() 392 > rvm_ruby_interpreter=ruby | |
+ /scripts/selector : __rvm_use() 456 > [[ system == ruby ]] | |
+ /scripts/selector : __rvm_use() 460 > [[ ! -d /Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194 ]] | |
+ /scripts/selector : __rvm_use() 462 > [[ 0 -eq 1 ]] | |
+ /scripts/selector : __rvm_use() 467 > rvm_error 'ruby-1.9.3-p194 is not installed.' | |
+ /scripts/functions/logging : rvm_error() 48 > rvm_pretty_print stderr | |
+ /scripts/functions/logging : rvm_pretty_print() 17 > case "${rvm_pretty_print_flag:=auto}" in | |
+ /scripts/functions/logging : rvm_pretty_print() 22 > case "${TERM:-dumb}" in | |
+ /scripts/functions/logging : rvm_pretty_print() 25 > case "$1" in | |
+ /scripts/functions/logging : rvm_pretty_print() 27 > [[ -t 2 ]] | |
+ /scripts/functions/logging : rvm_pretty_print() 32 > return 0 | |
+ /scripts/functions/logging : rvm_error() 49 > printf %b 'ruby-1.9.3-p194 is not installed.\n' | |
ruby-1.9.3-p194 is not installed. | |
+ /scripts/selector : __rvm_use() 468 > rvm_log 'To install do: '\''rvm install ruby-1.9.3-p194'\''' | |
+ /scripts/functions/logging : rvm_log() 89 > rvm_pretty_print stdout | |
+ /scripts/functions/logging : rvm_pretty_print() 17 > case "${rvm_pretty_print_flag:=auto}" in | |
+ /scripts/functions/logging : rvm_pretty_print() 22 > case "${TERM:-dumb}" in | |
+ /scripts/functions/logging : rvm_pretty_print() 25 > case "$1" in | |
+ /scripts/functions/logging : rvm_pretty_print() 26 > [[ -t 1 ]] | |
+ /scripts/functions/logging : rvm_pretty_print() 26 > return 1 | |
+ /scripts/functions/logging : rvm_log() 91 > printf %b 'To install do: '\''rvm install ruby-1.9.3-p194'\''\n' | |
+ /scripts/selector : __rvm_use() 469 > export 'rvm_recommended_ruby=rvm install ruby-1.9.3-p194' | |
+ /scripts/selector : __rvm_use() 469 > rvm_recommended_ruby='rvm install ruby-1.9.3-p194' | |
+ /scripts/selector : __rvm_use() 470 > return 1 | |
+ /scripts/functions/environment : __rvm_become() 74 > return 1 | |
++ /scripts/info : 242 > __rvm_env_string | |
++ /scripts/functions/environment : __rvm_env_string() 5 > typeset _path _string | |
++ /scripts/functions/environment : __rvm_env_string() 7 > _path=/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194 | |
++ /scripts/functions/environment : __rvm_env_string() 9 > _string=ruby-1.9.3-p194 | |
++ /scripts/functions/environment : __rvm_env_string() 10 > _string=ruby-1.9.3-p194 | |
++ /scripts/functions/environment : __rvm_env_string() 12 > printf %b ruby-1.9.3-p194 | |
+ /scripts/info : 242 > printf %b '\nruby-1.9.3-p194:\n' | |
+ /scripts/info : 243 > info_sections | |
++ /scripts/info : info_sections() 188 > printf %b 'system rvm ruby homes binaries environment' | |
+ /scripts/info : info_sections() 189 > for section in '$(printf "%b" "${sections//,/ }")' | |
+ /scripts/info : info_sections() 191 > rvm_info= | |
+ /scripts/info : info_sections() 192 > info_system | |
++ /scripts/info : info_system() 34 > uname -a | |
++ /scripts/info : info_system() 34 > __rvm_system_path - | |
+++ /scripts/functions/utility : __rvm_system_path() 477 > __rvm_db rvm_remote_server_path | |
+++ /scripts/functions/db : __rvm_db() 7 > typeset value key variable | |
+++ /scripts/functions/db : __rvm_db() 9 > key=rvm_remote_server_path | |
+++ /scripts/functions/db : __rvm_db() 10 > key=rvm_remote_server_path | |
+++ /scripts/functions/db : __rvm_db() 11 > variable= | |
+++ /scripts/functions/db : __rvm_db() 13 > [[ -f /Users/jbourassa/.rvm/user/db ]] | |
++++ /scripts/functions/db : __rvm_db() 14 > /Users/jbourassa/.rvm/scripts/db /Users/jbourassa/.rvm/user/db rvm_remote_server_path | |
+++ /scripts/functions/db : __rvm_db() 14 > value= | |
+++ /scripts/functions/db : __rvm_db() 17 > [[ -z '' ]] | |
++++ /scripts/functions/db : __rvm_db() 18 > /Users/jbourassa/.rvm/scripts/db /Users/jbourassa/.rvm/config/db rvm_remote_server_path | |
+++ /scripts/functions/db : __rvm_db() 18 > value= | |
+++ /scripts/functions/db : __rvm_db() 21 > [[ -n '' ]] | |
+++ /scripts/functions/db : __rvm_db() 29 > return 0 | |
++ /scripts/functions/utility : __rvm_system_path() 477 > true '' | |
++ /scripts/functions/utility : __rvm_system_path() 478 > [[ -n '' ]] | |
++ /scripts/functions/utility : __rvm_system_path() 479 > __rvm_detect_system | |
++ /scripts/functions/utility : __rvm_detect_system() 392 > unset _system_type _system_name _system_version _system_arch | |
++ /scripts/functions/utility : __rvm_detect_system() 393 > export _system_type _system_name _system_version _system_arch | |
++ /scripts/functions/utility : __rvm_detect_system() 394 > _system_type=unknown | |
++ /scripts/functions/utility : __rvm_detect_system() 395 > _system_name=unknown | |
++ /scripts/functions/utility : __rvm_detect_system() 396 > _system_version=unknown | |
++ /scripts/functions/utility : __rvm_detect_system() 397 > _system_arch=unknown | |
++ /scripts/functions/utility : __rvm_detect_system() 398 > case "$(uname)" in | |
+++ /scripts/functions/utility : __rvm_detect_system() 398 > uname | |
++ /scripts/functions/utility : __rvm_detect_system() 459 > _system_type=darwin | |
++ /scripts/functions/utility : __rvm_detect_system() 460 > _system_name=osx | |
+++ /scripts/functions/utility : __rvm_detect_system() 461 > sw_vers -productVersion | |
++ /scripts/functions/utility : __rvm_detect_system() 461 > _system_version=10.8.2 | |
++ /scripts/functions/utility : __rvm_detect_system() 462 > _system_version=10.8 | |
+++ /scripts/functions/utility : __rvm_detect_system() 463 > uname -m | |
+++ /scripts/functions/utility : __rvm_detect_system() 463 > awk '{if($0~"x86_64")print "x86_64"; else print "i386";}' | |
++ /scripts/functions/utility : __rvm_detect_system() 463 > _system_arch=x86_64 | |
++ /scripts/functions/utility : __rvm_detect_system() 469 > _system_type=darwin | |
++ /scripts/functions/utility : __rvm_detect_system() 470 > _system_name=osx | |
++ /scripts/functions/utility : __rvm_detect_system() 471 > _system_version=10.8 | |
++ /scripts/functions/utility : __rvm_detect_system() 472 > _system_arch=x86_64 | |
++ /scripts/functions/utility : __rvm_system_path() 480 > rvm_remote_server_path=osx/10.8/x86_64 | |
++ /scripts/functions/utility : __rvm_system_path() 483 > [[ - == \- ]] | |
++ /scripts/functions/utility : __rvm_system_path() 484 > printf %b osx/10.8/x86_64 | |
++ /scripts/info : info_system() 34 > command -v bash | |
++ /scripts/info : info_system() 34 > version_for bash | |
++ /scripts/info : version_for() 15 > typeset binary | |
++ /scripts/info : version_for() 16 > binary=bash | |
++ /scripts/info : version_for() 18 > builtin command -v bash | |
++ /scripts/info : version_for() 20 > bash --version | |
++ /scripts/info : version_for() 20 > head -n1 | |
++ /scripts/info : info_system() 34 > command -v zsh | |
++ /scripts/info : info_system() 34 > version_for zsh | |
++ /scripts/info : version_for() 15 > typeset binary | |
++ /scripts/info : version_for() 16 > binary=zsh | |
++ /scripts/info : version_for() 18 > builtin command -v zsh | |
++ /scripts/info : version_for() 20 > zsh --version | |
++ /scripts/info : version_for() 20 > head -n1 | |
+ /scripts/info : info_system() 34 > rvm_info=' | |
system: | |
uname: "Darwin jbourassamba.local 12.2.0 Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64 x86_64" | |
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)" | |
' | |
+ /scripts/info : info_sections() 193 > printf %b ' | |
system: | |
uname: "Darwin jbourassamba.local 12.2.0 Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64 x86_64" | |
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)" | |
' | |
+ /scripts/info : info_sections() 189 > for section in '$(printf "%b" "${sections//,/ }")' | |
+ /scripts/info : info_sections() 191 > rvm_info= | |
+ /scripts/info : info_sections() 192 > info_rvm | |
+ /scripts/info : info_rvm() 48 > typeset installed_at years months days hours minutes seconds part | |
++ /scripts/info : info_rvm() 52 > __rvm_version | |
++ /scripts/info : info_rvm() 52 > tr '\n' ' ' | |
++ /scripts/version : __rvm_version() 17 > __rvm_meta | |
++ /scripts/version : __rvm_meta() 5 > rvm_meta_author='Wayne E. Seguin' | |
++ /scripts/info : info_rvm() 52 > __rvm_strip | |
++ /scripts/version : __rvm_meta() 6 > [email protected] | |
++ /scripts/version : __rvm_meta() 10 > rvm_meta_authors=("Wayne E. Seguin <[email protected]>" "Michal Papis <[email protected]>") | |
++ /scripts/functions/utility : __rvm_strip() 185 > sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//' -e 's/[[:space:]]\{1,\}/ /g' | |
++ /scripts/version : __rvm_meta() 11 > rvm_meta_website=https://rvm.io/ | |
++ /scripts/version : __rvm_meta() 12 > rvm_meta_version='1.16.6 (master)' | |
++ /scripts/version : __rvm_version() 19 > typeset IFS release | |
++ /scripts/version : __rvm_version() 20 > IFS=: | |
++ /scripts/version : __rvm_version() 21 > rvm_meta_authors='Wayne E. Seguin <[email protected]>:Michal Papis <[email protected]>' | |
++ /scripts/version : __rvm_version() 22 > rvm_meta_authors='Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]>' | |
++ /scripts/version : __rvm_version() 24 > echo -e '\nrvm 1.16.6 (master) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/]\n' | |
++ /scripts/functions/utility : __rvm_strip() 186 > return 0 | |
+ /scripts/info : info_rvm() 52 > rvm_info=' | |
rvm: | |
version: "rvm 1.16.6 (master) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/]" | |
' | |
+ /scripts/info : info_rvm() 53 > rvm_info=' | |
rvm: | |
version: "rvm 1.16.6 (master) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/]" | |
updated: "' | |
++ /scripts/info : info_rvm() 54 > cat /Users/jbourassa/.rvm/installed.at | |
+ /scripts/info : info_rvm() 54 > installed_at=1349138733 | |
+ /scripts/info : info_rvm() 56 > [[ -n 1349138733 ]] | |
+ /scripts/info : info_rvm() 56 > (( installed_at )) | |
++ /scripts/info : info_rvm() 58 > date +%s | |
+ /scripts/info : info_rvm() 58 > seconds=454 | |
+ /scripts/info : info_rvm() 60 > (( seconds )) | |
+ /scripts/info : info_rvm() 62 > minutes=7 | |
+ /scripts/info : info_rvm() 63 > hours=0 | |
+ /scripts/info : info_rvm() 64 > days=0 | |
+ /scripts/info : info_rvm() 65 > months=0 | |
+ /scripts/info : info_rvm() 66 > years=0 | |
+ /scripts/info : info_rvm() 67 > seconds=34 | |
+ /scripts/info : info_rvm() 68 > for part in year month day hour minute second | |
+ /scripts/info : info_rvm() 69 > eval 'rvm_info="${rvm_info}$(print_part ${years} year)"' | |
+++ /scripts/info : info_rvm() 69 > print_part 0 year | |
+++ /scripts/info : print_part() 39 > (( 0 )) | |
+++ /scripts/info : print_part() 39 > return | |
++ /scripts/info : info_rvm() 69 > rvm_info=' | |
rvm: | |
version: "rvm 1.16.6 (master) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/]" | |
updated: "' | |
+ /scripts/info : info_rvm() 68 > for part in year month day hour minute second | |
+ /scripts/info : info_rvm() 69 > eval 'rvm_info="${rvm_info}$(print_part ${months} month)"' | |
+++ /scripts/info : info_rvm() 69 > print_part 0 month | |
+++ /scripts/info : print_part() 39 > (( 0 )) | |
+++ /scripts/info : print_part() 39 > return | |
++ /scripts/info : info_rvm() 69 > rvm_info=' | |
rvm: | |
version: "rvm 1.16.6 (master) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/]" | |
updated: "' | |
+ /scripts/info : info_rvm() 68 > for part in year month day hour minute second | |
+ /scripts/info : info_rvm() 69 > eval 'rvm_info="${rvm_info}$(print_part ${days} day)"' | |
+++ /scripts/info : info_rvm() 69 > print_part 0 day | |
+++ /scripts/info : print_part() 39 > (( 0 )) | |
+++ /scripts/info : print_part() 39 > return | |
++ /scripts/info : info_rvm() 69 > rvm_info=' | |
rvm: | |
version: "rvm 1.16.6 (master) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/]" | |
updated: "' | |
+ /scripts/info : info_rvm() 68 > for part in year month day hour minute second | |
+ /scripts/info : info_rvm() 69 > eval 'rvm_info="${rvm_info}$(print_part ${hours} hour)"' | |
+++ /scripts/info : info_rvm() 69 > print_part 0 hour | |
+++ /scripts/info : print_part() 39 > (( 0 )) | |
+++ /scripts/info : print_part() 39 > return | |
++ /scripts/info : info_rvm() 69 > rvm_info=' | |
rvm: | |
version: "rvm 1.16.6 (master) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/]" | |
updated: "' | |
+ /scripts/info : info_rvm() 68 > for part in year month day hour minute second | |
+ /scripts/info : info_rvm() 69 > eval 'rvm_info="${rvm_info}$(print_part ${minutes} minute)"' | |
+++ /scripts/info : info_rvm() 69 > print_part 7 minute | |
+++ /scripts/info : print_part() 39 > (( 7 )) | |
+++ /scripts/info : print_part() 40 > typeset ret | |
+++ /scripts/info : print_part() 41 > ret='7 minute' | |
+++ /scripts/info : print_part() 42 > (( 7 == 1 )) | |
+++ /scripts/info : print_part() 42 > ret='7 minutes' | |
+++ /scripts/info : print_part() 43 > printf '7 minutes ' | |
++ /scripts/info : info_rvm() 69 > rvm_info=' | |
rvm: | |
version: "rvm 1.16.6 (master) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/]" | |
updated: "7 minutes ' | |
+ /scripts/info : info_rvm() 68 > for part in year month day hour minute second | |
+ /scripts/info : info_rvm() 69 > eval 'rvm_info="${rvm_info}$(print_part ${seconds} second)"' | |
+++ /scripts/info : info_rvm() 69 > print_part 34 second | |
+++ /scripts/info : print_part() 39 > (( 34 )) | |
+++ /scripts/info : print_part() 40 > typeset ret | |
+++ /scripts/info : print_part() 41 > ret='34 second' | |
+++ /scripts/info : print_part() 42 > (( 34 == 1 )) | |
+++ /scripts/info : print_part() 42 > ret='34 seconds' | |
+++ /scripts/info : print_part() 43 > printf '34 seconds ' | |
++ /scripts/info : info_rvm() 69 > rvm_info=' | |
rvm: | |
version: "rvm 1.16.6 (master) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/]" | |
updated: "7 minutes 34 seconds ' | |
+ /scripts/info : info_rvm() 71 > rvm_info=' | |
rvm: | |
version: "rvm 1.16.6 (master) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/]" | |
updated: "7 minutes 34 seconds ago' | |
+ /scripts/info : info_rvm() 78 > rvm_info=' | |
rvm: | |
version: "rvm 1.16.6 (master) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/]" | |
updated: "7 minutes 34 seconds ago"\n' | |
+ /scripts/info : info_sections() 193 > printf %b ' | |
rvm: | |
version: "rvm 1.16.6 (master) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/]" | |
updated: "7 minutes 34 seconds ago"\n' | |
+ /scripts/info : info_sections() 189 > for section in '$(printf "%b" "${sections//,/ }")' | |
+ /scripts/info : info_sections() 191 > rvm_info= | |
+ /scripts/info : info_sections() 192 > info_ruby | |
++ /scripts/info : info_ruby() 83 > __rvm_env_string | |
++ /scripts/functions/environment : __rvm_env_string() 5 > typeset _path _string | |
++ /scripts/functions/environment : __rvm_env_string() 7 > _path=/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194 | |
++ /scripts/functions/environment : __rvm_env_string() 9 > _string=ruby-1.9.3-p194 | |
++ /scripts/functions/environment : __rvm_env_string() 10 > _string=ruby-1.9.3-p194 | |
++ /scripts/functions/environment : __rvm_env_string() 12 > printf %b ruby-1.9.3-p194 | |
+ /scripts/info : info_ruby() 83 > [[ ruby-1.9.3-p194 == \s\y\s\t\e\m ]] | |
++ /scripts/info : info_ruby() 84 > builtin command -v ruby | |
+ /scripts/info : info_ruby() 84 > ruby=/usr/bin/ruby | |
+ /scripts/info : info_ruby() 86 > [[ 0 -eq 0 ]] | |
+ /scripts/info : info_ruby() 86 > [[ -x /usr/bin/ruby ]] | |
++ /scripts/info : info_ruby() 88 > /usr/bin/ruby -v | |
+ /scripts/info : info_ruby() 88 > full_version='ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]' | |
++ /scripts/info : info_ruby() 98 > printf %b 'ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]' | |
++ /scripts/info : info_ruby() 98 > awk '{print $1}' | |
++ /scripts/info : info_ruby() 98 > printf %b 'ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]' | |
++ /scripts/info : info_ruby() 98 > awk '{print $2}' | |
++ /scripts/info : info_ruby() 98 > printf %b 'ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]' | |
++ /scripts/info : info_ruby() 98 > sed 's/^.*(\([0-9]\{4\}\(-[0-9][0-9]\)\{2\}\).*$/\1/' | |
++ /scripts/info : info_ruby() 98 > printf %b 'ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]' | |
++ /scripts/info : info_ruby() 98 > sed 's/^.*\[//' | |
++ /scripts/info : info_ruby() 98 > sed 's/\].*$//' | |
++ /scripts/info : info_ruby() 98 > printf %b 'ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]' | |
++ /scripts/info : info_ruby() 98 > sed 's/^.*(//' | |
++ /scripts/info : info_ruby() 98 > sed 's/).*$//' | |
+ /scripts/info : info_ruby() 98 > rvm_info=' | |
ruby: | |
interpreter: "ruby" | |
version: "1.8.7" | |
date: "2012-02-08" | |
platform: "universal-darwin12.0" | |
patchlevel: "2012-02-08 patchlevel 358" | |
full_version: "ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]" | |
' | |
+ /scripts/info : info_sections() 193 > printf %b ' | |
ruby: | |
interpreter: "ruby" | |
version: "1.8.7" | |
date: "2012-02-08" | |
platform: "universal-darwin12.0" | |
patchlevel: "2012-02-08 patchlevel 358" | |
full_version: "ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]" | |
' | |
+ /scripts/info : info_sections() 189 > for section in '$(printf "%b" "${sections//,/ }")' | |
+ /scripts/info : info_sections() 191 > rvm_info= | |
+ /scripts/info : info_sections() 192 > info_homes | |
+ /scripts/info : info_homes() 108 > rvm_info=' | |
homes: | |
gem: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194" | |
ruby: "/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194" | |
' | |
+ /scripts/info : info_sections() 193 > printf %b ' | |
homes: | |
gem: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194" | |
ruby: "/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194" | |
' | |
+ /scripts/info : info_sections() 189 > for section in '$(printf "%b" "${sections//,/ }")' | |
+ /scripts/info : info_sections() 191 > rvm_info= | |
+ /scripts/info : info_sections() 192 > info_binaries | |
++ /scripts/info : info_binaries() 119 > command -v ruby | |
++ /scripts/info : info_binaries() 119 > command -v irb | |
++ /scripts/info : info_binaries() 119 > command -v gem | |
++ /scripts/info : info_binaries() 119 > command -v rake | |
+ /scripts/info : info_binaries() 119 > rvm_info=' | |
binaries: | |
ruby: "/usr/bin/ruby" | |
irb: "/usr/bin/irb" | |
gem: "/usr/bin/gem" | |
rake: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin/rake" | |
' | |
+ /scripts/info : info_sections() 193 > printf %b ' | |
binaries: | |
ruby: "/usr/bin/ruby" | |
irb: "/usr/bin/irb" | |
gem: "/usr/bin/gem" | |
rake: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin/rake" | |
' | |
+ /scripts/info : info_sections() 189 > for section in '$(printf "%b" "${sections//,/ }")' | |
+ /scripts/info : info_sections() 191 > rvm_info= | |
+ /scripts/info : info_sections() 192 > info_environment | |
++ /scripts/info : info_environment() 133 > __rvm_current_gemset | |
++ /scripts/functions/gemset : __rvm_current_gemset() 6 > typeset current_gemset | |
++ /scripts/functions/gemset : __rvm_current_gemset() 7 > current_gemset=/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194 | |
++ /scripts/functions/gemset : __rvm_current_gemset() 10 > current_gemset=/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194 | |
++ /scripts/functions/gemset : __rvm_current_gemset() 12 > [[ /Users/jbourassa/.rvm/gems/ruby-1.9.3-p194 == \/\U\s\e\r\s\/\j\b\o\u\r\a\s\s\a\/\.\r\v\m\/\g\e\m\s\/\r\u\b\y\-\1\.\9\.\3\-\p\1\9\4 ]] | |
++ /scripts/functions/gemset : __rvm_current_gemset() 13 > echo '' | |
+ /scripts/info : info_environment() 133 > rvm_info=' | |
environment: | |
PATH: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/bin:/bin:/usr/local/bin:/usr/local/sbin:/usr/local/share/python:/usr/bin:/usr/sbin:/sbin:/Users/jbourassa/pear/bin:/usr/local/share/npm/bin" | |
GEM_HOME: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194" | |
GEM_PATH: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194:/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global" | |
MY_RUBY_HOME: "/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194" | |
IRBRC: "/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/.irbrc" | |
RUBYOPT: "" | |
gemset: ""\n | |
' | |
+ /scripts/info : info_environment() 134 > [[ -n '' ]] | |
+ /scripts/info : info_environment() 137 > rvm_info=' | |
environment: | |
PATH: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/bin:/bin:/usr/local/bin:/usr/local/sbin:/usr/local/share/python:/usr/bin:/usr/sbin:/sbin:/Users/jbourassa/pear/bin:/usr/local/share/npm/bin" | |
GEM_HOME: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194" | |
GEM_PATH: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194:/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global" | |
MY_RUBY_HOME: "/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194" | |
IRBRC: "/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/.irbrc" | |
RUBYOPT: "" | |
gemset: ""\n | |
\n' | |
+ /scripts/info : info_sections() 193 > printf %b ' | |
environment: | |
PATH: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/bin:/bin:/usr/local/bin:/usr/local/sbin:/usr/local/share/python:/usr/bin:/usr/sbin:/sbin:/Users/jbourassa/pear/bin:/usr/local/share/npm/bin" | |
GEM_HOME: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194" | |
GEM_PATH: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194:/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global" | |
MY_RUBY_HOME: "/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194" | |
IRBRC: "/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/.irbrc" | |
RUBYOPT: "" | |
gemset: ""\n | |
\n' | |
++ /scripts/info : info_debug() 149 > printf %b /Users/jbourassa/.rvm/gems/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/bin:/bin:/usr/local/bin:/usr/local/sbin:/usr/local/share/python:/usr/bin:/usr/sbin:/sbin:/Users/jbourassa/pear/bin:/usr/local/share/npm/bin | |
++ /scripts/info : info_debug() 149 > awk -F: '{print $1":"$2":"$3":"$4":"$5}' | |
++ /scripts/info : info_debug() 149 > uname -a | |
++ /scripts/info : info_debug() 149 > ls -la /Users/jbourassa/.rvm /Users/jbourassa/.rvm/rubies | |
+ /scripts/info : info_debug() 149 > rvm_info=' | |
rvm 1.16.6 (master) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/] | |
ruby-1.9.3-p194: | |
system: | |
uname: "Darwin jbourassamba.local 12.2.0 Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64 x86_64" | |
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.16.6 (master) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/]" | |
updated: "7 minutes 34 seconds ago" | |
ruby: | |
interpreter: "ruby" | |
version: "1.8.7" | |
date: "2012-02-08" | |
platform: "universal-darwin12.0" | |
patchlevel: "2012-02-08 patchlevel 358" | |
full_version: "ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]" | |
homes: | |
gem: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194" | |
ruby: "/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194" | |
binaries: | |
ruby: "/usr/bin/ruby" | |
irb: "/usr/bin/irb" | |
gem: "/usr/bin/gem" | |
rake: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin/rake" | |
environment: | |
PATH: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/bin:/bin:/usr/local/bin:/usr/local/sbin:/usr/local/share/python:/usr/bin:/usr/sbin:/sbin:/Users/jbourassa/pear/bin:/usr/local/share/npm/bin" | |
GEM_HOME: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194" | |
GEM_PATH: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194:/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global" | |
MY_RUBY_HOME: "/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194" | |
IRBRC: "/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/.irbrc" | |
RUBYOPT: "" | |
gemset: "" | |
PATH:\n/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/bin:/bin | |
uname -a: Darwin jbourassamba.local 12.2.0 Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64 x86_64 | |
permissions: /Users/jbourassa/.rvm: | |
total 56 | |
drwxr-xr-x 29 jbourassa staff 986 1 Oct 20:45 . | |
drwxr-xr-x+ 44 jbourassa staff 1496 1 Oct 20:53 .. | |
-rw-r--r-- 1 jbourassa staff 566 1 Oct 20:45 LICENCE | |
-rw-r--r-- 1 jbourassa staff 8677 1 Oct 20:45 README | |
-rw-r--r-- 1 jbourassa staff 7 1 Oct 20:45 RELEASE | |
-rw-r--r-- 1 jbourassa staff 7 1 Oct 20:45 VERSION | |
drwxr-xr-x 6 jbourassa staff 204 1 Oct 20:39 archives | |
drwxr-xr-x 30 jbourassa staff 1020 1 Oct 20:50 bin | |
drwxr-xr-x 11 jbourassa staff 374 1 Oct 20:50 config | |
drwxr-xr-x 6 jbourassa staff 204 1 Oct 18:53 contrib | |
drwxr-xr-x 4 jbourassa staff 136 1 Oct 20:50 environments | |
drwxr-xr-x 3 jbourassa staff 102 1 Oct 18:53 examples | |
drwxr-xr-x 5 jbourassa staff 170 1 Oct 20:11 gems | |
drwxr-xr-x 5 jbourassa staff 170 1 Oct 20:45 gemsets | |
drwxr-xr-x 47 jbourassa staff 1598 1 Oct 18:53 help | |
drwxr-xr-x 7 jbourassa staff 238 1 Oct 18:53 hooks | |
-rw-r--r-- 1 jbourassa staff 11 1 Oct 20:45 installed.at | |
drwxr-xr-x 4 jbourassa staff 136 1 Oct 18:53 lib | |
drwxr-xr-x 5 jbourassa staff 170 1 Oct 20:41 log | |
drwxr-xr-x 3 jbourassa staff 102 1 Oct 18:53 man | |
drwxr-xr-x 9 jbourassa staff 306 1 Oct 18:53 patches | |
drwxr-xr-x 4 jbourassa staff 136 1 Oct 20:45 patchsets | |
drwxr-xr-x 2 jbourassa staff 68 1 Oct 20:50 rubies | |
drwxr-xr-x 60 jbourassa staff 2040 1 Oct 18:53 scripts | |
drwxr-xr-x 5 jbourassa staff 170 1 Oct 20:39 src | |
drwxr-xr-x 2 jbourassa staff 68 1 Oct 18:53 tmp | |
drwxr-xr-x 7 jbourassa staff 238 1 Oct 20:50 user | |
drwxr-xr-x 6 jbourassa staff 204 1 Oct 20:41 usr | |
drwxr-xr-x 4 jbourassa staff 136 1 Oct 20:50 wrappers | |
/Users/jbourassa/.rvm/rubies: | |
total 0 | |
drwxr-xr-x 2 jbourassa staff 68 1 Oct 20:50 . | |
drwxr-xr-x 29 jbourassa staff 986 1 Oct 20:45 .. | |
' | |
++ /scripts/info : info_debug() 151 > uname | |
+ /scripts/info : info_debug() 151 > [[ Darwin == \D\a\r\w\i\n ]] | |
++ /scripts/info : info_debug() 161 > uname -r | |
++ /scripts/info : info_debug() 161 > uname -m | |
++ /scripts/info : info_debug() 161 > sw_vers | |
++ /scripts/info : info_debug() 161 > tr '\n' , | |
++ /scripts/info : info_debug() 161 > /usr/bin/basename -a '/Developer/SDKs/*' | |
++ /scripts/info : info_debug() 161 > tr '\n' , | |
+ /scripts/info : info_debug() 161 > rvm_info=' | |
rvm 1.16.6 (master) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/] | |
ruby-1.9.3-p194: | |
system: | |
uname: "Darwin jbourassamba.local 12.2.0 Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64 x86_64" | |
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.16.6 (master) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/]" | |
updated: "7 minutes 34 seconds ago" | |
ruby: | |
interpreter: "ruby" | |
version: "1.8.7" | |
date: "2012-02-08" | |
platform: "universal-darwin12.0" | |
patchlevel: "2012-02-08 patchlevel 358" | |
full_version: "ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]" | |
homes: | |
gem: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194" | |
ruby: "/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194" | |
binaries: | |
ruby: "/usr/bin/ruby" | |
irb: "/usr/bin/irb" | |
gem: "/usr/bin/gem" | |
rake: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin/rake" | |
environment: | |
PATH: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/bin:/bin:/usr/local/bin:/usr/local/sbin:/usr/local/share/python:/usr/bin:/usr/sbin:/sbin:/Users/jbourassa/pear/bin:/usr/local/share/npm/bin" | |
GEM_HOME: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194" | |
GEM_PATH: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194:/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global" | |
MY_RUBY_HOME: "/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194" | |
IRBRC: "/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/.irbrc" | |
RUBYOPT: "" | |
gemset: "" | |
PATH:\n/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/bin:/bin | |
uname -a: Darwin jbourassamba.local 12.2.0 Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64 x86_64 | |
permissions: /Users/jbourassa/.rvm: | |
total 56 | |
drwxr-xr-x 29 jbourassa staff 986 1 Oct 20:45 . | |
drwxr-xr-x+ 44 jbourassa staff 1496 1 Oct 20:53 .. | |
-rw-r--r-- 1 jbourassa staff 566 1 Oct 20:45 LICENCE | |
-rw-r--r-- 1 jbourassa staff 8677 1 Oct 20:45 README | |
-rw-r--r-- 1 jbourassa staff 7 1 Oct 20:45 RELEASE | |
-rw-r--r-- 1 jbourassa staff 7 1 Oct 20:45 VERSION | |
drwxr-xr-x 6 jbourassa staff 204 1 Oct 20:39 archives | |
drwxr-xr-x 30 jbourassa staff 1020 1 Oct 20:50 bin | |
drwxr-xr-x 11 jbourassa staff 374 1 Oct 20:50 config | |
drwxr-xr-x 6 jbourassa staff 204 1 Oct 18:53 contrib | |
drwxr-xr-x 4 jbourassa staff 136 1 Oct 20:50 environments | |
drwxr-xr-x 3 jbourassa staff 102 1 Oct 18:53 examples | |
drwxr-xr-x 5 jbourassa staff 170 1 Oct 20:11 gems | |
drwxr-xr-x 5 jbourassa staff 170 1 Oct 20:45 gemsets | |
drwxr-xr-x 47 jbourassa staff 1598 1 Oct 18:53 help | |
drwxr-xr-x 7 jbourassa staff 238 1 Oct 18:53 hooks | |
-rw-r--r-- 1 jbourassa staff 11 1 Oct 20:45 installed.at | |
drwxr-xr-x 4 jbourassa staff 136 1 Oct 18:53 lib | |
drwxr-xr-x 5 jbourassa staff 170 1 Oct 20:41 log | |
drwxr-xr-x 3 jbourassa staff 102 1 Oct 18:53 man | |
drwxr-xr-x 9 jbourassa staff 306 1 Oct 18:53 patches | |
drwxr-xr-x 4 jbourassa staff 136 1 Oct 20:45 patchsets | |
drwxr-xr-x 2 jbourassa staff 68 1 Oct 20:50 rubies | |
drwxr-xr-x 60 jbourassa staff 2040 1 Oct 18:53 scripts | |
drwxr-xr-x 5 jbourassa staff 170 1 Oct 20:39 src | |
drwxr-xr-x 2 jbourassa staff 68 1 Oct 18:53 tmp | |
drwxr-xr-x 7 jbourassa staff 238 1 Oct 20:50 user | |
drwxr-xr-x 6 jbourassa staff 204 1 Oct 20:41 usr | |
drwxr-xr-x 4 jbourassa staff 136 1 Oct 20:50 wrappers | |
/Users/jbourassa/.rvm/rubies: | |
total 0 | |
drwxr-xr-x 2 jbourassa staff 68 1 Oct 20:50 . | |
drwxr-xr-x 29 jbourassa staff 986 1 Oct 20:45 .. | |
uname -r: 12.2.0 | |
uname -m: x86_64 | |
sw_vers: ProductName: Mac OS X,ProductVersion: 10.8.2,BuildVersion: 12C54, | |
ARCHFLAGS: | |
LDFLAGS: | |
CFLAGS: | |
/Developer/SDKs/*:*, | |
' | |
+ /scripts/info : info_debug() 163 > for file_name in '"$HOME/.bashrc"' '"$HOME/.bash_profile"' '"$HOME/.zshenv"' | |
+ /scripts/info : info_debug() 166 > [[ -s /Users/jbourassa/.bashrc ]] | |
+ /scripts/info : info_debug() 163 > for file_name in '"$HOME/.bashrc"' '"$HOME/.bash_profile"' '"$HOME/.zshenv"' | |
+ /scripts/info : info_debug() 166 > [[ -s /Users/jbourassa/.bash_profile ]] | |
+ /scripts/info : info_debug() 163 > for file_name in '"$HOME/.bashrc"' '"$HOME/.bash_profile"' '"$HOME/.zshenv"' | |
+ /scripts/info : info_debug() 166 > [[ -s /Users/jbourassa/.zshenv ]] | |
++ /scripts/info : info_debug() 168 > GREP_OPTIONS= | |
++ /scripts/info : info_debug() 168 > grep rvm /Users/jbourassa/.zshenv | |
+ /scripts/info : info_debug() 168 > rvm_info=' | |
rvm 1.16.6 (master) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/] | |
ruby-1.9.3-p194: | |
system: | |
uname: "Darwin jbourassamba.local 12.2.0 Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64 x86_64" | |
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.16.6 (master) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/]" | |
updated: "7 minutes 34 seconds ago" | |
ruby: | |
interpreter: "ruby" | |
version: "1.8.7" | |
date: "2012-02-08" | |
platform: "universal-darwin12.0" | |
patchlevel: "2012-02-08 patchlevel 358" | |
full_version: "ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]" | |
homes: | |
gem: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194" | |
ruby: "/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194" | |
binaries: | |
ruby: "/usr/bin/ruby" | |
irb: "/usr/bin/irb" | |
gem: "/usr/bin/gem" | |
rake: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin/rake" | |
environment: | |
PATH: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/bin:/bin:/usr/local/bin:/usr/local/sbin:/usr/local/share/python:/usr/bin:/usr/sbin:/sbin:/Users/jbourassa/pear/bin:/usr/local/share/npm/bin" | |
GEM_HOME: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194" | |
GEM_PATH: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194:/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global" | |
MY_RUBY_HOME: "/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194" | |
IRBRC: "/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/.irbrc" | |
RUBYOPT: "" | |
gemset: "" | |
PATH:\n/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/bin:/bin | |
uname -a: Darwin jbourassamba.local 12.2.0 Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64 x86_64 | |
permissions: /Users/jbourassa/.rvm: | |
total 56 | |
drwxr-xr-x 29 jbourassa staff 986 1 Oct 20:45 . | |
drwxr-xr-x+ 44 jbourassa staff 1496 1 Oct 20:53 .. | |
-rw-r--r-- 1 jbourassa staff 566 1 Oct 20:45 LICENCE | |
-rw-r--r-- 1 jbourassa staff 8677 1 Oct 20:45 README | |
-rw-r--r-- 1 jbourassa staff 7 1 Oct 20:45 RELEASE | |
-rw-r--r-- 1 jbourassa staff 7 1 Oct 20:45 VERSION | |
drwxr-xr-x 6 jbourassa staff 204 1 Oct 20:39 archives | |
drwxr-xr-x 30 jbourassa staff 1020 1 Oct 20:50 bin | |
drwxr-xr-x 11 jbourassa staff 374 1 Oct 20:50 config | |
drwxr-xr-x 6 jbourassa staff 204 1 Oct 18:53 contrib | |
drwxr-xr-x 4 jbourassa staff 136 1 Oct 20:50 environments | |
drwxr-xr-x 3 jbourassa staff 102 1 Oct 18:53 examples | |
drwxr-xr-x 5 jbourassa staff 170 1 Oct 20:11 gems | |
drwxr-xr-x 5 jbourassa staff 170 1 Oct 20:45 gemsets | |
drwxr-xr-x 47 jbourassa staff 1598 1 Oct 18:53 help | |
drwxr-xr-x 7 jbourassa staff 238 1 Oct 18:53 hooks | |
-rw-r--r-- 1 jbourassa staff 11 1 Oct 20:45 installed.at | |
drwxr-xr-x 4 jbourassa staff 136 1 Oct 18:53 lib | |
drwxr-xr-x 5 jbourassa staff 170 1 Oct 20:41 log | |
drwxr-xr-x 3 jbourassa staff 102 1 Oct 18:53 man | |
drwxr-xr-x 9 jbourassa staff 306 1 Oct 18:53 patches | |
drwxr-xr-x 4 jbourassa staff 136 1 Oct 20:45 patchsets | |
drwxr-xr-x 2 jbourassa staff 68 1 Oct 20:50 rubies | |
drwxr-xr-x 60 jbourassa staff 2040 1 Oct 18:53 scripts | |
drwxr-xr-x 5 jbourassa staff 170 1 Oct 20:39 src | |
drwxr-xr-x 2 jbourassa staff 68 1 Oct 18:53 tmp | |
drwxr-xr-x 7 jbourassa staff 238 1 Oct 20:50 user | |
drwxr-xr-x 6 jbourassa staff 204 1 Oct 20:41 usr | |
drwxr-xr-x 4 jbourassa staff 136 1 Oct 20:50 wrappers | |
/Users/jbourassa/.rvm/rubies: | |
total 0 | |
drwxr-xr-x 2 jbourassa staff 68 1 Oct 20:50 . | |
drwxr-xr-x 29 jbourassa staff 986 1 Oct 20:45 .. | |
uname -r: 12.2.0 | |
uname -m: x86_64 | |
sw_vers: ProductName: Mac OS X,ProductVersion: 10.8.2,BuildVersion: 12C54, | |
ARCHFLAGS: | |
LDFLAGS: | |
CFLAGS: | |
/Developer/SDKs/*:*, | |
\n/Users/jbourassa/.zshenv:\n[[ -s $HOME/.rvm/scripts/rvm ]] && source $HOME/.rvm/scripts/rvm | |
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting' | |
+ /scripts/info : info_debug() 172 > (( 1 == 0 )) | |
+ /scripts/info : info_debug() 174 > debug_files=("$rvm_path/config/alias" "$rvm_path/config/system" "$rvm_path/config/db" "$HOME/.rvmrc" "$HOME/.gemrc") | |
+ /scripts/info : info_debug() 176 > for file_name in '"${debug_files[@]}"' | |
+ /scripts/info : info_debug() 179 > [[ -f /Users/jbourassa/.rvm/config/alias ]] | |
+ /scripts/info : info_debug() 179 > [[ -s /Users/jbourassa/.rvm/config/alias ]] | |
+ /scripts/info : info_debug() 176 > for file_name in '"${debug_files[@]}"' | |
+ /scripts/info : info_debug() 179 > [[ -f /Users/jbourassa/.rvm/config/system ]] | |
+ /scripts/info : info_debug() 176 > for file_name in '"${debug_files[@]}"' | |
+ /scripts/info : info_debug() 179 > [[ -f /Users/jbourassa/.rvm/config/db ]] | |
+ /scripts/info : info_debug() 179 > [[ -s /Users/jbourassa/.rvm/config/db ]] | |
++ /scripts/info : info_debug() 181 > awk '!/assword|_key/' /Users/jbourassa/.rvm/config/db | |
+ /scripts/info : info_debug() 181 > rvm_info=' | |
rvm 1.16.6 (master) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/] | |
ruby-1.9.3-p194: | |
system: | |
uname: "Darwin jbourassamba.local 12.2.0 Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64 x86_64" | |
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.16.6 (master) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/]" | |
updated: "7 minutes 34 seconds ago" | |
ruby: | |
interpreter: "ruby" | |
version: "1.8.7" | |
date: "2012-02-08" | |
platform: "universal-darwin12.0" | |
patchlevel: "2012-02-08 patchlevel 358" | |
full_version: "ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]" | |
homes: | |
gem: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194" | |
ruby: "/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194" | |
binaries: | |
ruby: "/usr/bin/ruby" | |
irb: "/usr/bin/irb" | |
gem: "/usr/bin/gem" | |
rake: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin/rake" | |
environment: | |
PATH: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/bin:/bin:/usr/local/bin:/usr/local/sbin:/usr/local/share/python:/usr/bin:/usr/sbin:/sbin:/Users/jbourassa/pear/bin:/usr/local/share/npm/bin" | |
GEM_HOME: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194" | |
GEM_PATH: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194:/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global" | |
MY_RUBY_HOME: "/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194" | |
IRBRC: "/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/.irbrc" | |
RUBYOPT: "" | |
gemset: "" | |
PATH:\n/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/bin:/bin | |
uname -a: Darwin jbourassamba.local 12.2.0 Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64 x86_64 | |
permissions: /Users/jbourassa/.rvm: | |
total 56 | |
drwxr-xr-x 29 jbourassa staff 986 1 Oct 20:45 . | |
drwxr-xr-x+ 44 jbourassa staff 1496 1 Oct 20:53 .. | |
-rw-r--r-- 1 jbourassa staff 566 1 Oct 20:45 LICENCE | |
-rw-r--r-- 1 jbourassa staff 8677 1 Oct 20:45 README | |
-rw-r--r-- 1 jbourassa staff 7 1 Oct 20:45 RELEASE | |
-rw-r--r-- 1 jbourassa staff 7 1 Oct 20:45 VERSION | |
drwxr-xr-x 6 jbourassa staff 204 1 Oct 20:39 archives | |
drwxr-xr-x 30 jbourassa staff 1020 1 Oct 20:50 bin | |
drwxr-xr-x 11 jbourassa staff 374 1 Oct 20:50 config | |
drwxr-xr-x 6 jbourassa staff 204 1 Oct 18:53 contrib | |
drwxr-xr-x 4 jbourassa staff 136 1 Oct 20:50 environments | |
drwxr-xr-x 3 jbourassa staff 102 1 Oct 18:53 examples | |
drwxr-xr-x 5 jbourassa staff 170 1 Oct 20:11 gems | |
drwxr-xr-x 5 jbourassa staff 170 1 Oct 20:45 gemsets | |
drwxr-xr-x 47 jbourassa staff 1598 1 Oct 18:53 help | |
drwxr-xr-x 7 jbourassa staff 238 1 Oct 18:53 hooks | |
-rw-r--r-- 1 jbourassa staff 11 1 Oct 20:45 installed.at | |
drwxr-xr-x 4 jbourassa staff 136 1 Oct 18:53 lib | |
drwxr-xr-x 5 jbourassa staff 170 1 Oct 20:41 log | |
drwxr-xr-x 3 jbourassa staff 102 1 Oct 18:53 man | |
drwxr-xr-x 9 jbourassa staff 306 1 Oct 18:53 patches | |
drwxr-xr-x 4 jbourassa staff 136 1 Oct 20:45 patchsets | |
drwxr-xr-x 2 jbourassa staff 68 1 Oct 20:50 rubies | |
drwxr-xr-x 60 jbourassa staff 2040 1 Oct 18:53 scripts | |
drwxr-xr-x 5 jbourassa staff 170 1 Oct 20:39 src | |
drwxr-xr-x 2 jbourassa staff 68 1 Oct 18:53 tmp | |
drwxr-xr-x 7 jbourassa staff 238 1 Oct 20:50 user | |
drwxr-xr-x 6 jbourassa staff 204 1 Oct 20:41 usr | |
drwxr-xr-x 4 jbourassa staff 136 1 Oct 20:50 wrappers | |
/Users/jbourassa/.rvm/rubies: | |
total 0 | |
drwxr-xr-x 2 jbourassa staff 68 1 Oct 20:50 . | |
drwxr-xr-x 29 jbourassa staff 986 1 Oct 20:45 .. | |
uname -r: 12.2.0 | |
uname -m: x86_64 | |
sw_vers: ProductName: Mac OS X,ProductVersion: 10.8.2,BuildVersion: 12C54, | |
ARCHFLAGS: | |
LDFLAGS: | |
CFLAGS: | |
/Developer/SDKs/*:*, | |
\n/Users/jbourassa/.zshenv:\n[[ -s $HOME/.rvm/scripts/rvm ]] && source $HOME/.rvm/scripts/rvm | |
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting\n/Users/jbourassa/.rvm/config/db \(filtered\):\n#General | |
niceness=0 | |
# Rubies | |
interpreter=ruby | |
ruby_version=1.9.3 | |
ruby_configure_flags=--enable-shared --disable-install-doc | |
ruby_patchlevel=194 | |
ruby_configure=--enable-shared | |
tcs_repo_url=git://github.com/thecodeshop/ruby.git | |
tcs_repo_branch=trunk | |
ruby_repo_url=git://github.com/ruby/ruby.git | |
ruby_1.0_url=http://ftp.ruby-lang.org/pub/ruby/1.0 | |
ruby_1.2_url=http://ftp.ruby-lang.org/pub/ruby/1.2 | |
ruby_1.3_url=http://ftp.ruby-lang.org/pub/ruby/1.3 | |
ruby_1.4_url=http://ftp.ruby-lang.org/pub/ruby/1.4 | |
ruby_1.5_url=http://ftp.ruby-lang.org/pub/ruby/1.5 | |
ruby_1.6_url=http://ftp.ruby-lang.org/pub/ruby/1.6 | |
ruby_1.7_url=http://ftp.ruby-lang.org/pub/ruby/1.7 | |
ruby_1.8_url=http://ftp.ruby-lang.org/pub/ruby/1.8 | |
ruby_1.9_url=http://ftp.ruby-lang.org/pub/ruby/1.9 | |
ruby_2.0_url=http://ftp.ruby-lang.org/pub/ruby/2.0 | |
ruby_1.9.3_patch_level=194 | |
ruby_1.9.2_patch_level=320 | |
ruby_1.9.1_patch_level=431 | |
ruby_1.8.7_patch_level=370 | |
ruby_1.8.6_patch_level=420 | |
ruby_1.8.5_patch_level=231 | |
rubygems_url=http://production.cf.rubygems.org/rubygems | |
rubygems_repo_url=git://github.com/rubygems/rubygems.git | |
rubygems_version=latest-1.8 | |
# ruby_1.9.3_head_rubygems_version=1.8.5 | |
rbx_version=head | |
rbx_1.0.0_patch_level=20100514 | |
rbx_1.0.1_patch_level=20100603 | |
rbx_1.1.0_patch_level=20100923 | |
rbx_1.1.1_patch_level=20101116 | |
rbx_1.2.0_patch_level=20101221 | |
rbx_1.2.1_patch_level=20110215 | |
rbx_1.2.2_patch_level=20110222 | |
rbx_1.2.3_patch_level=20110315 | |
rbx_1.2.4_patch_level=20110705 | |
rbx_url=http://asset.rubini.us | |
rubinius_repo_url=git://github.com/rubinius/rubinius.git | |
ree_version=1.8.7 | |
ree_configure_flags=--dont-install-useful-gems --no-dev-docs | |
ree_1.8.6_patch_level=20090610 | |
ree_1.8.6_url=http://rubyforge.org/frs/download.php/58677 | |
ree_1.8.6_repo_url=git://github.com/FooBarWidget/rubyenterpriseedition.git | |
ree_1.8.7_url=http://rubyenterpriseedition.googlecode.com/files | |
ree_1.8.7_repo_url=git://github.com/FooBarWidget/rubyenterpriseedition187-330 | |
ree_1.8.7_patch_level=2012.02 | |
ree_1.8.7_2010.02_url=http://rubyforge.org/frs/download.php/71096 | |
kiji_repo_url=git://github.com/twitter/rubyenterpriseedition187-248.git | |
kiji_version=head | |
jruby_version=1.6.8 | |
jruby_repo_url=git://github.com/jruby/jruby.git | |
jruby_url=http://jruby.org.s3.amazonaws.com/downloads | |
macruby_version=0.12 | |
macruby_nightly_version=0.13 | |
macruby_0.10_url=http://macruby.macosforge.org/files | |
macruby_url=https://github.com/downloads/MacRuby/MacRuby | |
macruby_repo_url=git://github.com/MacRuby/MacRuby.git | |
macruby_nightly_url=http://macruby.macosforge.org/files/nightlies/macruby_nightly-latest.pkg | |
maglev_version=head | |
maglev_url=http://glass-downloads.gemstone.com/maglev | |
maglev_repo_url=git://github.com/MagLev/maglev.git | |
ironruby_version=1.0 | |
ironruby_repo_url=git://github.com/ironruby/ironruby.git | |
ironruby_1.0_url=http://rubyforge.org/frs/download.php/70179/ | |
rvm_remote_server_url=https://rvm.io/binaries | |
# rvm_remote_server_path=gentoo/ec2-2013.09/amd64 | |
# Packages | |
readline_url=http://ftp.gnu.org/gnu/readline | |
libiconv_url=http://ftp.gnu.org/pub/gnu/libiconv | |
curl_url=http://curl.haxx.se/download | |
openssl_url=http://www.openssl.org/source | |
openssl_version=1.0.1c | |
zlib_url=http://prdownloads.sourceforge.net/libpng | |
autoconf_url=http://ftp.gnu.org/gnu/autoconf | |
ncurses_url=http://ftp.gnu.org/pub/gnu/ncurses | |
pkg-config_url=http://pkgconfig.freedesktop.org/releases | |
gettext_url=http://ftp.gnu.org/pub/gnu/gettext | |
libxml2_url=ftp://xmlsoft.org/libxml2 | |
libxslt_url=ftp://xmlsoft.org/libxslt | |
yaml_url=https://rvm.io/src | |
glib_url=http://ftp.gnome.org/pub/gnome/sources/glib/2.23 | |
mono_url=http://ftp.novell.com/pub/mono/sources/mono | |
llvm_url=https://llvm.org/svn/llvm-project/llvm/trunk\n' | |
+ /scripts/info : info_debug() 176 > for file_name in '"${debug_files[@]}"' | |
+ /scripts/info : info_debug() 179 > [[ -f /Users/jbourassa/.rvmrc ]] | |
+ /scripts/info : info_debug() 176 > for file_name in '"${debug_files[@]}"' | |
+ /scripts/info : info_debug() 179 > [[ -f /Users/jbourassa/.gemrc ]] | |
+ /scripts/info : info_debug() 179 > [[ -s /Users/jbourassa/.gemrc ]] | |
++ /scripts/info : info_debug() 181 > awk '!/assword|_key/' /Users/jbourassa/.gemrc | |
+ /scripts/info : info_debug() 181 > rvm_info=' | |
rvm 1.16.6 (master) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/] | |
ruby-1.9.3-p194: | |
system: | |
uname: "Darwin jbourassamba.local 12.2.0 Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64 x86_64" | |
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.16.6 (master) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/]" | |
updated: "7 minutes 34 seconds ago" | |
ruby: | |
interpreter: "ruby" | |
version: "1.8.7" | |
date: "2012-02-08" | |
platform: "universal-darwin12.0" | |
patchlevel: "2012-02-08 patchlevel 358" | |
full_version: "ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]" | |
homes: | |
gem: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194" | |
ruby: "/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194" | |
binaries: | |
ruby: "/usr/bin/ruby" | |
irb: "/usr/bin/irb" | |
gem: "/usr/bin/gem" | |
rake: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin/rake" | |
environment: | |
PATH: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/bin:/bin:/usr/local/bin:/usr/local/sbin:/usr/local/share/python:/usr/bin:/usr/sbin:/sbin:/Users/jbourassa/pear/bin:/usr/local/share/npm/bin" | |
GEM_HOME: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194" | |
GEM_PATH: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194:/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global" | |
MY_RUBY_HOME: "/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194" | |
IRBRC: "/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/.irbrc" | |
RUBYOPT: "" | |
gemset: "" | |
PATH:\n/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/bin:/bin | |
uname -a: Darwin jbourassamba.local 12.2.0 Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64 x86_64 | |
permissions: /Users/jbourassa/.rvm: | |
total 56 | |
drwxr-xr-x 29 jbourassa staff 986 1 Oct 20:45 . | |
drwxr-xr-x+ 44 jbourassa staff 1496 1 Oct 20:53 .. | |
-rw-r--r-- 1 jbourassa staff 566 1 Oct 20:45 LICENCE | |
-rw-r--r-- 1 jbourassa staff 8677 1 Oct 20:45 README | |
-rw-r--r-- 1 jbourassa staff 7 1 Oct 20:45 RELEASE | |
-rw-r--r-- 1 jbourassa staff 7 1 Oct 20:45 VERSION | |
drwxr-xr-x 6 jbourassa staff 204 1 Oct 20:39 archives | |
drwxr-xr-x 30 jbourassa staff 1020 1 Oct 20:50 bin | |
drwxr-xr-x 11 jbourassa staff 374 1 Oct 20:50 config | |
drwxr-xr-x 6 jbourassa staff 204 1 Oct 18:53 contrib | |
drwxr-xr-x 4 jbourassa staff 136 1 Oct 20:50 environments | |
drwxr-xr-x 3 jbourassa staff 102 1 Oct 18:53 examples | |
drwxr-xr-x 5 jbourassa staff 170 1 Oct 20:11 gems | |
drwxr-xr-x 5 jbourassa staff 170 1 Oct 20:45 gemsets | |
drwxr-xr-x 47 jbourassa staff 1598 1 Oct 18:53 help | |
drwxr-xr-x 7 jbourassa staff 238 1 Oct 18:53 hooks | |
-rw-r--r-- 1 jbourassa staff 11 1 Oct 20:45 installed.at | |
drwxr-xr-x 4 jbourassa staff 136 1 Oct 18:53 lib | |
drwxr-xr-x 5 jbourassa staff 170 1 Oct 20:41 log | |
drwxr-xr-x 3 jbourassa staff 102 1 Oct 18:53 man | |
drwxr-xr-x 9 jbourassa staff 306 1 Oct 18:53 patches | |
drwxr-xr-x 4 jbourassa staff 136 1 Oct 20:45 patchsets | |
drwxr-xr-x 2 jbourassa staff 68 1 Oct 20:50 rubies | |
drwxr-xr-x 60 jbourassa staff 2040 1 Oct 18:53 scripts | |
drwxr-xr-x 5 jbourassa staff 170 1 Oct 20:39 src | |
drwxr-xr-x 2 jbourassa staff 68 1 Oct 18:53 tmp | |
drwxr-xr-x 7 jbourassa staff 238 1 Oct 20:50 user | |
drwxr-xr-x 6 jbourassa staff 204 1 Oct 20:41 usr | |
drwxr-xr-x 4 jbourassa staff 136 1 Oct 20:50 wrappers | |
/Users/jbourassa/.rvm/rubies: | |
total 0 | |
drwxr-xr-x 2 jbourassa staff 68 1 Oct 20:50 . | |
drwxr-xr-x 29 jbourassa staff 986 1 Oct 20:45 .. | |
uname -r: 12.2.0 | |
uname -m: x86_64 | |
sw_vers: ProductName: Mac OS X,ProductVersion: 10.8.2,BuildVersion: 12C54, | |
ARCHFLAGS: | |
LDFLAGS: | |
CFLAGS: | |
/Developer/SDKs/*:*, | |
\n/Users/jbourassa/.zshenv:\n[[ -s $HOME/.rvm/scripts/rvm ]] && source $HOME/.rvm/scripts/rvm | |
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting\n/Users/jbourassa/.rvm/config/db \(filtered\):\n#General | |
niceness=0 | |
# Rubies | |
interpreter=ruby | |
ruby_version=1.9.3 | |
ruby_configure_flags=--enable-shared --disable-install-doc | |
ruby_patchlevel=194 | |
ruby_configure=--enable-shared | |
tcs_repo_url=git://github.com/thecodeshop/ruby.git | |
tcs_repo_branch=trunk | |
ruby_repo_url=git://github.com/ruby/ruby.git | |
ruby_1.0_url=http://ftp.ruby-lang.org/pub/ruby/1.0 | |
ruby_1.2_url=http://ftp.ruby-lang.org/pub/ruby/1.2 | |
ruby_1.3_url=http://ftp.ruby-lang.org/pub/ruby/1.3 | |
ruby_1.4_url=http://ftp.ruby-lang.org/pub/ruby/1.4 | |
ruby_1.5_url=http://ftp.ruby-lang.org/pub/ruby/1.5 | |
ruby_1.6_url=http://ftp.ruby-lang.org/pub/ruby/1.6 | |
ruby_1.7_url=http://ftp.ruby-lang.org/pub/ruby/1.7 | |
ruby_1.8_url=http://ftp.ruby-lang.org/pub/ruby/1.8 | |
ruby_1.9_url=http://ftp.ruby-lang.org/pub/ruby/1.9 | |
ruby_2.0_url=http://ftp.ruby-lang.org/pub/ruby/2.0 | |
ruby_1.9.3_patch_level=194 | |
ruby_1.9.2_patch_level=320 | |
ruby_1.9.1_patch_level=431 | |
ruby_1.8.7_patch_level=370 | |
ruby_1.8.6_patch_level=420 | |
ruby_1.8.5_patch_level=231 | |
rubygems_url=http://production.cf.rubygems.org/rubygems | |
rubygems_repo_url=git://github.com/rubygems/rubygems.git | |
rubygems_version=latest-1.8 | |
# ruby_1.9.3_head_rubygems_version=1.8.5 | |
rbx_version=head | |
rbx_1.0.0_patch_level=20100514 | |
rbx_1.0.1_patch_level=20100603 | |
rbx_1.1.0_patch_level=20100923 | |
rbx_1.1.1_patch_level=20101116 | |
rbx_1.2.0_patch_level=20101221 | |
rbx_1.2.1_patch_level=20110215 | |
rbx_1.2.2_patch_level=20110222 | |
rbx_1.2.3_patch_level=20110315 | |
rbx_1.2.4_patch_level=20110705 | |
rbx_url=http://asset.rubini.us | |
rubinius_repo_url=git://github.com/rubinius/rubinius.git | |
ree_version=1.8.7 | |
ree_configure_flags=--dont-install-useful-gems --no-dev-docs | |
ree_1.8.6_patch_level=20090610 | |
ree_1.8.6_url=http://rubyforge.org/frs/download.php/58677 | |
ree_1.8.6_repo_url=git://github.com/FooBarWidget/rubyenterpriseedition.git | |
ree_1.8.7_url=http://rubyenterpriseedition.googlecode.com/files | |
ree_1.8.7_repo_url=git://github.com/FooBarWidget/rubyenterpriseedition187-330 | |
ree_1.8.7_patch_level=2012.02 | |
ree_1.8.7_2010.02_url=http://rubyforge.org/frs/download.php/71096 | |
kiji_repo_url=git://github.com/twitter/rubyenterpriseedition187-248.git | |
kiji_version=head | |
jruby_version=1.6.8 | |
jruby_repo_url=git://github.com/jruby/jruby.git | |
jruby_url=http://jruby.org.s3.amazonaws.com/downloads | |
macruby_version=0.12 | |
macruby_nightly_version=0.13 | |
macruby_0.10_url=http://macruby.macosforge.org/files | |
macruby_url=https://github.com/downloads/MacRuby/MacRuby | |
macruby_repo_url=git://github.com/MacRuby/MacRuby.git | |
macruby_nightly_url=http://macruby.macosforge.org/files/nightlies/macruby_nightly-latest.pkg | |
maglev_version=head | |
maglev_url=http://glass-downloads.gemstone.com/maglev | |
maglev_repo_url=git://github.com/MagLev/maglev.git | |
ironruby_version=1.0 | |
ironruby_repo_url=git://github.com/ironruby/ironruby.git | |
ironruby_1.0_url=http://rubyforge.org/frs/download.php/70179/ | |
rvm_remote_server_url=https://rvm.io/binaries | |
# rvm_remote_server_path=gentoo/ec2-2013.09/amd64 | |
# Packages | |
readline_url=http://ftp.gnu.org/gnu/readline | |
libiconv_url=http://ftp.gnu.org/pub/gnu/libiconv | |
curl_url=http://curl.haxx.se/download | |
openssl_url=http://www.openssl.org/source | |
openssl_version=1.0.1c | |
zlib_url=http://prdownloads.sourceforge.net/libpng | |
autoconf_url=http://ftp.gnu.org/gnu/autoconf | |
ncurses_url=http://ftp.gnu.org/pub/gnu/ncurses | |
pkg-config_url=http://pkgconfig.freedesktop.org/releases | |
gettext_url=http://ftp.gnu.org/pub/gnu/gettext | |
libxml2_url=ftp://xmlsoft.org/libxml2 | |
libxslt_url=ftp://xmlsoft.org/libxslt | |
yaml_url=https://rvm.io/src | |
glib_url=http://ftp.gnome.org/pub/gnome/sources/glib/2.23 | |
mono_url=http://ftp.novell.com/pub/mono/sources/mono | |
llvm_url=https://llvm.org/svn/llvm-project/llvm/trunk\n\n/Users/jbourassa/.gemrc \(filtered\):\ngem: --no-ri --no-rdoc\n' | |
++ /scripts/info : info_debug() 184 > gem sources | |
++ /scripts/info : info_debug() 184 > awk /gems/ | |
+ /scripts/info : info_debug() 184 > rvm_info=' | |
rvm 1.16.6 (master) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/] | |
ruby-1.9.3-p194: | |
system: | |
uname: "Darwin jbourassamba.local 12.2.0 Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64 x86_64" | |
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.16.6 (master) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/]" | |
updated: "7 minutes 34 seconds ago" | |
ruby: | |
interpreter: "ruby" | |
version: "1.8.7" | |
date: "2012-02-08" | |
platform: "universal-darwin12.0" | |
patchlevel: "2012-02-08 patchlevel 358" | |
full_version: "ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]" | |
homes: | |
gem: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194" | |
ruby: "/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194" | |
binaries: | |
ruby: "/usr/bin/ruby" | |
irb: "/usr/bin/irb" | |
gem: "/usr/bin/gem" | |
rake: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin/rake" | |
environment: | |
PATH: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/bin:/bin:/usr/local/bin:/usr/local/sbin:/usr/local/share/python:/usr/bin:/usr/sbin:/sbin:/Users/jbourassa/pear/bin:/usr/local/share/npm/bin" | |
GEM_HOME: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194" | |
GEM_PATH: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194:/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global" | |
MY_RUBY_HOME: "/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194" | |
IRBRC: "/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/.irbrc" | |
RUBYOPT: "" | |
gemset: "" | |
PATH:\n/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/bin:/bin | |
uname -a: Darwin jbourassamba.local 12.2.0 Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64 x86_64 | |
permissions: /Users/jbourassa/.rvm: | |
total 56 | |
drwxr-xr-x 29 jbourassa staff 986 1 Oct 20:45 . | |
drwxr-xr-x+ 44 jbourassa staff 1496 1 Oct 20:53 .. | |
-rw-r--r-- 1 jbourassa staff 566 1 Oct 20:45 LICENCE | |
-rw-r--r-- 1 jbourassa staff 8677 1 Oct 20:45 README | |
-rw-r--r-- 1 jbourassa staff 7 1 Oct 20:45 RELEASE | |
-rw-r--r-- 1 jbourassa staff 7 1 Oct 20:45 VERSION | |
drwxr-xr-x 6 jbourassa staff 204 1 Oct 20:39 archives | |
drwxr-xr-x 30 jbourassa staff 1020 1 Oct 20:50 bin | |
drwxr-xr-x 11 jbourassa staff 374 1 Oct 20:50 config | |
drwxr-xr-x 6 jbourassa staff 204 1 Oct 18:53 contrib | |
drwxr-xr-x 4 jbourassa staff 136 1 Oct 20:50 environments | |
drwxr-xr-x 3 jbourassa staff 102 1 Oct 18:53 examples | |
drwxr-xr-x 5 jbourassa staff 170 1 Oct 20:11 gems | |
drwxr-xr-x 5 jbourassa staff 170 1 Oct 20:45 gemsets | |
drwxr-xr-x 47 jbourassa staff 1598 1 Oct 18:53 help | |
drwxr-xr-x 7 jbourassa staff 238 1 Oct 18:53 hooks | |
-rw-r--r-- 1 jbourassa staff 11 1 Oct 20:45 installed.at | |
drwxr-xr-x 4 jbourassa staff 136 1 Oct 18:53 lib | |
drwxr-xr-x 5 jbourassa staff 170 1 Oct 20:41 log | |
drwxr-xr-x 3 jbourassa staff 102 1 Oct 18:53 man | |
drwxr-xr-x 9 jbourassa staff 306 1 Oct 18:53 patches | |
drwxr-xr-x 4 jbourassa staff 136 1 Oct 20:45 patchsets | |
drwxr-xr-x 2 jbourassa staff 68 1 Oct 20:50 rubies | |
drwxr-xr-x 60 jbourassa staff 2040 1 Oct 18:53 scripts | |
drwxr-xr-x 5 jbourassa staff 170 1 Oct 20:39 src | |
drwxr-xr-x 2 jbourassa staff 68 1 Oct 18:53 tmp | |
drwxr-xr-x 7 jbourassa staff 238 1 Oct 20:50 user | |
drwxr-xr-x 6 jbourassa staff 204 1 Oct 20:41 usr | |
drwxr-xr-x 4 jbourassa staff 136 1 Oct 20:50 wrappers | |
/Users/jbourassa/.rvm/rubies: | |
total 0 | |
drwxr-xr-x 2 jbourassa staff 68 1 Oct 20:50 . | |
drwxr-xr-x 29 jbourassa staff 986 1 Oct 20:45 .. | |
uname -r: 12.2.0 | |
uname -m: x86_64 | |
sw_vers: ProductName: Mac OS X,ProductVersion: 10.8.2,BuildVersion: 12C54, | |
ARCHFLAGS: | |
LDFLAGS: | |
CFLAGS: | |
/Developer/SDKs/*:*, | |
\n/Users/jbourassa/.zshenv:\n[[ -s $HOME/.rvm/scripts/rvm ]] && source $HOME/.rvm/scripts/rvm | |
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting\n/Users/jbourassa/.rvm/config/db \(filtered\):\n#General | |
niceness=0 | |
# Rubies | |
interpreter=ruby | |
ruby_version=1.9.3 | |
ruby_configure_flags=--enable-shared --disable-install-doc | |
ruby_patchlevel=194 | |
ruby_configure=--enable-shared | |
tcs_repo_url=git://github.com/thecodeshop/ruby.git | |
tcs_repo_branch=trunk | |
ruby_repo_url=git://github.com/ruby/ruby.git | |
ruby_1.0_url=http://ftp.ruby-lang.org/pub/ruby/1.0 | |
ruby_1.2_url=http://ftp.ruby-lang.org/pub/ruby/1.2 | |
ruby_1.3_url=http://ftp.ruby-lang.org/pub/ruby/1.3 | |
ruby_1.4_url=http://ftp.ruby-lang.org/pub/ruby/1.4 | |
ruby_1.5_url=http://ftp.ruby-lang.org/pub/ruby/1.5 | |
ruby_1.6_url=http://ftp.ruby-lang.org/pub/ruby/1.6 | |
ruby_1.7_url=http://ftp.ruby-lang.org/pub/ruby/1.7 | |
ruby_1.8_url=http://ftp.ruby-lang.org/pub/ruby/1.8 | |
ruby_1.9_url=http://ftp.ruby-lang.org/pub/ruby/1.9 | |
ruby_2.0_url=http://ftp.ruby-lang.org/pub/ruby/2.0 | |
ruby_1.9.3_patch_level=194 | |
ruby_1.9.2_patch_level=320 | |
ruby_1.9.1_patch_level=431 | |
ruby_1.8.7_patch_level=370 | |
ruby_1.8.6_patch_level=420 | |
ruby_1.8.5_patch_level=231 | |
rubygems_url=http://production.cf.rubygems.org/rubygems | |
rubygems_repo_url=git://github.com/rubygems/rubygems.git | |
rubygems_version=latest-1.8 | |
# ruby_1.9.3_head_rubygems_version=1.8.5 | |
rbx_version=head | |
rbx_1.0.0_patch_level=20100514 | |
rbx_1.0.1_patch_level=20100603 | |
rbx_1.1.0_patch_level=20100923 | |
rbx_1.1.1_patch_level=20101116 | |
rbx_1.2.0_patch_level=20101221 | |
rbx_1.2.1_patch_level=20110215 | |
rbx_1.2.2_patch_level=20110222 | |
rbx_1.2.3_patch_level=20110315 | |
rbx_1.2.4_patch_level=20110705 | |
rbx_url=http://asset.rubini.us | |
rubinius_repo_url=git://github.com/rubinius/rubinius.git | |
ree_version=1.8.7 | |
ree_configure_flags=--dont-install-useful-gems --no-dev-docs | |
ree_1.8.6_patch_level=20090610 | |
ree_1.8.6_url=http://rubyforge.org/frs/download.php/58677 | |
ree_1.8.6_repo_url=git://github.com/FooBarWidget/rubyenterpriseedition.git | |
ree_1.8.7_url=http://rubyenterpriseedition.googlecode.com/files | |
ree_1.8.7_repo_url=git://github.com/FooBarWidget/rubyenterpriseedition187-330 | |
ree_1.8.7_patch_level=2012.02 | |
ree_1.8.7_2010.02_url=http://rubyforge.org/frs/download.php/71096 | |
kiji_repo_url=git://github.com/twitter/rubyenterpriseedition187-248.git | |
kiji_version=head | |
jruby_version=1.6.8 | |
jruby_repo_url=git://github.com/jruby/jruby.git | |
jruby_url=http://jruby.org.s3.amazonaws.com/downloads | |
macruby_version=0.12 | |
macruby_nightly_version=0.13 | |
macruby_0.10_url=http://macruby.macosforge.org/files | |
macruby_url=https://github.com/downloads/MacRuby/MacRuby | |
macruby_repo_url=git://github.com/MacRuby/MacRuby.git | |
macruby_nightly_url=http://macruby.macosforge.org/files/nightlies/macruby_nightly-latest.pkg | |
maglev_version=head | |
maglev_url=http://glass-downloads.gemstone.com/maglev | |
maglev_repo_url=git://github.com/MagLev/maglev.git | |
ironruby_version=1.0 | |
ironruby_repo_url=git://github.com/ironruby/ironruby.git | |
ironruby_1.0_url=http://rubyforge.org/frs/download.php/70179/ | |
rvm_remote_server_url=https://rvm.io/binaries | |
# rvm_remote_server_path=gentoo/ec2-2013.09/amd64 | |
# Packages | |
readline_url=http://ftp.gnu.org/gnu/readline | |
libiconv_url=http://ftp.gnu.org/pub/gnu/libiconv | |
curl_url=http://curl.haxx.se/download | |
openssl_url=http://www.openssl.org/source | |
openssl_version=1.0.1c | |
zlib_url=http://prdownloads.sourceforge.net/libpng | |
autoconf_url=http://ftp.gnu.org/gnu/autoconf | |
ncurses_url=http://ftp.gnu.org/pub/gnu/ncurses | |
pkg-config_url=http://pkgconfig.freedesktop.org/releases | |
gettext_url=http://ftp.gnu.org/pub/gnu/gettext | |
libxml2_url=ftp://xmlsoft.org/libxml2 | |
libxslt_url=ftp://xmlsoft.org/libxslt | |
yaml_url=https://rvm.io/src | |
glib_url=http://ftp.gnome.org/pub/gnome/sources/glib/2.23 | |
mono_url=http://ftp.novell.com/pub/mono/sources/mono | |
llvm_url=https://llvm.org/svn/llvm-project/llvm/trunk\n\n/Users/jbourassa/.gemrc \(filtered\):\ngem: --no-ri --no-rdoc\n\ngem sources:\nhttp://rubygems.org/\n\n' | |
+ /scripts/info : info_sections() 193 > printf %b ' | |
rvm 1.16.6 (master) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/] | |
ruby-1.9.3-p194: | |
system: | |
uname: "Darwin jbourassamba.local 12.2.0 Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64 x86_64" | |
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.16.6 (master) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/]" | |
updated: "7 minutes 34 seconds ago" | |
ruby: | |
interpreter: "ruby" | |
version: "1.8.7" | |
date: "2012-02-08" | |
platform: "universal-darwin12.0" | |
patchlevel: "2012-02-08 patchlevel 358" | |
full_version: "ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]" | |
homes: | |
gem: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194" | |
ruby: "/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194" | |
binaries: | |
ruby: "/usr/bin/ruby" | |
irb: "/usr/bin/irb" | |
gem: "/usr/bin/gem" | |
rake: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin/rake" | |
environment: | |
PATH: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/bin:/bin:/usr/local/bin:/usr/local/sbin:/usr/local/share/python:/usr/bin:/usr/sbin:/sbin:/Users/jbourassa/pear/bin:/usr/local/share/npm/bin" | |
GEM_HOME: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194" | |
GEM_PATH: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194:/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global" | |
MY_RUBY_HOME: "/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194" | |
IRBRC: "/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/.irbrc" | |
RUBYOPT: "" | |
gemset: "" | |
PATH:\n/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/bin:/bin | |
uname -a: Darwin jbourassamba.local 12.2.0 Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64 x86_64 | |
permissions: /Users/jbourassa/.rvm: | |
total 56 | |
drwxr-xr-x 29 jbourassa staff 986 1 Oct 20:45 . | |
drwxr-xr-x+ 44 jbourassa staff 1496 1 Oct 20:53 .. | |
-rw-r--r-- 1 jbourassa staff 566 1 Oct 20:45 LICENCE | |
-rw-r--r-- 1 jbourassa staff 8677 1 Oct 20:45 README | |
-rw-r--r-- 1 jbourassa staff 7 1 Oct 20:45 RELEASE | |
-rw-r--r-- 1 jbourassa staff 7 1 Oct 20:45 VERSION | |
drwxr-xr-x 6 jbourassa staff 204 1 Oct 20:39 archives | |
drwxr-xr-x 30 jbourassa staff 1020 1 Oct 20:50 bin | |
drwxr-xr-x 11 jbourassa staff 374 1 Oct 20:50 config | |
drwxr-xr-x 6 jbourassa staff 204 1 Oct 18:53 contrib | |
drwxr-xr-x 4 jbourassa staff 136 1 Oct 20:50 environments | |
drwxr-xr-x 3 jbourassa staff 102 1 Oct 18:53 examples | |
drwxr-xr-x 5 jbourassa staff 170 1 Oct 20:11 gems | |
drwxr-xr-x 5 jbourassa staff 170 1 Oct 20:45 gemsets | |
drwxr-xr-x 47 jbourassa staff 1598 1 Oct 18:53 help | |
drwxr-xr-x 7 jbourassa staff 238 1 Oct 18:53 hooks | |
-rw-r--r-- 1 jbourassa staff 11 1 Oct 20:45 installed.at | |
drwxr-xr-x 4 jbourassa staff 136 1 Oct 18:53 lib | |
drwxr-xr-x 5 jbourassa staff 170 1 Oct 20:41 log | |
drwxr-xr-x 3 jbourassa staff 102 1 Oct 18:53 man | |
drwxr-xr-x 9 jbourassa staff 306 1 Oct 18:53 patches | |
drwxr-xr-x 4 jbourassa staff 136 1 Oct 20:45 patchsets | |
drwxr-xr-x 2 jbourassa staff 68 1 Oct 20:50 rubies | |
drwxr-xr-x 60 jbourassa staff 2040 1 Oct 18:53 scripts | |
drwxr-xr-x 5 jbourassa staff 170 1 Oct 20:39 src | |
drwxr-xr-x 2 jbourassa staff 68 1 Oct 18:53 tmp | |
drwxr-xr-x 7 jbourassa staff 238 1 Oct 20:50 user | |
drwxr-xr-x 6 jbourassa staff 204 1 Oct 20:41 usr | |
drwxr-xr-x 4 jbourassa staff 136 1 Oct 20:50 wrappers | |
/Users/jbourassa/.rvm/rubies: | |
total 0 | |
drwxr-xr-x 2 jbourassa staff 68 1 Oct 20:50 . | |
drwxr-xr-x 29 jbourassa staff 986 1 Oct 20:45 .. | |
uname -r: 12.2.0 | |
uname -m: x86_64 | |
sw_vers: ProductName: Mac OS X,ProductVersion: 10.8.2,BuildVersion: 12C54, | |
ARCHFLAGS: | |
LDFLAGS: | |
CFLAGS: | |
/Developer/SDKs/*:*, | |
\n/Users/jbourassa/.zshenv:\n[[ -s $HOME/.rvm/scripts/rvm ]] && source $HOME/.rvm/scripts/rvm | |
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting\n/Users/jbourassa/.rvm/config/db \(filtered\):\n#General | |
niceness=0 | |
# Rubies | |
interpreter=ruby | |
ruby_version=1.9.3 | |
ruby_configure_flags=--enable-shared --disable-install-doc | |
ruby_patchlevel=194 | |
ruby_configure=--enable-shared | |
tcs_repo_url=git://github.com/thecodeshop/ruby.git | |
tcs_repo_branch=trunk | |
ruby_repo_url=git://github.com/ruby/ruby.git | |
ruby_1.0_url=http://ftp.ruby-lang.org/pub/ruby/1.0 | |
ruby_1.2_url=http://ftp.ruby-lang.org/pub/ruby/1.2 | |
ruby_1.3_url=http://ftp.ruby-lang.org/pub/ruby/1.3 | |
ruby_1.4_url=http://ftp.ruby-lang.org/pub/ruby/1.4 | |
ruby_1.5_url=http://ftp.ruby-lang.org/pub/ruby/1.5 | |
ruby_1.6_url=http://ftp.ruby-lang.org/pub/ruby/1.6 | |
ruby_1.7_url=http://ftp.ruby-lang.org/pub/ruby/1.7 | |
ruby_1.8_url=http://ftp.ruby-lang.org/pub/ruby/1.8 | |
ruby_1.9_url=http://ftp.ruby-lang.org/pub/ruby/1.9 | |
ruby_2.0_url=http://ftp.ruby-lang.org/pub/ruby/2.0 | |
ruby_1.9.3_patch_level=194 | |
ruby_1.9.2_patch_level=320 | |
ruby_1.9.1_patch_level=431 | |
ruby_1.8.7_patch_level=370 | |
ruby_1.8.6_patch_level=420 | |
ruby_1.8.5_patch_level=231 | |
rubygems_url=http://production.cf.rubygems.org/rubygems | |
rubygems_repo_url=git://github.com/rubygems/rubygems.git | |
rubygems_version=latest-1.8 | |
# ruby_1.9.3_head_rubygems_version=1.8.5 | |
rbx_version=head | |
rbx_1.0.0_patch_level=20100514 | |
rbx_1.0.1_patch_level=20100603 | |
rbx_1.1.0_patch_level=20100923 | |
rbx_1.1.1_patch_level=20101116 | |
rbx_1.2.0_patch_level=20101221 | |
rbx_1.2.1_patch_level=20110215 | |
rbx_1.2.2_patch_level=20110222 | |
rbx_1.2.3_patch_level=20110315 | |
rbx_1.2.4_patch_level=20110705 | |
rbx_url=http://asset.rubini.us | |
rubinius_repo_url=git://github.com/rubinius/rubinius.git | |
ree_version=1.8.7 | |
ree_configure_flags=--dont-install-useful-gems --no-dev-docs | |
ree_1.8.6_patch_level=20090610 | |
ree_1.8.6_url=http://rubyforge.org/frs/download.php/58677 | |
ree_1.8.6_repo_url=git://github.com/FooBarWidget/rubyenterpriseedition.git | |
ree_1.8.7_url=http://rubyenterpriseedition.googlecode.com/files | |
ree_1.8.7_repo_url=git://github.com/FooBarWidget/rubyenterpriseedition187-330 | |
ree_1.8.7_patch_level=2012.02 | |
ree_1.8.7_2010.02_url=http://rubyforge.org/frs/download.php/71096 | |
kiji_repo_url=git://github.com/twitter/rubyenterpriseedition187-248.git | |
kiji_version=head | |
jruby_version=1.6.8 | |
jruby_repo_url=git://github.com/jruby/jruby.git | |
jruby_url=http://jruby.org.s3.amazonaws.com/downloads | |
macruby_version=0.12 | |
macruby_nightly_version=0.13 | |
macruby_0.10_url=http://macruby.macosforge.org/files | |
macruby_url=https://github.com/downloads/MacRuby/MacRuby | |
macruby_repo_url=git://github.com/MacRuby/MacRuby.git | |
macruby_nightly_url=http://macruby.macosforge.org/files/nightlies/macruby_nightly-latest.pkg | |
maglev_version=head | |
maglev_url=http://glass-downloads.gemstone.com/maglev | |
maglev_repo_url=git://github.com/MagLev/maglev.git | |
ironruby_version=1.0 | |
ironruby_repo_url=git://github.com/ironruby/ironruby.git | |
ironruby_1.0_url=http://rubyforge.org/frs/download.php/70179/ | |
rvm_remote_server_url=https://rvm.io/binaries | |
# rvm_remote_server_path=gentoo/ec2-2013.09/amd64 | |
# Packages | |
readline_url=http://ftp.gnu.org/gnu/readline | |
libiconv_url=http://ftp.gnu.org/pub/gnu/libiconv | |
curl_url=http://curl.haxx.se/download | |
openssl_url=http://www.openssl.org/source | |
openssl_version=1.0.1c | |
zlib_url=http://prdownloads.sourceforge.net/libpng | |
autoconf_url=http://ftp.gnu.org/gnu/autoconf | |
ncurses_url=http://ftp.gnu.org/pub/gnu/ncurses | |
pkg-config_url=http://pkgconfig.freedesktop.org/releases | |
gettext_url=http://ftp.gnu.org/pub/gnu/gettext | |
libxml2_url=ftp://xmlsoft.org/libxml2 | |
libxslt_url=ftp://xmlsoft.org/libxslt | |
yaml_url=https://rvm.io/src | |
glib_url=http://ftp.gnome.org/pub/gnome/sources/glib/2.23 | |
mono_url=http://ftp.novell.com/pub/mono/sources/mono | |
llvm_url=https://llvm.org/svn/llvm-project/llvm/trunk\n\n/Users/jbourassa/.gemrc \(filtered\):\ngem: --no-ri --no-rdoc\n\ngem sources:\nhttp://rubygems.org/\n\n' | |
rvm 1.16.6 (master) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/] | |
ruby-1.9.3-p194: | |
system: | |
uname: "Darwin jbourassamba.local 12.2.0 Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64 x86_64" | |
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.16.6 (master) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/]" | |
updated: "7 minutes 34 seconds ago" | |
ruby: | |
interpreter: "ruby" | |
version: "1.8.7" | |
date: "2012-02-08" | |
platform: "universal-darwin12.0" | |
patchlevel: "2012-02-08 patchlevel 358" | |
full_version: "ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]" | |
homes: | |
gem: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194" | |
ruby: "/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194" | |
binaries: | |
ruby: "/usr/bin/ruby" | |
irb: "/usr/bin/irb" | |
gem: "/usr/bin/gem" | |
rake: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin/rake" | |
environment: | |
PATH: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/bin:/bin:/usr/local/bin:/usr/local/sbin:/usr/local/share/python:/usr/bin:/usr/sbin:/sbin:/Users/jbourassa/pear/bin:/usr/local/share/npm/bin" | |
GEM_HOME: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194" | |
GEM_PATH: "/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194:/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global" | |
MY_RUBY_HOME: "/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194" | |
IRBRC: "/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/.irbrc" | |
RUBYOPT: "" | |
gemset: "" | |
PATH: | |
/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/bin:/bin | |
uname -a: Darwin jbourassamba.local 12.2.0 Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64 x86_64 | |
permissions: /Users/jbourassa/.rvm: | |
total 56 | |
drwxr-xr-x 29 jbourassa staff 986 1 Oct 20:45 . | |
drwxr-xr-x+ 44 jbourassa staff 1496 1 Oct 20:53 .. | |
-rw-r--r-- 1 jbourassa staff 566 1 Oct 20:45 LICENCE | |
-rw-r--r-- 1 jbourassa staff 8677 1 Oct 20:45 README | |
-rw-r--r-- 1 jbourassa staff 7 1 Oct 20:45 RELEASE | |
-rw-r--r-- 1 jbourassa staff 7 1 Oct 20:45 VERSION | |
drwxr-xr-x 6 jbourassa staff 204 1 Oct 20:39 archives | |
drwxr-xr-x 30 jbourassa staff 1020 1 Oct 20:50 bin | |
drwxr-xr-x 11 jbourassa staff 374 1 Oct 20:50 config | |
drwxr-xr-x 6 jbourassa staff 204 1 Oct 18:53 contrib | |
drwxr-xr-x 4 jbourassa staff 136 1 Oct 20:50 environments | |
drwxr-xr-x 3 jbourassa staff 102 1 Oct 18:53 examples | |
drwxr-xr-x 5 jbourassa staff 170 1 Oct 20:11 gems | |
drwxr-xr-x 5 jbourassa staff 170 1 Oct 20:45 gemsets | |
drwxr-xr-x 47 jbourassa staff 1598 1 Oct 18:53 help | |
drwxr-xr-x 7 jbourassa staff 238 1 Oct 18:53 hooks | |
-rw-r--r-- 1 jbourassa staff 11 1 Oct 20:45 installed.at | |
drwxr-xr-x 4 jbourassa staff 136 1 Oct 18:53 lib | |
drwxr-xr-x 5 jbourassa staff 170 1 Oct 20:41 log | |
drwxr-xr-x 3 jbourassa staff 102 1 Oct 18:53 man | |
drwxr-xr-x 9 jbourassa staff 306 1 Oct 18:53 patches | |
drwxr-xr-x 4 jbourassa staff 136 1 Oct 20:45 patchsets | |
drwxr-xr-x 2 jbourassa staff 68 1 Oct 20:50 rubies | |
drwxr-xr-x 60 jbourassa staff 2040 1 Oct 18:53 scripts | |
drwxr-xr-x 5 jbourassa staff 170 1 Oct 20:39 src | |
drwxr-xr-x 2 jbourassa staff 68 1 Oct 18:53 tmp | |
drwxr-xr-x 7 jbourassa staff 238 1 Oct 20:50 user | |
drwxr-xr-x 6 jbourassa staff 204 1 Oct 20:41 usr | |
drwxr-xr-x 4 jbourassa staff 136 1 Oct 20:50 wrappers | |
/Users/jbourassa/.rvm/rubies: | |
total 0 | |
drwxr-xr-x 2 jbourassa staff 68 1 Oct 20:50 . | |
drwxr-xr-x 29 jbourassa staff 986 1 Oct 20:45 .. | |
uname -r: 12.2.0 | |
uname -m: x86_64 | |
sw_vers: ProductName: Mac OS X,ProductVersion: 10.8.2,BuildVersion: 12C54, | |
ARCHFLAGS: | |
LDFLAGS: | |
CFLAGS: | |
/Developer/SDKs/*:*, | |
/Users/jbourassa/.zshenv: | |
[[ -s $HOME/.rvm/scripts/rvm ]] && source $HOME/.rvm/scripts/rvm | |
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting | |
/Users/jbourassa/.rvm/config/db \(filtered\): | |
#General | |
niceness=0 | |
# Rubies | |
interpreter=ruby | |
ruby_version=1.9.3 | |
ruby_configure_flags=--enable-shared --disable-install-doc | |
ruby_patchlevel=194 | |
ruby_configure=--enable-shared | |
tcs_repo_url=git://github.com/thecodeshop/ruby.git | |
tcs_repo_branch=trunk | |
ruby_repo_url=git://github.com/ruby/ruby.git | |
ruby_1.0_url=http://ftp.ruby-lang.org/pub/ruby/1.0 | |
ruby_1.2_url=http://ftp.ruby-lang.org/pub/ruby/1.2 | |
ruby_1.3_url=http://ftp.ruby-lang.org/pub/ruby/1.3 | |
ruby_1.4_url=http://ftp.ruby-lang.org/pub/ruby/1.4 | |
ruby_1.5_url=http://ftp.ruby-lang.org/pub/ruby/1.5 | |
ruby_1.6_url=http://ftp.ruby-lang.org/pub/ruby/1.6 | |
ruby_1.7_url=http://ftp.ruby-lang.org/pub/ruby/1.7 | |
ruby_1.8_url=http://ftp.ruby-lang.org/pub/ruby/1.8 | |
ruby_1.9_url=http://ftp.ruby-lang.org/pub/ruby/1.9 | |
ruby_2.0_url=http://ftp.ruby-lang.org/pub/ruby/2.0 | |
ruby_1.9.3_patch_level=194 | |
ruby_1.9.2_patch_level=320 | |
ruby_1.9.1_patch_level=431 | |
ruby_1.8.7_patch_level=370 | |
ruby_1.8.6_patch_level=420 | |
ruby_1.8.5_patch_level=231 | |
rubygems_url=http://production.cf.rubygems.org/rubygems | |
rubygems_repo_url=git://github.com/rubygems/rubygems.git | |
rubygems_version=latest-1.8 | |
# ruby_1.9.3_head_rubygems_version=1.8.5 | |
rbx_version=head | |
rbx_1.0.0_patch_level=20100514 | |
rbx_1.0.1_patch_level=20100603 | |
rbx_1.1.0_patch_level=20100923 | |
rbx_1.1.1_patch_level=20101116 | |
rbx_1.2.0_patch_level=20101221 | |
rbx_1.2.1_patch_level=20110215 | |
rbx_1.2.2_patch_level=20110222 | |
rbx_1.2.3_patch_level=20110315 | |
rbx_1.2.4_patch_level=20110705 | |
rbx_url=http://asset.rubini.us | |
rubinius_repo_url=git://github.com/rubinius/rubinius.git | |
ree_version=1.8.7 | |
ree_configure_flags=--dont-install-useful-gems --no-dev-docs | |
ree_1.8.6_patch_level=20090610 | |
ree_1.8.6_url=http://rubyforge.org/frs/download.php/58677 | |
ree_1.8.6_repo_url=git://github.com/FooBarWidget/rubyenterpriseedition.git | |
ree_1.8.7_url=http://rubyenterpriseedition.googlecode.com/files | |
ree_1.8.7_repo_url=git://github.com/FooBarWidget/rubyenterpriseedition187-330 | |
ree_1.8.7_patch_level=2012.02 | |
ree_1.8.7_2010.02_url=http://rubyforge.org/frs/download.php/71096 | |
kiji_repo_url=git://github.com/twitter/rubyenterpriseedition187-248.git | |
kiji_version=head | |
jruby_version=1.6.8 | |
jruby_repo_url=git://github.com/jruby/jruby.git | |
jruby_url=http://jruby.org.s3.amazonaws.com/downloads | |
macruby_version=0.12 | |
macruby_nightly_version=0.13 | |
macruby_0.10_url=http://macruby.macosforge.org/files | |
macruby_url=https://github.com/downloads/MacRuby/MacRuby | |
macruby_repo_url=git://github.com/MacRuby/MacRuby.git | |
macruby_nightly_url=http://macruby.macosforge.org/files/nightlies/macruby_nightly-latest.pkg | |
maglev_version=head | |
maglev_url=http://glass-downloads.gemstone.com/maglev | |
maglev_repo_url=git://github.com/MagLev/maglev.git | |
ironruby_version=1.0 | |
ironruby_repo_url=git://github.com/ironruby/ironruby.git | |
ironruby_1.0_url=http://rubyforge.org/frs/download.php/70179/ | |
rvm_remote_server_url=https://rvm.io/binaries | |
# rvm_remote_server_path=gentoo/ec2-2013.09/amd64 | |
# Packages | |
readline_url=http://ftp.gnu.org/gnu/readline | |
libiconv_url=http://ftp.gnu.org/pub/gnu/libiconv | |
curl_url=http://curl.haxx.se/download | |
openssl_url=http://www.openssl.org/source | |
openssl_version=1.0.1c | |
zlib_url=http://prdownloads.sourceforge.net/libpng | |
autoconf_url=http://ftp.gnu.org/gnu/autoconf | |
ncurses_url=http://ftp.gnu.org/pub/gnu/ncurses | |
pkg-config_url=http://pkgconfig.freedesktop.org/releases | |
gettext_url=http://ftp.gnu.org/pub/gnu/gettext | |
libxml2_url=ftp://xmlsoft.org/libxml2 | |
libxslt_url=ftp://xmlsoft.org/libxslt | |
yaml_url=https://rvm.io/src | |
glib_url=http://ftp.gnome.org/pub/gnome/sources/glib/2.23 | |
mono_url=http://ftp.novell.com/pub/mono/sources/mono | |
llvm_url=https://llvm.org/svn/llvm-project/llvm/trunk | |
/Users/jbourassa/.gemrc \(filtered\): | |
gem: --no-ri --no-rdoc | |
gem sources: | |
http://rubygems.org/ |
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 reinstall 1.9.3 --with-readline-dir=/usr/local/Cellar/readline/6.2.4 | |
+/Users/jbourassa/.rvm/scripts/base:11> [[ -z 4.3.11 ]] | |
+/Users/jbourassa/.rvm/scripts/base:21> export __array_start rvm_path | |
+/Users/jbourassa/.rvm/scripts/base:26> [[ -n 4.3.11 ]] | |
+/Users/jbourassa/.rvm/scripts/base:28> __array_start=1 | |
+/Users/jbourassa/.rvm/scripts/base:33> (( 0 == 0 )) | |
+/Users/jbourassa/.rvm/scripts/base:35> [[ -n 022 ]] | |
+/Users/jbourassa/.rvm/scripts/base:36> rvm_rvmrc_files=( /etc/rvmrc /Users/jbourassa/.rvmrc ) | |
+/Users/jbourassa/.rvm/scripts/base:37> [[ -n /Users/jbourassa ]] | |
+/Users/jbourassa/.rvm/scripts/base:37> [[ /Users/jbourassa/.rvmrc -ef /Users/jbourassa/.rvmrc ]] | |
+/Users/jbourassa/.rvm/scripts/base:38> rvm_rvmrc_files+=( /Users/jbourassa/.rvmrc ) | |
+/Users/jbourassa/.rvm/scripts/base:41> rvmrc=/etc/rvmrc | |
+/Users/jbourassa/.rvm/scripts/base:43> [[ -f /etc/rvmrc ]] | |
+/Users/jbourassa/.rvm/scripts/base:41> rvmrc=/Users/jbourassa/.rvmrc | |
+/Users/jbourassa/.rvm/scripts/base:43> [[ -f /Users/jbourassa/.rvmrc ]] | |
+/Users/jbourassa/.rvm/scripts/base:41> rvmrc=/Users/jbourassa/.rvmrc | |
+/Users/jbourassa/.rvm/scripts/base:43> [[ -f /Users/jbourassa/.rvmrc ]] | |
+/Users/jbourassa/.rvm/scripts/base:58> unset rvm_rvmrc_files | |
+/Users/jbourassa/.rvm/scripts/base:61> export rvm_path | |
+/Users/jbourassa/.rvm/scripts/base:62> [[ -z /Users/jbourassa/.rvm ]] | |
+/Users/jbourassa/.rvm/scripts/base:74> true /Users/jbourassa/.rvm/scripts | |
+/Users/jbourassa/.rvm/scripts/base:77> source /Users/jbourassa/.rvm/scripts/initialize | |
+/Users/jbourassa/.rvm/scripts/initialize:3> : rvm_trace_flag:1 | |
+/Users/jbourassa/.rvm/scripts/initialize:4> (( rvm_trace_flag > 0 )) | |
+/Users/jbourassa/.rvm/scripts/initialize:6> set -o xtrace | |
+/Users/jbourassa/.rvm/scripts/initialize:9> [[ -z 4.3.11 ]] | |
+/Users/jbourassa/.rvm/scripts/initialize:21> [[ -n '' ]] | |
+/Users/jbourassa/.rvm/scripts/initialize:24> [[ -n 4.3.11 ]] | |
+/Users/jbourassa/.rvm/scripts/initialize:26> setopt extendedglob | |
+/Users/jbourassa/.rvm/scripts/initialize:27> setopt kshglob | |
+/Users/jbourassa/.rvm/scripts/initialize:28> setopt no_glob_subst | |
+/Users/jbourassa/.rvm/scripts/initialize:33> export __rvm_env_loaded | |
+/Users/jbourassa/.rvm/scripts/initialize:35> : __rvm_env_loaded:1: | |
+/Users/jbourassa/.rvm/scripts/initialize:37> : __rvm_env_loaded:2: | |
+/Users/jbourassa/.rvm/scripts/initialize:40> [[ -z /Users/jbourassa/.rvm/tmp ]] | |
+/Users/jbourassa/.rvm/scripts/initialize:40> (( __rvm_env_loaded == 1 )) | |
+/Users/jbourassa/.rvm/scripts/base:81> case (*[[:space:]]selector[[:space:]]*) | |
+/Users/jbourassa/.rvm/scripts/base:81> case (*) | |
+/Users/jbourassa/.rvm/scripts/base:86> source /Users/jbourassa/.rvm/scripts/selector | |
+/Users/jbourassa/.rvm/scripts/base:87> source /Users/jbourassa/.rvm/scripts/selector_gemsets | |
+/Users/jbourassa/.rvm/scripts/base:91> typeset -a scripts | |
+/Users/jbourassa/.rvm/scripts/base:92> scripts=( logging support utility init cleanup env rvmrc install environment gemset db bundler checksum ) | |
+/Users/jbourassa/.rvm/scripts/base:95> entry=logging | |
+/Users/jbourassa/.rvm/scripts/base:96> source /Users/jbourassa/.rvm/scripts/functions/logging | |
+/Users/jbourassa/.rvm/scripts/functions/logging:40> rvm_error_clr=+/Users/jbourassa/.rvm/scripts/functions/logging:40> /Users/jbourassa/.rvm/scripts/color red | |
+/Users/jbourassa/.rvm/scripts/functions/logging:40> rvm_error_clr='' | |
+/Users/jbourassa/.rvm/scripts/functions/logging:41> rvm_warn_clr=+/Users/jbourassa/.rvm/scripts/functions/logging:41> /Users/jbourassa/.rvm/scripts/color yellow | |
+/Users/jbourassa/.rvm/scripts/functions/logging:41> rvm_warn_clr='' | |
+/Users/jbourassa/.rvm/scripts/functions/logging:42> rvm_debug_clr=+/Users/jbourassa/.rvm/scripts/functions/logging:42> /Users/jbourassa/.rvm/scripts/color magenta | |
+/Users/jbourassa/.rvm/scripts/functions/logging:42> rvm_debug_clr='' | |
+/Users/jbourassa/.rvm/scripts/functions/logging:43> rvm_notify_clr=+/Users/jbourassa/.rvm/scripts/functions/logging:43> /Users/jbourassa/.rvm/scripts/color green | |
+/Users/jbourassa/.rvm/scripts/functions/logging:43> rvm_notify_clr='' | |
+/Users/jbourassa/.rvm/scripts/functions/logging:44> rvm_reset_clr=+/Users/jbourassa/.rvm/scripts/functions/logging:44> /Users/jbourassa/.rvm/scripts/color reset | |
+/Users/jbourassa/.rvm/scripts/functions/logging:44> rvm_reset_clr='' | |
+/Users/jbourassa/.rvm/scripts/base:95> entry=support | |
+/Users/jbourassa/.rvm/scripts/base:96> source /Users/jbourassa/.rvm/scripts/functions/support | |
+/Users/jbourassa/.rvm/scripts/functions/support:3> [[ -z tar ]] | |
+/Users/jbourassa/.rvm/scripts/functions/support:12> [[ ! " ${rvm_tar_options:-} " -regex-match " --no-same-owner " ]] | |
+/Users/jbourassa/.rvm/scripts/functions/support:13> GREP_OPTIONS='' grep -- --no-same-owner | |
+/Users/jbourassa/.rvm/scripts/base:95> entry=utility | |
+/Users/jbourassa/.rvm/scripts/base:96> source /Users/jbourassa/.rvm/scripts/functions/utility | |
+/Users/jbourassa/.rvm/scripts/base:95> entry=init | |
+/Users/jbourassa/.rvm/scripts/base:96> source /Users/jbourassa/.rvm/scripts/functions/init | |
+/Users/jbourassa/.rvm/scripts/base:95> entry=cleanup | |
+/Users/jbourassa/.rvm/scripts/base:96> source /Users/jbourassa/.rvm/scripts/functions/cleanup | |
+/Users/jbourassa/.rvm/scripts/base:95> entry=env | |
+/Users/jbourassa/.rvm/scripts/base:96> source /Users/jbourassa/.rvm/scripts/functions/env | |
+/Users/jbourassa/.rvm/scripts/base:95> entry=rvmrc | |
+/Users/jbourassa/.rvm/scripts/base:96> source /Users/jbourassa/.rvm/scripts/functions/rvmrc | |
+/Users/jbourassa/.rvm/scripts/functions/rvmrc:3> export escape_flag _first _second | |
+/Users/jbourassa/.rvm/scripts/functions/rvmrc:4> escape_flag=1 | |
+/Users/jbourassa/.rvm/scripts/functions/rvmrc:5> _first=1 | |
+/Users/jbourassa/.rvm/scripts/functions/rvmrc:6> _second=2 | |
+/Users/jbourassa/.rvm/scripts/base:95> entry=install | |
+/Users/jbourassa/.rvm/scripts/base:96> source /Users/jbourassa/.rvm/scripts/functions/install | |
+/Users/jbourassa/.rvm/scripts/base:95> entry=environment | |
+/Users/jbourassa/.rvm/scripts/base:96> source /Users/jbourassa/.rvm/scripts/functions/environment | |
+/Users/jbourassa/.rvm/scripts/base:95> entry=gemset | |
+/Users/jbourassa/.rvm/scripts/base:96> source /Users/jbourassa/.rvm/scripts/functions/gemset | |
+/Users/jbourassa/.rvm/scripts/base:95> entry=db | |
+/Users/jbourassa/.rvm/scripts/base:96> source /Users/jbourassa/.rvm/scripts/functions/db | |
+/Users/jbourassa/.rvm/scripts/base:95> entry=bundler | |
+/Users/jbourassa/.rvm/scripts/base:96> source /Users/jbourassa/.rvm/scripts/functions/bundler | |
+/Users/jbourassa/.rvm/scripts/base:95> entry=checksum | |
+/Users/jbourassa/.rvm/scripts/base:96> source /Users/jbourassa/.rvm/scripts/functions/checksum | |
+/Users/jbourassa/.rvm/scripts/base:98> unset scripts entry rvm_base_except | |
+__rvm_initialize:5> __rvm_clean_path | |
+__rvm_clean_path:2> export PATH | |
+__rvm_clean_path:3> typeset IFS _iterator_path | |
+__rvm_clean_path:4> typeset -a _old_path _new_path | |
+__rvm_clean_path:5> IFS=: | |
+__rvm_clean_path:6> _old_path=( ) | |
+__rvm_clean_path:7> __rvm_custom_separated_array _old_path : /Users/jbourassa/.rvm/gems/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/bin:/bin:/usr/local/bin:/usr/local/sbin:/usr/local/share/python:/usr/bin:/usr/sbin:/sbin:/Users/jbourassa/pear/bin:/usr/local/share/npm/bin | |
+__rvm_custom_separated_array:2> typeset IFS | |
+__rvm_custom_separated_array:3> IFS=: | |
+__rvm_custom_separated_array:4> [[ -n 4.3.11 ]] | |
+__rvm_custom_separated_array:5> eval '_old_path+=( ${=3} )' | |
+(eval):1> _old_path+=( /Users/jbourassa/.rvm/gems/ruby-1.9.3-p194/bin /Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin /Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/bin /Users/jbourassa/.rvm/bin /bin /usr/local/bin /usr/local/sbin /usr/local/share/python /usr/bin /usr/sbin /sbin /Users/jbourassa/pear/bin /usr/local/share/npm/bin ) | |
+__rvm_clean_path:9> _iterator_path=/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194/bin | |
+__rvm_clean_path:11> [[ ":${_new_path[*]}:" -regex-match :${_iterator_path}: ]] | |
+__rvm_clean_path:11> _new_path+=( /Users/jbourassa/.rvm/gems/ruby-1.9.3-p194/bin ) | |
+__rvm_clean_path:9> _iterator_path=/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin | |
+__rvm_clean_path:11> [[ ":${_new_path[*]}:" -regex-match :${_iterator_path}: ]] | |
+__rvm_clean_path:11> _new_path+=( /Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin ) | |
+__rvm_clean_path:9> _iterator_path=/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/bin | |
+__rvm_clean_path:11> [[ ":${_new_path[*]}:" -regex-match :${_iterator_path}: ]] | |
+__rvm_clean_path:11> _new_path+=( /Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/bin ) | |
+__rvm_clean_path:9> _iterator_path=/Users/jbourassa/.rvm/bin | |
+__rvm_clean_path:11> [[ ":${_new_path[*]}:" -regex-match :${_iterator_path}: ]] | |
+__rvm_clean_path:11> _new_path+=( /Users/jbourassa/.rvm/bin ) | |
+__rvm_clean_path:9> _iterator_path=/bin | |
+__rvm_clean_path:11> [[ ":${_new_path[*]}:" -regex-match :${_iterator_path}: ]] | |
+__rvm_clean_path:11> _new_path+=( /bin ) | |
+__rvm_clean_path:9> _iterator_path=/usr/local/bin | |
+__rvm_clean_path:11> [[ ":${_new_path[*]}:" -regex-match :${_iterator_path}: ]] | |
+__rvm_clean_path:11> _new_path+=( /usr/local/bin ) | |
+__rvm_clean_path:9> _iterator_path=/usr/local/sbin | |
+__rvm_clean_path:11> [[ ":${_new_path[*]}:" -regex-match :${_iterator_path}: ]] | |
+__rvm_clean_path:11> _new_path+=( /usr/local/sbin ) | |
+__rvm_clean_path:9> _iterator_path=/usr/local/share/python | |
+__rvm_clean_path:11> [[ ":${_new_path[*]}:" -regex-match :${_iterator_path}: ]] | |
+__rvm_clean_path:11> _new_path+=( /usr/local/share/python ) | |
+__rvm_clean_path:9> _iterator_path=/usr/bin | |
+__rvm_clean_path:11> [[ ":${_new_path[*]}:" -regex-match :${_iterator_path}: ]] | |
+__rvm_clean_path:11> _new_path+=( /usr/bin ) | |
+__rvm_clean_path:9> _iterator_path=/usr/sbin | |
+__rvm_clean_path:11> [[ ":${_new_path[*]}:" -regex-match :${_iterator_path}: ]] | |
+__rvm_clean_path:11> _new_path+=( /usr/sbin ) | |
+__rvm_clean_path:9> _iterator_path=/sbin | |
+__rvm_clean_path:11> [[ ":${_new_path[*]}:" -regex-match :${_iterator_path}: ]] | |
+__rvm_clean_path:11> _new_path+=( /sbin ) | |
+__rvm_clean_path:9> _iterator_path=/Users/jbourassa/pear/bin | |
+__rvm_clean_path:11> [[ ":${_new_path[*]}:" -regex-match :${_iterator_path}: ]] | |
+__rvm_clean_path:11> _new_path+=( /Users/jbourassa/pear/bin ) | |
+__rvm_clean_path:9> _iterator_path=/usr/local/share/npm/bin | |
+__rvm_clean_path:11> [[ ":${_new_path[*]}:" -regex-match :${_iterator_path}: ]] | |
+__rvm_clean_path:11> _new_path+=( /usr/local/share/npm/bin ) | |
+__rvm_clean_path:13> PATH=/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/bin:/bin:/usr/local/bin:/usr/local/sbin:/usr/local/share/python:/usr/bin:/usr/sbin:/sbin:/Users/jbourassa/pear/bin:/usr/local/share/npm/bin | |
+__rvm_clean_path:14> hash -r | |
+__rvm_initialize:6> __rvm_conditionally_add_bin_path | |
+__rvm_conditionally_add_bin_path:2> [[ ":${PATH}:" -regex-match ":${rvm_bin_path}:" ]] | |
+__rvm_initialize:7> export PATH | |
+__rvm_initialize:9> [[ ! -d /Users/jbourassa/.rvm/tmp ]] | |
+__rvm_initialize:14> return 0 | |
+__rvm_parse_args:638> [[ -n 4.3.11 ]] | |
+__rvm_parse_args:673> [[ -z reinstall ]] | |
+__rvm_parse_args:676> [[ error == reinstall || 0 -eq 1 || -n '' ]] | |
+__rvm_parse_args:16> [[ -n reinstall ]] | |
+__rvm_parse_args:18> rvm_token=reinstall | |
+__rvm_parse_args:20> (( 2 > 0 )) | |
+__rvm_parse_args:22> next_token=1.9.3 | |
+__rvm_parse_args:23> shift | |
+__rvm_parse_args:28> case reinstall ([[:alnum:]]*|@*) | |
+__rvm_parse_args:31> case reinstall (use) | |
+__rvm_parse_args:31> case reinstall (install|uninstall|reinstall|try_install) | |
+__rvm_parse_args:44> export 'reinstall_flag=1' | |
+__rvm_parse_args:45> rvm_action=reinstall | |
+__rvm_parse_args:673> [[ -z reinstall ]] | |
+__rvm_parse_args:676> [[ error == reinstall || 0 -eq 1 || -n '' ]] | |
+__rvm_parse_args:16> [[ -n 1.9.3 ]] | |
+__rvm_parse_args:18> rvm_token=1.9.3 | |
+__rvm_parse_args:20> (( 1 > 0 )) | |
+__rvm_parse_args:22> next_token='--with-readline-dir=/usr/local/Cellar/readline/6.2.4' | |
+__rvm_parse_args:23> shift | |
+__rvm_parse_args:28> case 1.9.3 ([[:alnum:]]*|@*) | |
+__rvm_parse_args:31> case 1.9.3 (use) | |
+__rvm_parse_args:31> case 1.9.3 (install|uninstall|reinstall|try_install) | |
+__rvm_parse_args:31> case 1.9.3 (gemset) | |
+__rvm_parse_args:31> case 1.9.3 (gemdir|gempath|gemhome) | |
+__rvm_parse_args:31> case 1.9.3 (pkg) | |
+__rvm_parse_args:31> case 1.9.3 (do|exec) | |
+__rvm_parse_args:31> case 1.9.3 (gem|rake|ruby) | |
+__rvm_parse_args:31> case 1.9.3 (fetch|version|srcdir|reset|debug|reload|update|monitor|notes|implode|seppuku|question|answer|env|unexport|requirements|automount|prepare) | |
+__rvm_parse_args:31> case 1.9.3 (mount) | |
+__rvm_parse_args:31> case 1.9.3 (rm|remove) | |
+__rvm_parse_args:31> case 1.9.3 (rtfm|RTFM|rvmrc|usage|help|inspect|list|ls|info|strings|get|current|docs|alias|rubygems|cleanup|tools|disk-usage|snapshot|repair|migrate|upgrade|cron|group|switch) | |
+__rvm_parse_args:31> case 1.9.3 (user) | |
+__rvm_parse_args:31> case 1.9.3 (load-rvmrc) | |
+__rvm_parse_args:31> case 1.9.3 (benchmark|bench) | |
+__rvm_parse_args:31> case 1.9.3 (specs|tests) | |
+__rvm_parse_args:31> case 1.9.3 (export) | |
+__rvm_parse_args:31> case 1.9.3 (alt*) | |
+__rvm_parse_args:31> case 1.9.3 (wrapper) | |
+__rvm_parse_args:31> case 1.9.3 (reboot|damnit|wtf|argh|BOOM|boom|wth) | |
+__rvm_parse_args:31> case 1.9.3 (in) | |
+__rvm_parse_args:31> case 1.9.3 (*,*) | |
+__rvm_parse_args:31> case 1.9.3 (@*) | |
+__rvm_parse_args:31> case 1.9.3 (*@*) | |
+__rvm_parse_args:31> case 1.9.3 (*+*) | |
+__rvm_parse_args:31> case 1.9.3 (*-*|+([[:digit:]]).+([[:digit:]])*) | |
+__rvm_parse_args:280> rvm_action=reinstall | |
+__rvm_parse_args:281> rvm_ruby_string=1.9.3 | |
+__rvm_parse_args:282> rvm_ruby_strings=1.9.3 | |
+__rvm_parse_args:673> [[ -z reinstall ]] | |
+__rvm_parse_args:676> [[ error == reinstall || 0 -eq 1 || -n '' ]] | |
+__rvm_parse_args:16> [[ -n '--with-readline-dir=/usr/local/Cellar/readline/6.2.4' ]] | |
+__rvm_parse_args:18> rvm_token='--with-readline-dir=/usr/local/Cellar/readline/6.2.4' | |
+__rvm_parse_args:20> (( 0 > 0 )) | |
+__rvm_parse_args:25> next_token='' | |
+__rvm_parse_args:28> case --with-readline-dir=/usr/local/Cellar/readline/6.2.4 ([[:alnum:]]*|@*) | |
+__rvm_parse_args:28> case --with-readline-dir=/usr/local/Cellar/readline/6.2.4 (-*) | |
+__rvm_parse_args:339> case --with-readline-dir=/usr/local/Cellar/readline/6.2.4 (-S) | |
+__rvm_parse_args:339> case --with-readline-dir=/usr/local/Cellar/readline/6.2.4 (-e) | |
+__rvm_parse_args:339> case --with-readline-dir=/usr/local/Cellar/readline/6.2.4 (-v|--version) | |
+__rvm_parse_args:339> case --with-readline-dir=/usr/local/Cellar/readline/6.2.4 (-n|--name) | |
+__rvm_parse_args:339> case --with-readline-dir=/usr/local/Cellar/readline/6.2.4 (--branch) | |
+__rvm_parse_args:339> case --with-readline-dir=/usr/local/Cellar/readline/6.2.4 (--repository|--repo|--url) | |
+__rvm_parse_args:339> case --with-readline-dir=/usr/local/Cellar/readline/6.2.4 (-r|--remote|--binary) | |
+__rvm_parse_args:339> case --with-readline-dir=/usr/local/Cellar/readline/6.2.4 (--ree-options) | |
+__rvm_parse_args:339> case --with-readline-dir=/usr/local/Cellar/readline/6.2.4 (--patches|--patch) | |
+__rvm_parse_args:339> case --with-readline-dir=/usr/local/Cellar/readline/6.2.4 (--arch|--archflags) | |
+__rvm_parse_args:339> case --with-readline-dir=/usr/local/Cellar/readline/6.2.4 (--with-arch=*) | |
+__rvm_parse_args:339> case --with-readline-dir=/usr/local/Cellar/readline/6.2.4 (--32) | |
+__rvm_parse_args:339> case --with-readline-dir=/usr/local/Cellar/readline/6.2.4 (--64) | |
+__rvm_parse_args:339> case --with-readline-dir=/usr/local/Cellar/readline/6.2.4 (--universal) | |
+__rvm_parse_args:339> case --with-readline-dir=/usr/local/Cellar/readline/6.2.4 (--bin) | |
+__rvm_parse_args:339> case --with-readline-dir=/usr/local/Cellar/readline/6.2.4 (--rdoc|--yard) | |
+__rvm_parse_args:339> case --with-readline-dir=/usr/local/Cellar/readline/6.2.4 (-f|--file) | |
+__rvm_parse_args:339> case --with-readline-dir=/usr/local/Cellar/readline/6.2.4 (--passenger) | |
+__rvm_parse_args:339> case --with-readline-dir=/usr/local/Cellar/readline/6.2.4 (--editor) | |
+__rvm_parse_args:339> case --with-readline-dir=/usr/local/Cellar/readline/6.2.4 (--symlink) | |
+__rvm_parse_args:339> case --with-readline-dir=/usr/local/Cellar/readline/6.2.4 (-h|--help) | |
+__rvm_parse_args:339> case --with-readline-dir=/usr/local/Cellar/readline/6.2.4 (-l|--level) | |
+__rvm_parse_args:339> case --with-readline-dir=/usr/local/Cellar/readline/6.2.4 (--sha|--make|--make-install) | |
+__rvm_parse_args:339> case --with-readline-dir=/usr/local/Cellar/readline/6.2.4 (--nice|--sdk|--autoconf-flags|--proxy) | |
+__rvm_parse_args:339> case --with-readline-dir=/usr/local/Cellar/readline/6.2.4 (--disable-llvm|--disable-jit) | |
+__rvm_parse_args:339> case --with-readline-dir=/usr/local/Cellar/readline/6.2.4 (--enable-llvm|--enable-jit) | |
+__rvm_parse_args:339> case --with-readline-dir=/usr/local/Cellar/readline/6.2.4 (--install) | |
+__rvm_parse_args:339> case --with-readline-dir=/usr/local/Cellar/readline/6.2.4 (--color=*) | |
+__rvm_parse_args:339> case --with-readline-dir=/usr/local/Cellar/readline/6.2.4 (--pretty) | |
+__rvm_parse_args:339> case --with-readline-dir=/usr/local/Cellar/readline/6.2.4 (--1.8|--1.9|--18|--19) | |
+__rvm_parse_args:339> case --with-readline-dir=/usr/local/Cellar/readline/6.2.4 (--rvmrc|--versions-conf|--ruby-version) | |
+__rvm_parse_args:339> case --with-readline-dir=/usr/local/Cellar/readline/6.2.4 (--head|--static) | |
+__rvm_parse_args:339> case --with-readline-dir=/usr/local/Cellar/readline/6.2.4 (--self|--gem|--rubygems|--reconfigure|--default|--force|--export|--summary|--latest|--yaml|--json|--archive|--shebang|--env|--path|--cron|--tail|--delete|--verbose|--import|--sticky|--create|--gems|--docs|--skip-autoreconf|--force-autoconf|--auto|--autoinstall-bundler|--disable-binary|--ignore-gemsets|--skip-gemsets|--debug|--quiet|--silent) | |
+__rvm_parse_args:339> case --with-readline-dir=/usr/local/Cellar/readline/6.2.4 (--dump-environment|--verify-downloads) | |
+__rvm_parse_args:339> case --with-readline-dir=/usr/local/Cellar/readline/6.2.4 (--clang) | |
+__rvm_parse_args:339> case --with-readline-dir=/usr/local/Cellar/readline/6.2.4 (-M) | |
+__rvm_parse_args:339> case --with-readline-dir=/usr/local/Cellar/readline/6.2.4 (-j) | |
+__rvm_parse_args:339> case --with-readline-dir=/usr/local/Cellar/readline/6.2.4 (--with-rubies) | |
+__rvm_parse_args:339> case --with-readline-dir=/usr/local/Cellar/readline/6.2.4 (-C|--configure) | |
+__rvm_parse_args:339> case --with-readline-dir=/usr/local/Cellar/readline/6.2.4 (--movable) | |
+__rvm_parse_args:339> case --with-readline-dir=/usr/local/Cellar/readline/6.2.4 (--with-*|--without-*|--enable-*|--disable-*) | |
+__rvm_parse_args:631> rvm_configure_flags+=( '--with-readline-dir=/usr/local/Cellar/readline/6.2.4' ) | |
+__rvm_parse_args:632> rvm_disable_binary_flag=1 | |
+__rvm_parse_args:673> [[ -z reinstall ]] | |
+__rvm_parse_args:676> [[ error == reinstall || 0 -eq 1 || -n '' ]] | |
+__rvm_parse_args:16> [[ -n '' ]] | |
+__rvm_parse_args:681> : rvm_ruby_args:0:: | |
+__rvm_parse_args:683> [[ -n '' ]] | |
+/Users/jbourassa/.rvm/scripts/base:11> [[ -z 4.3.11 ]] | |
+/Users/jbourassa/.rvm/scripts/base:21> export __array_start rvm_path | |
+/Users/jbourassa/.rvm/scripts/base:26> [[ -n 4.3.11 ]] | |
+/Users/jbourassa/.rvm/scripts/base:28> __array_start=1 | |
+/Users/jbourassa/.rvm/scripts/base:33> (( 0 == 0 )) | |
+/Users/jbourassa/.rvm/scripts/base:35> [[ -n 022 ]] | |
+/Users/jbourassa/.rvm/scripts/base:36> rvm_rvmrc_files=( /etc/rvmrc /Users/jbourassa/.rvmrc ) | |
+/Users/jbourassa/.rvm/scripts/base:37> [[ -n /Users/jbourassa ]] | |
+/Users/jbourassa/.rvm/scripts/base:37> [[ /Users/jbourassa/.rvmrc -ef /Users/jbourassa/.rvmrc ]] | |
+/Users/jbourassa/.rvm/scripts/base:38> rvm_rvmrc_files+=( /Users/jbourassa/.rvmrc ) | |
+/Users/jbourassa/.rvm/scripts/base:41> rvmrc=/etc/rvmrc | |
+/Users/jbourassa/.rvm/scripts/base:43> [[ -f /etc/rvmrc ]] | |
+/Users/jbourassa/.rvm/scripts/base:41> rvmrc=/Users/jbourassa/.rvmrc | |
+/Users/jbourassa/.rvm/scripts/base:43> [[ -f /Users/jbourassa/.rvmrc ]] | |
+/Users/jbourassa/.rvm/scripts/base:41> rvmrc=/Users/jbourassa/.rvmrc | |
+/Users/jbourassa/.rvm/scripts/base:43> [[ -f /Users/jbourassa/.rvmrc ]] | |
+/Users/jbourassa/.rvm/scripts/base:58> unset rvm_rvmrc_files | |
+/Users/jbourassa/.rvm/scripts/base:61> export rvm_path | |
+/Users/jbourassa/.rvm/scripts/base:62> [[ -z /Users/jbourassa/.rvm ]] | |
+/Users/jbourassa/.rvm/scripts/base:74> true /Users/jbourassa/.rvm/scripts | |
+/Users/jbourassa/.rvm/scripts/base:77> source /Users/jbourassa/.rvm/scripts/initialize | |
+/Users/jbourassa/.rvm/scripts/initialize:3> : rvm_trace_flag:1 | |
+/Users/jbourassa/.rvm/scripts/initialize:4> (( rvm_trace_flag > 0 )) | |
+/Users/jbourassa/.rvm/scripts/initialize:6> set -o xtrace | |
+/Users/jbourassa/.rvm/scripts/initialize:9> [[ -z 4.3.11 ]] | |
+/Users/jbourassa/.rvm/scripts/initialize:21> [[ -n '' ]] | |
+/Users/jbourassa/.rvm/scripts/initialize:24> [[ -n 4.3.11 ]] | |
+/Users/jbourassa/.rvm/scripts/initialize:26> setopt extendedglob | |
+/Users/jbourassa/.rvm/scripts/initialize:27> setopt kshglob | |
+/Users/jbourassa/.rvm/scripts/initialize:28> setopt no_glob_subst | |
+/Users/jbourassa/.rvm/scripts/initialize:33> export __rvm_env_loaded | |
+/Users/jbourassa/.rvm/scripts/initialize:35> : __rvm_env_loaded:2: | |
+/Users/jbourassa/.rvm/scripts/initialize:37> : __rvm_env_loaded:3: | |
+/Users/jbourassa/.rvm/scripts/initialize:40> [[ -z /Users/jbourassa/.rvm/tmp ]] | |
+/Users/jbourassa/.rvm/scripts/initialize:40> (( __rvm_env_loaded == 1 )) | |
+/Users/jbourassa/.rvm/scripts/base:81> case (*[[:space:]]selector[[:space:]]*) | |
+/Users/jbourassa/.rvm/scripts/base:81> case (*) | |
+/Users/jbourassa/.rvm/scripts/base:86> source /Users/jbourassa/.rvm/scripts/selector | |
+/Users/jbourassa/.rvm/scripts/base:87> source /Users/jbourassa/.rvm/scripts/selector_gemsets | |
+/Users/jbourassa/.rvm/scripts/base:91> typeset -a scripts | |
+/Users/jbourassa/.rvm/scripts/base:92> scripts=( logging support utility init cleanup env rvmrc install environment gemset db bundler checksum ) | |
+/Users/jbourassa/.rvm/scripts/base:95> entry=logging | |
+/Users/jbourassa/.rvm/scripts/base:96> source /Users/jbourassa/.rvm/scripts/functions/logging | |
+/Users/jbourassa/.rvm/scripts/functions/logging:40> rvm_error_clr=+/Users/jbourassa/.rvm/scripts/functions/logging:40> /Users/jbourassa/.rvm/scripts/color red | |
+/Users/jbourassa/.rvm/scripts/functions/logging:40> rvm_error_clr='' | |
+/Users/jbourassa/.rvm/scripts/functions/logging:41> rvm_warn_clr=+/Users/jbourassa/.rvm/scripts/functions/logging:41> /Users/jbourassa/.rvm/scripts/color yellow | |
+/Users/jbourassa/.rvm/scripts/functions/logging:41> rvm_warn_clr='' | |
+/Users/jbourassa/.rvm/scripts/functions/logging:42> rvm_debug_clr=+/Users/jbourassa/.rvm/scripts/functions/logging:42> /Users/jbourassa/.rvm/scripts/color magenta | |
+/Users/jbourassa/.rvm/scripts/functions/logging:42> rvm_debug_clr='' | |
+/Users/jbourassa/.rvm/scripts/functions/logging:43> rvm_notify_clr=+/Users/jbourassa/.rvm/scripts/functions/logging:43> /Users/jbourassa/.rvm/scripts/color green | |
+/Users/jbourassa/.rvm/scripts/functions/logging:43> rvm_notify_clr='' | |
+/Users/jbourassa/.rvm/scripts/functions/logging:44> rvm_reset_clr=+/Users/jbourassa/.rvm/scripts/functions/logging:44> /Users/jbourassa/.rvm/scripts/color reset | |
+/Users/jbourassa/.rvm/scripts/functions/logging:44> rvm_reset_clr='' | |
+/Users/jbourassa/.rvm/scripts/base:95> entry=support | |
+/Users/jbourassa/.rvm/scripts/base:96> source /Users/jbourassa/.rvm/scripts/functions/support | |
+/Users/jbourassa/.rvm/scripts/functions/support:3> [[ -z tar ]] | |
+/Users/jbourassa/.rvm/scripts/functions/support:12> [[ ! " ${rvm_tar_options:-} " -regex-match " --no-same-owner " ]] | |
+/Users/jbourassa/.rvm/scripts/functions/support:13> GREP_OPTIONS='' grep -- --no-same-owner | |
+/Users/jbourassa/.rvm/scripts/base:95> entry=utility | |
+/Users/jbourassa/.rvm/scripts/base:96> source /Users/jbourassa/.rvm/scripts/functions/utility | |
+/Users/jbourassa/.rvm/scripts/base:95> entry=init | |
+/Users/jbourassa/.rvm/scripts/base:96> source /Users/jbourassa/.rvm/scripts/functions/init | |
+/Users/jbourassa/.rvm/scripts/base:95> entry=cleanup | |
+/Users/jbourassa/.rvm/scripts/base:96> source /Users/jbourassa/.rvm/scripts/functions/cleanup | |
+/Users/jbourassa/.rvm/scripts/base:95> entry=env | |
+/Users/jbourassa/.rvm/scripts/base:96> source /Users/jbourassa/.rvm/scripts/functions/env | |
+/Users/jbourassa/.rvm/scripts/base:95> entry=rvmrc | |
+/Users/jbourassa/.rvm/scripts/base:96> source /Users/jbourassa/.rvm/scripts/functions/rvmrc | |
+/Users/jbourassa/.rvm/scripts/functions/rvmrc:3> export escape_flag _first _second | |
+/Users/jbourassa/.rvm/scripts/functions/rvmrc:4> escape_flag=1 | |
+/Users/jbourassa/.rvm/scripts/functions/rvmrc:5> _first=1 | |
+/Users/jbourassa/.rvm/scripts/functions/rvmrc:6> _second=2 | |
+/Users/jbourassa/.rvm/scripts/base:95> entry=install | |
+/Users/jbourassa/.rvm/scripts/base:96> source /Users/jbourassa/.rvm/scripts/functions/install | |
+/Users/jbourassa/.rvm/scripts/base:95> entry=environment | |
+/Users/jbourassa/.rvm/scripts/base:96> source /Users/jbourassa/.rvm/scripts/functions/environment | |
+/Users/jbourassa/.rvm/scripts/base:95> entry=gemset | |
+/Users/jbourassa/.rvm/scripts/base:96> source /Users/jbourassa/.rvm/scripts/functions/gemset | |
+/Users/jbourassa/.rvm/scripts/base:95> entry=db | |
+/Users/jbourassa/.rvm/scripts/base:96> source /Users/jbourassa/.rvm/scripts/functions/db | |
+/Users/jbourassa/.rvm/scripts/base:95> entry=bundler | |
+/Users/jbourassa/.rvm/scripts/base:96> source /Users/jbourassa/.rvm/scripts/functions/bundler | |
+/Users/jbourassa/.rvm/scripts/base:95> entry=checksum | |
+/Users/jbourassa/.rvm/scripts/base:96> source /Users/jbourassa/.rvm/scripts/functions/checksum | |
+/Users/jbourassa/.rvm/scripts/base:98> unset scripts entry rvm_base_except | |
+/Users/jbourassa/.rvm/scripts/manage:12> source /Users/jbourassa/.rvm/scripts/patches | |
+/Users/jbourassa/.rvm/scripts/manage:13> source /Users/jbourassa/.rvm/scripts/functions/build | |
+/Users/jbourassa/.rvm/scripts/manage:14> source /Users/jbourassa/.rvm/scripts/functions/pkg | |
+/Users/jbourassa/.rvm/scripts/manage:15> source /Users/jbourassa/.rvm/scripts/functions/irbrc | |
+/Users/jbourassa/.rvm/scripts/manage:16> source /Users/jbourassa/.rvm/scripts/functions/db | |
+/Users/jbourassa/.rvm/scripts/manage:17> source /Users/jbourassa/.rvm/scripts/functions/manage/base | |
+/Users/jbourassa/.rvm/scripts/manage:19> [[ -n '' ]] | |
+/Users/jbourassa/.rvm/scripts/manage:22> unset RUBYLIB RUBYOPT | |
+/Users/jbourassa/.rvm/scripts/manage:24> binaries=( ) | |
+/Users/jbourassa/.rvm/scripts/manage:26> __rvm_manage_rubies | |
+__rvm_manage_rubies:2> typeset manage_result bin_line current_ruby_string | |
+__rvm_manage_rubies:3> typeset -a rubies | |
+__rvm_manage_rubies:4> rubies=( ) | |
+__rvm_manage_rubies:6> rvm_gemset_name='' | |
+__rvm_manage_rubies:7> rvm_ruby_selected_flag=0 | |
+__rvm_manage_rubies:8> rvm_ruby_gem_home='//@*' | |
+__rvm_manage_rubies:9> rvm_ruby_string=1.9.3 | |
+__rvm_manage_rubies:13> [[ -n 1.9.3 && 1.9.3 != all ]] | |
+__rvm_manage_rubies:15> __rvm_custom_separated_array rubies , 1.9.3 | |
+__rvm_custom_separated_array:2> typeset IFS | |
+__rvm_custom_separated_array:3> IFS=, | |
+__rvm_custom_separated_array:4> [[ -n 4.3.11 ]] | |
+__rvm_custom_separated_array:5> eval 'rubies+=( ${=3} )' | |
+(eval):1> rubies+=( 1.9.3 ) | |
+__rvm_manage_rubies:36> rvm_ruby_string=1.9.3 | |
+__rvm_manage_rubies:38> rvm_debug '1.9.3 - reinstall' | |
+rvm_debug:2> (( 0 )) | |
+rvm_debug:2> return 0 | |
+__rvm_manage_rubies:39> current_ruby_string=1.9.3 | |
+__rvm_manage_rubies:43> rvm_hook=before_install | |
+__rvm_manage_rubies:44> source /Users/jbourassa/.rvm/scripts/hook | |
+/Users/jbourassa/.rvm/scripts/hook:5> old_rvm_verbose_flag=0 | |
+/Users/jbourassa/.rvm/scripts/hook:6> old_rvm_debug_flag=0 | |
+/Users/jbourassa/.rvm/scripts/hook:11> true rvm_verbose_flag:0 rvm_debug_flag:0 rvm_hook:before_install | |
+/Users/jbourassa/.rvm/scripts/hook:15> [[ -n before_install ]] | |
+/Users/jbourassa/.rvm/scripts/hook:17> hooks=( /Users/jbourassa/.rvm/hooks ) | |
+/Users/jbourassa/.rvm/scripts/hook:18> [[ /Users/jbourassa/.rvm/hooks == /Users/jbourassa/.rvm/hooks ]] | |
+/Users/jbourassa/.rvm/scripts/hook:21> _hooks_list=+/Users/jbourassa/.rvm/scripts/hook:21> _hooks_list=( ) | |
+/Users/jbourassa/.rvm/scripts/hook:37> unset rvm_hook hooks _hooks_list hook | |
+__rvm_manage_rubies:45> __rvm_reinstall_ruby | |
+__rvm_reinstall_ruby:2> __rvm_remove_ruby reinstall | |
+__rvm_remove_ruby:2> (( 0 )) | |
+__rvm_remove_ruby:2> __rvm_select | |
+__rvm_select:2> true | |
+__rvm_select:3> typeset _original_env_string | |
+__rvm_select:4> _original_env_string='' | |
+__rvm_select:7> export -a rvm_configure_flags rvm_patch_names rvm_ree_options rvm_make_flags | |
+__rvm_select:8> export GEM_HOME GEM_PATH MY_RUBY_HOME RUBY_VERSION IRBRC | |
+__rvm_select:9> 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 rvm_architectures | |
+__rvm_select:11> [[ -z 1.9.3 ]] | |
+__rvm_select:35> __rvm_ruby_string | |
+__rvm_ruby_string:10> typeset ruby_string gemset_name expanded_alias_name repo_url branch_name ruby_name | |
+__rvm_ruby_string:12> __rvm_default_flags | |
+__rvm_default_flags:2> true 0 0 | |
+__rvm_ruby_string:14> rvm_expanding_aliases='' | |
+__rvm_ruby_string:16> true '' '' '' '' '' '' '' @ 1.9.3 0 0 | |
+__rvm_ruby_string:22> echo 1.9.3 | |
+__rvm_ruby_string:29> (( rvm_expanding_aliases == 0 )) | |
+__rvm_ruby_string:30> [[ -n 1.9.3 && 1.9.3 != system ]] | |
+__rvm_ruby_string:32> expanded_alias_name=+__rvm_ruby_string:32> expanded_alias_name='' | |
+__rvm_ruby_string:33> [[ -n '' ]] | |
+__rvm_ruby_string:36> [[ 1.9.3 == default ]] | |
+__rvm_ruby_string:43> echo 1.9.3 | |
+__rvm_ruby_string:49> ruby_string=1.9.3 | |
+__rvm_ruby_string:50> gemset_name='' | |
+__rvm_ruby_string:51> repo_url='' | |
+__rvm_ruby_string:52> branch_name='' | |
+__rvm_ruby_string:53> ruby_name='' | |
+__rvm_ruby_string:55> __rvm_unset_ruby_variables | |
+__rvm_unset_ruby_variables:3> 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 | |
+__rvm_unset_ruby_variables:4> __rvm_load_rvmrc | |
+__rvm_load_rvmrc:2> typeset _file | |
+__rvm_load_rvmrc:3> typeset -a rvm_rvmrc_files | |
+__rvm_load_rvmrc:4> (( 0 == 1 )) | |
+__rvm_load_rvmrc:9> [[ -n 022 ]] | |
+__rvm_load_rvmrc:11> rvm_rvmrc_files=( /etc/rvmrc /Users/jbourassa/.rvmrc ) | |
+__rvm_load_rvmrc:12> [[ -n /Users/jbourassa ]] | |
+__rvm_load_rvmrc:12> [[ /Users/jbourassa/.rvmrc -ef /Users/jbourassa/.rvmrc ]] | |
+__rvm_load_rvmrc:13> rvm_rvmrc_files+=( /Users/jbourassa/.rvmrc ) | |
+__rvm_load_rvmrc:15> _file=/etc/rvmrc | |
+__rvm_load_rvmrc:17> [[ -s /etc/rvmrc ]] | |
+__rvm_load_rvmrc:15> _file=/Users/jbourassa/.rvmrc | |
+__rvm_load_rvmrc:17> [[ -s /Users/jbourassa/.rvmrc ]] | |
+__rvm_load_rvmrc:15> _file=/Users/jbourassa/.rvmrc | |
+__rvm_load_rvmrc:17> [[ -s /Users/jbourassa/.rvmrc ]] | |
+__rvm_load_rvmrc:32> return 0 | |
+__rvm_ruby_string:57> rvm_ruby_repo_url='' | |
+__rvm_ruby_string:58> rvm_ruby_repo_branch='' | |
+__rvm_ruby_string:59> rvm_ruby_name='' | |
+__rvm_ruby_string:61> [[ -n '' ]] | |
+__rvm_ruby_string:67> strings=( ) | |
+__rvm_ruby_string:68> __rvm_custom_separated_array strings - 1.9.3 | |
+__rvm_custom_separated_array:2> typeset IFS | |
+__rvm_custom_separated_array:3> IFS=- | |
+__rvm_custom_separated_array:4> [[ -n 4.3.11 ]] | |
+__rvm_custom_separated_array:5> eval 'strings+=( ${=3} )' | |
+(eval):1> strings+=( 1.9.3 ) | |
+__rvm_ruby_string:70> (( 1 == 0 )) | |
+__rvm_ruby_string:85> string=1.9.3 | |
+__rvm_ruby_string:87> case 1.9.3 (head) | |
+__rvm_ruby_string:87> case 1.9.3 (system) | |
+__rvm_ruby_string:87> case 1.9.3 (ext|external) | |
+__rvm_ruby_string:87> case 1.9.3 (nightly) | |
+__rvm_ruby_string:87> case 1.9.3 (preview*) | |
+__rvm_ruby_string:87> case 1.9.3 (rc[[:digit:]]*) | |
+__rvm_ruby_string:87> case 1.9.3 ([[:digit:]].[[:digit:]]*) | |
+__rvm_ruby_string:137> [[ '' == rbx ]] | |
+__rvm_ruby_string:150> case 1.9.3 (0.+([[:digit:]])|0.+([[:digit:]]).+([[:digit:]])|1.+([[:digit:]]).+([[:digit:]])|2.+([[:digit:]]).+([[:digit:]])|1.+([[:digit:]]).+([[:digit:]]).+([[:digit:]])|1.+([[:digit:]])) | |
+__rvm_ruby_string:152> rvm_ruby_version=1.9.3 | |
+__rvm_ruby_string:153> rvm_ruby_revision='' | |
+__rvm_ruby_string:154> rvm_ruby_tag='' | |
+__rvm_ruby_string:258> [[ -z '' ]] | |
+__rvm_ruby_string:261> case 1.9.3 (1.[8-9]*) | |
+__rvm_ruby_string:262> rvm_ruby_interpreter=ruby | |
+__rvm_ruby_string:274> rvm_ruby_version=1.9.3 | |
+__rvm_ruby_string:275> [[ -z 1.9.3 ]] | |
+__rvm_ruby_string:282> [[ -z 1.9.3 ]] | |
+__rvm_ruby_string:286> rvm_ruby_string=ruby-1.9.3 | |
+__rvm_ruby_string:289> [[ ruby == ext ]] | |
+__rvm_ruby_string:293> (( 0 == 1 )) | |
+__rvm_ruby_string:297> [[ -n '' ]] | |
+__rvm_ruby_string:301> [[ -n '' ]] | |
+__rvm_ruby_string:305> [[ -n '' ]] | |
+__rvm_ruby_string:309> [[ -n '' ]] | |
+__rvm_ruby_string:313> [[ -n '' ]] | |
+__rvm_ruby_string:318> patch_level=+__rvm_ruby_string:319> __rvm_db ruby_1.9.3_patch_level | |
+__rvm_db:2> typeset value key variable | |
+__rvm_db:4> key=ruby_1.9.3_patch_level | |
+__rvm_db:5> key=ruby_1.9.3_patch_level | |
+__rvm_db:6> variable='' | |
+__rvm_db:8> [[ -f /Users/jbourassa/.rvm/user/db ]] | |
+__rvm_db:9> value=+__rvm_db:9> /Users/jbourassa/.rvm/scripts/db /Users/jbourassa/.rvm/user/db ruby_1.9.3_patch_level | |
+__rvm_db:9> value='' | |
+__rvm_db:12> [[ -z '' ]] | |
+__rvm_db:13> value=+__rvm_db:13> /Users/jbourassa/.rvm/scripts/db /Users/jbourassa/.rvm/config/db ruby_1.9.3_patch_level | |
+__rvm_db:13> value=194 | |
+__rvm_db:16> [[ -n 194 ]] | |
+__rvm_db:17> [[ -z '' ]] | |
+__rvm_db:18> echo 194 | |
+__rvm_db:24> return 0 | |
+__rvm_ruby_string:318> patch_level=194 | |
+__rvm_ruby_string:322> [[ -n 194 ]] | |
+__rvm_ruby_string:324> case ruby (ree|kiji|rbx) | |
+__rvm_ruby_string:324> case ruby (*) | |
+__rvm_ruby_string:331> rvm_ruby_patch_level=p194 | |
+__rvm_ruby_string:337> [[ -n p194 ]] | |
+__rvm_ruby_string:339> rvm_ruby_patch_level=p194 | |
+__rvm_ruby_string:340> rvm_ruby_patch_level=p194 | |
+__rvm_ruby_string:341> rvm_ruby_string=ruby-1.9.3-p194 | |
+__rvm_ruby_string:343> case ruby (ree|kiji|rbx) | |
+__rvm_ruby_string:343> case ruby (*) | |
+__rvm_ruby_string:349> rvm_ruby_string=ruby-1.9.3-p194 | |
+__rvm_ruby_string:350> rvm_ruby_string=ruby-1.9.3-p194 | |
+__rvm_ruby_string:356> [[ -n '' ]] | |
+__rvm_ruby_string:365> detected_rvm_ruby_name='' | |
+__rvm_select:37> rvm_archive_extension=tar.gz | |
+__rvm_select:39> [[ -z ruby ]] | |
+__rvm_select:44> case ruby (missing) | |
+__rvm_select:44> case ruby (macruby) | |
+__rvm_select:44> case ruby (rbx|rubinius) | |
+__rvm_select:44> case ruby (jruby) | |
+__rvm_select:44> case ruby (maglev) | |
+__rvm_select:44> case ruby (ironruby) | |
+__rvm_select:44> case ruby (ree) | |
+__rvm_select:44> case ruby (kiji) | |
+__rvm_select:44> case ruby (goruby) | |
+__rvm_select:44> case ruby (tcs) | |
+__rvm_select:44> case ruby (ruby) | |
+__rvm_select:270> [[ -n p194 ]] | |
+__rvm_select:272> rvm_ruby_package_file=ruby-1.9.3-p194 | |
+__rvm_select:273> rvm_ruby_package_name=ruby-1.9.3-p194 | |
+__rvm_select:279> [[ -z 1.9.3 ]] | |
+__rvm_select:283> rvm_ruby_repo_url=+__rvm_select:283> __rvm_db ruby_repo_url | |
+__rvm_db:2> typeset value key variable | |
+__rvm_db:4> key=ruby_repo_url | |
+__rvm_db:5> key=ruby_repo_url | |
+__rvm_db:6> variable='' | |
+__rvm_db:8> [[ -f /Users/jbourassa/.rvm/user/db ]] | |
+__rvm_db:9> value=+__rvm_db:9> /Users/jbourassa/.rvm/scripts/db /Users/jbourassa/.rvm/user/db ruby_repo_url | |
+__rvm_db:9> value='' | |
+__rvm_db:12> [[ -z '' ]] | |
+__rvm_db:13> value=+__rvm_db:13> /Users/jbourassa/.rvm/scripts/db /Users/jbourassa/.rvm/config/db ruby_repo_url | |
+__rvm_db:13> value=git://github.com/ruby/ruby.git | |
+__rvm_db:16> [[ -n git://github.com/ruby/ruby.git ]] | |
+__rvm_db:17> [[ -z '' ]] | |
+__rvm_db:18> echo git://github.com/ruby/ruby.git | |
+__rvm_db:24> return 0 | |
+__rvm_select:283> rvm_ruby_repo_url=git://github.com/ruby/ruby.git | |
+__rvm_select:284> (( 0 == 0 )) | |
+__rvm_select:286> case 1.9.3 (1.8.4) | |
+__rvm_select:286> case 1.9.3 (*) | |
+__rvm_select:291> rvm_archive_extension=tar.bz2 | |
+__rvm_select:336> [[ -n 1.9.3 ]] | |
+__rvm_select:338> case 1.9.3 (+([[:digit:]]).+([[:digit:]]).+([[:digit:]])) | |
+__rvm_select:340> rvm_ruby_release_version=1 | |
+__rvm_select:341> rvm_ruby_major_version=1.9 | |
+__rvm_select:341> rvm_ruby_major_version=9 | |
+__rvm_select:342> rvm_ruby_minor_version=3 | |
+__rvm_select:352> [[ ruby == ext ]] | |
+__rvm_select:358> rvm_ruby_package_name=ruby-1.9.3-p194 | |
+__rvm_select:359> rvm_ruby_home=/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194 | |
+__rvm_select:360> rvm_ruby_irbrc=/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/.irbrc | |
+__rvm_select:361> rvm_ruby_binary=/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/bin/ruby | |
+__rvm_select:365> [[ maglev == ruby ]] | |
+__rvm_select:371> [[ system != ruby ]] | |
+__rvm_select:373> __rvm_gemset_select | |
+__rvm_gemset_select:2> __rvm_gemset_select_only | |
+__rvm_gemset_select_only:2> rvm_ruby_gem_home=/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194 | |
+__rvm_gemset_select_only:4> : rvm_ignore_gemsets_flag:0: | |
+__rvm_gemset_select_only:5> (( rvm_ignore_gemsets_flag )) | |
+__rvm_gemset_select_only:11> rvm_ruby_global_gems_path=/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global | |
+__rvm_gemset_select_only:13> __rvm_gemset_handle_default | |
+__rvm_gemset_handle_default:2> rvm_gemset_name=@@ | |
+__rvm_gemset_handle_default:3> rvm_gemset_name=@@ | |
+__rvm_gemset_handle_default:4> rvm_gemset_name=@ | |
+__rvm_gemset_handle_default:5> rvm_gemset_name='' | |
+__rvm_gemset_select_only:14> [[ -z '' ]] | |
+__rvm_gemset_select_only:17> [[ '' == global ]] | |
+__rvm_gemset_select_only:21> rvm_ruby_gem_path=/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194:/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global | |
+__rvm_gemset_select_only:25> [[ -n '' ]] | |
+__rvm_gemset_select_only:29> rvm_env_string=ruby-1.9.3-p194 | |
+__rvm_gemset_select:3> __rvm_gemset_select_validation | |
+__rvm_gemset_select_validation:3> [[ ! -d /Users/jbourassa/.rvm/gems/ruby-1.9.3-p194 ]] | |
+__rvm_gemset_select_validation:12> (( 0 == 1 )) | |
+__rvm_gemset_select:4> __rvm_gemset_select_ensure | |
+__rvm_gemset_select_ensure:2> mkdir -p /Users/jbourassa/.rvm/gems/ruby-1.9.3-p194 | |
+__rvm_gemset_select_ensure:4> __rvm_using_gemset_globalcache | |
+__rvm_using_gemset_globalcache:2> /Users/jbourassa/.rvm/scripts/db /Users/jbourassa/.rvm/user/db use_gemset_globalcache | |
+__rvm_using_gemset_globalcache:4> return 1 | |
+__rvm_select:374> case 0 (1|3|4) | |
+__rvm_select:381> rvm_ruby_selected_flag=1 | |
+__rvm_select:383> [[ -d /Users/jbourassa/.rvm/log/ruby-1.9.3-p194 ]] | |
+__rvm_select:385> mkdir -p /Users/jbourassa/.rvm/log/ruby-1.9.3-p194 | |
+__rvm_select:388> rvm_ruby_interpreter=ruby | |
+__rvm_remove_ruby:3> [[ -n ruby-1.9.3-p194 ]] | |
+__rvm_remove_ruby:9> typeset _dir | |
+__rvm_remove_ruby:10> _dir=/Users/jbourassa/.rvm/src | |
+__rvm_remove_ruby:13> [[ -d /Users/jbourassa/.rvm/src/ruby-1.9.3-p194 ]] | |
+__rvm_remove_ruby:17> rvm_log '/Users/jbourassa/.rvm/src/ruby-1.9.3-p194 has already been removed.' | |
+rvm_log:2> rvm_pretty_print stdout | |
+rvm_pretty_print:2> case auto (0|no) | |
+rvm_pretty_print:2> case auto (1|auto) | |
+rvm_pretty_print:7> case xterm (dumb|unknown) | |
+rvm_pretty_print:10> case stdout (stdout) | |
+rvm_pretty_print:11> [[ -t 1 ]] | |
+rvm_pretty_print:17> return 0 | |
+rvm_log:3> printf %b '/Users/jbourassa/.rvm/src/ruby-1.9.3-p194 has already been removed.\n' | |
/Users/jbourassa/.rvm/src/ruby-1.9.3-p194 has already been removed. | |
+__rvm_remove_ruby:10> _dir=/Users/jbourassa/.rvm/rubies | |
+__rvm_remove_ruby:13> [[ -d /Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194 ]] | |
+__rvm_remove_ruby:17> rvm_log '/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194 has already been removed.' | |
+rvm_log:2> rvm_pretty_print stdout | |
+rvm_pretty_print:2> case auto (0|no) | |
+rvm_pretty_print:2> case auto (1|auto) | |
+rvm_pretty_print:7> case xterm (dumb|unknown) | |
+rvm_pretty_print:10> case stdout (stdout) | |
+rvm_pretty_print:11> [[ -t 1 ]] | |
+rvm_pretty_print:17> return 0 | |
+rvm_log:3> printf %b '/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194 has already been removed.\n' | |
/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194 has already been removed. | |
+__rvm_remove_ruby:22> [[ -e /Users/jbourassa/.rvm/bin/ruby-1.9.3-p194 ]] | |
+__rvm_remove_ruby:27> [[ -d /Users/jbourassa/.rvm/externals/ruby-1.9.3-p194 ]] | |
+__rvm_remove_ruby:33> __rvm_remove_install_record ruby-1.9.3-p194 | |
+__rvm_remove_install_record:2> typeset recorded_ruby_name rvm_install_record_file | |
+__rvm_remove_install_record:3> recorded_ruby_name=+__rvm_remove_install_record:3> /Users/jbourassa/.rvm/scripts/tools strings ruby-1.9.3-p194 | |
++ [[ -z '' ]] | |
++ export PS4 | |
++ PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
++ /scripts/base : 21 > export __array_start rvm_path | |
++ /scripts/base : 26 > [[ -n '' ]] | |
++ /scripts/base : 30 > __array_start=0 | |
++ /scripts/base : 33 > (( 0 == 0 )) | |
++ /scripts/base : 35 > [[ -n 022 ]] | |
++ /scripts/base : 36 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc") | |
++ /scripts/base : 37 > [[ -n /Users/jbourassa ]] | |
++ /scripts/base : 37 > [[ /Users/jbourassa/.rvmrc -ef /Users/jbourassa/.rvmrc ]] | |
++ /scripts/base : 38 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc") | |
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"' | |
++ /scripts/base : 43 > [[ -f /etc/rvmrc ]] | |
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"' | |
++ /scripts/base : 43 > [[ -f /Users/jbourassa/.rvmrc ]] | |
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"' | |
++ /scripts/base : 43 > [[ -f /Users/jbourassa/.rvmrc ]] | |
++ /scripts/base : 58 > unset rvm_rvmrc_files | |
++ /scripts/base : 61 > export rvm_path | |
++ /scripts/base : 62 > [[ -z /Users/jbourassa/.rvm ]] | |
++ /scripts/base : 74 > true /Users/jbourassa/.rvm/scripts | |
++ /scripts/base : 77 > source /Users/jbourassa/.rvm/scripts/initialize | |
+++ /scripts/initialize : 3 > : rvm_trace_flag:1 | |
+++ /scripts/initialize : 4 > (( rvm_trace_flag > 0 )) | |
+++ /scripts/initialize : 6 > set -o xtrace | |
+++ /scripts/initialize : 9 > [[ -z '' ]] | |
+++ /scripts/initialize : 14 > export PS4 | |
+++ /scripts/initialize : 15 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
+++ /scripts/initialize : 21 > [[ -n 3.2.48(1)-release ]] | |
+++ /scripts/initialize : 23 > shopt -s extglob | |
+++ /scripts/initialize : 33 > export __rvm_env_loaded | |
+++ /scripts/initialize : 35 > : __rvm_env_loaded:3: | |
+++ /scripts/initialize : 37 > : __rvm_env_loaded:4: | |
+++ /scripts/initialize : 40 > [[ -z /Users/jbourassa/.rvm/tmp ]] | |
+++ /scripts/initialize : 40 > (( __rvm_env_loaded == 1 )) | |
++ /scripts/base : 81 > case " ${rvm_base_except:-} " in | |
++ /scripts/base : 86 > source /Users/jbourassa/.rvm/scripts/selector | |
++ /scripts/base : 87 > source /Users/jbourassa/.rvm/scripts/selector_gemsets | |
++ /scripts/base : 91 > typeset -a scripts | |
++ /scripts/base : 94 > scripts=(logging support utility init cleanup env rvmrc install environment gemset db bundler checksum) | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/logging | |
++++ /scripts/functions/logging : 40 > /Users/jbourassa/.rvm/scripts/color red | |
+++ /scripts/functions/logging : 40 > rvm_error_clr='' | |
++++ /scripts/functions/logging : 41 > /Users/jbourassa/.rvm/scripts/color yellow | |
+++ /scripts/functions/logging : 41 > rvm_warn_clr='' | |
++++ /scripts/functions/logging : 42 > /Users/jbourassa/.rvm/scripts/color magenta | |
+++ /scripts/functions/logging : 42 > rvm_debug_clr='' | |
++++ /scripts/functions/logging : 43 > /Users/jbourassa/.rvm/scripts/color green | |
+++ /scripts/functions/logging : 43 > rvm_notify_clr='' | |
++++ /scripts/functions/logging : 44 > /Users/jbourassa/.rvm/scripts/color reset | |
+++ /scripts/functions/logging : 44 > rvm_reset_clr='' | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/support | |
+++ /scripts/functions/support : 3 > [[ -z tar ]] | |
+++ /scripts/functions/support : 12 > [[ ! =~ --no-same-owner ]] | |
+++ /scripts/functions/support : 13 > tar --help | |
+++ /scripts/functions/support : 13 > GREP_OPTIONS= | |
+++ /scripts/functions/support : 13 > grep -- --no-same-owner | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/utility | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/init | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/cleanup | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/env | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/rvmrc | |
+++ /scripts/functions/rvmrc : 3 > export escape_flag _first _second | |
+++ /scripts/functions/rvmrc : 4 > escape_flag=1 | |
+++ /scripts/functions/rvmrc : 5 > _first=0 | |
+++ /scripts/functions/rvmrc : 6 > _second=1 | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/install | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/environment | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/gemset | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/db | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/bundler | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/checksum | |
++ /scripts/base : 98 > unset scripts entry rvm_base_except | |
+ /scripts/tools : 220 > args=($*) | |
+ /scripts/tools : 221 > action=strings | |
++ /scripts/tools : 222 > echo ruby-1.9.3-p194 | |
+ /scripts/tools : 222 > args=ruby-1.9.3-p194 | |
+ /scripts/tools : 224 > [[ -z strings ]] | |
+ /scripts/tools : 226 > case "$action" in | |
+ /scripts/tools : 229 > tools_strings ruby-1.9.3-p194 | |
+ /scripts/tools : tools_strings() 35 > for ruby_name in '"$@"' | |
+ /scripts/tools : tools_strings() 36 > __rvm_unset_ruby_variables | |
+ /scripts/functions/env : __rvm_unset_ruby_variables() 21 > 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 | |
+ /scripts/functions/env : __rvm_unset_ruby_variables() 22 > __rvm_load_rvmrc | |
+ /scripts/functions/init : __rvm_load_rvmrc() 5 > typeset _file | |
+ /scripts/functions/init : __rvm_load_rvmrc() 6 > typeset -a rvm_rvmrc_files | |
+ /scripts/functions/init : __rvm_load_rvmrc() 7 > (( 0 == 1 )) | |
+ /scripts/functions/init : __rvm_load_rvmrc() 12 > [[ -n 022 ]] | |
+ /scripts/functions/init : __rvm_load_rvmrc() 14 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc") | |
+ /scripts/functions/init : __rvm_load_rvmrc() 15 > [[ -n /Users/jbourassa ]] | |
+ /scripts/functions/init : __rvm_load_rvmrc() 15 > [[ /Users/jbourassa/.rvmrc -ef /Users/jbourassa/.rvmrc ]] | |
+ /scripts/functions/init : __rvm_load_rvmrc() 16 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc") | |
+ /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"' | |
+ /scripts/functions/init : __rvm_load_rvmrc() 20 > [[ -s /etc/rvmrc ]] | |
+ /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"' | |
+ /scripts/functions/init : __rvm_load_rvmrc() 20 > [[ -s /Users/jbourassa/.rvmrc ]] | |
+ /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"' | |
+ /scripts/functions/init : __rvm_load_rvmrc() 20 > [[ -s /Users/jbourassa/.rvmrc ]] | |
+ /scripts/functions/init : __rvm_load_rvmrc() 35 > return 0 | |
+ /scripts/tools : tools_strings() 37 > rvm_ruby_string=ruby-1.9.3-p194 | |
+ /scripts/tools : tools_strings() 39 > basename /Users/jbourassa/.rvm/gems/ruby-1.9.3-p194 | |
+ /scripts/tools : 236 > exit 0 | |
+__rvm_remove_install_record:3> recorded_ruby_name=ruby-1.9.3-p194 | |
+__rvm_remove_install_record:4> rvm_install_record_file=/Users/jbourassa/.rvm/user/installs | |
+__rvm_remove_install_record:6> [[ -s /Users/jbourassa/.rvm/user/installs ]] | |
+__rvm_remove_ruby:34> case reinstall (remove) | |
+__rvm_remove_ruby:34> case reinstall (uninstall) | |
+__rvm_remove_ruby:34> case reinstall (reinstall) | |
+__rvm_remove_ruby:48> true | |
+__rvm_remove_ruby:51> unset rvm_remove_flag | |
+__rvm_reinstall_ruby:3> __rvm_install_ruby | |
+__rvm_install_ruby:2> true 0 1 | |
+__rvm_install_ruby:3> typeset binary __rvm_ruby_name ruby_options ruby_install_type | |
+__rvm_install_ruby:6> (( rvm_ruby_selected_flag == 0 )) | |
+__rvm_install_ruby:30> [[ -n '' ]] | |
+__rvm_install_ruby:36> __rvm_install_ruby_try_remote | |
+__rvm_install_ruby_try_remote:2> : rvm_disable_binary_flag:1: rvm_remote_flag:0: | |
+__rvm_install_ruby_try_remote:3> (( rvm_disable_binary_flag )) | |
+__rvm_install_ruby_try_remote:41> return 2 | |
+__rvm_install_ruby:38> (( 2 == 2 )) | |
+__rvm_install_ruby:41> __rvm_check_for_compiler | |
+__rvm_check_for_compiler:2> __rvm_selected_compiler | |
+__rvm_selected_compiler:4> [[ " ${rvm_configure_flags[*]}" -regex-match " --with-gcc=" ]] | |
+__rvm_selected_compiler:17> [[ -n '' ]] | |
+__rvm_selected_compiler:22> return 1 | |
+__rvm_install_ruby:42> true | |
+__rvm_install_ruby:46> case ruby (macruby|ree|jruby|maglev|goruby|rubinius|ironruby|ruby) | |
+__rvm_install_ruby:48> ruby_install_type=ruby | |
+__rvm_install_ruby:61> source /Users/jbourassa/.rvm/scripts/functions/manage/ruby | |
+__rvm_install_ruby:62> ruby_install | |
+ruby_install:2> typeset result temp_flags | |
+ruby_install:4> __rvm_check_for_bison | |
+__rvm_check_for_bison:2> true 0 | |
+__rvm_check_for_bison:3> (( rvm_head_flag > 0 )) | |
+ruby_install:5> __rvm_check_for_bison | |
+__rvm_check_for_bison:2> true 0 | |
+__rvm_check_for_bison:3> (( rvm_head_flag > 0 )) | |
+ruby_install:6> true | |
+ruby_install:13> case ruby-1.9.3-p194 (ruby-1.8.*-head) | |
+ruby_install:13> case ruby-1.9.3-p194 (ruby-head|ruby-1.9.*-head) | |
+ruby_install:38> [[ " ${rvm_configure_flags[*]}" -regex-match " --enable-load-relative" ]] | |
+ruby_install:43> case ruby-1.9.3-p194 (ruby-1.9*) | |
+ruby_install:47> [[ " ${rvm_configure_flags[*]}" -regex-match " --enable-load-relative" ]] | |
+ruby_install:58> libyaml_installed | |
+libyaml_installed:2> typeset __search_path | |
+libyaml_installed:3> __search_path=/Users/jbourassa/.rvm/usr | |
+libyaml_installed:4> uname | |
+libyaml_installed:4> case Darwin (Darwin) | |
+libyaml_installed:6> extension=dylib | |
+libyaml_installed:9> [[ -f /Users/jbourassa/.rvm/usr/include/yaml.h ]] | |
+libyaml_installed:11> return 1 | |
+ruby_install:58> libyaml | |
+libyaml:2> package=yaml | |
+libyaml:2> version=0.1.4 | |
+libyaml:2> archive_format=tar.gz | |
+libyaml:3> [[ Darwin == +libyaml:3> uname | |
+libyaml:3> [[ Darwin == Darwin+libyaml:3> uname | |
+libyaml:3> [[ Darwin == Darwin ]] | |
+libyaml:5> unset rvm_configure_env | |
+libyaml:7> install_package | |
+install_package:2> __rvm_db yaml_url package_url | |
+__rvm_db:2> typeset value key variable | |
+__rvm_db:4> key=yaml_url | |
+__rvm_db:5> key=yaml_url | |
+__rvm_db:6> variable=package_url | |
+__rvm_db:8> [[ -f /Users/jbourassa/.rvm/user/db ]] | |
+__rvm_db:9> value=+__rvm_db:9> /Users/jbourassa/.rvm/scripts/db /Users/jbourassa/.rvm/user/db yaml_url | |
+__rvm_db:9> value='' | |
+__rvm_db:12> [[ -z '' ]] | |
+__rvm_db:13> value=+__rvm_db:13> /Users/jbourassa/.rvm/scripts/db /Users/jbourassa/.rvm/config/db yaml_url | |
+__rvm_db:13> value=https://rvm.io/src | |
+__rvm_db:16> [[ -n https://rvm.io/src ]] | |
+__rvm_db:17> [[ -z package_url ]] | |
+__rvm_db:20> eval 'package_url='\''https://rvm.io/src'\' | |
+(eval):1> package_url=https://rvm.io/src | |
+__rvm_db:24> return 0 | |
+install_package:4> cd /Users/jbourassa/.rvm/src | |
+__rvm_do_with_env_before:2> [[ -n /Users/jbourassa/.rvm/scripts ]] | |
+__rvm_do_with_env_before:5> source /Users/jbourassa/.rvm/scripts/initialize | |
+/Users/jbourassa/.rvm/scripts/initialize:3> : rvm_trace_flag:1 | |
+/Users/jbourassa/.rvm/scripts/initialize:4> (( rvm_trace_flag > 0 )) | |
+/Users/jbourassa/.rvm/scripts/initialize:6> set -o xtrace | |
+/Users/jbourassa/.rvm/scripts/initialize:9> [[ -z 4.3.11 ]] | |
+/Users/jbourassa/.rvm/scripts/initialize:21> [[ -n '' ]] | |
+/Users/jbourassa/.rvm/scripts/initialize:24> [[ -n 4.3.11 ]] | |
+/Users/jbourassa/.rvm/scripts/initialize:26> setopt extendedglob | |
+/Users/jbourassa/.rvm/scripts/initialize:27> setopt kshglob | |
+/Users/jbourassa/.rvm/scripts/initialize:28> setopt no_glob_subst | |
+/Users/jbourassa/.rvm/scripts/initialize:33> export __rvm_env_loaded | |
+/Users/jbourassa/.rvm/scripts/initialize:35> : __rvm_env_loaded:3: | |
+/Users/jbourassa/.rvm/scripts/initialize:37> : __rvm_env_loaded:4: | |
+/Users/jbourassa/.rvm/scripts/initialize:40> [[ -z /Users/jbourassa/.rvm/tmp ]] | |
+/Users/jbourassa/.rvm/scripts/initialize:40> (( __rvm_env_loaded == 1 )) | |
+__rvm_do_with_env_before:6> __rvm_setup | |
+__rvm_setup:3> export 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_force_autoconf_flag rvm_dump_environment_flag rvm_verbose_flag rvm_debug_flag rvm_trace_flag rvm_pretty_print_flag rvm_create_flag rvm_remove_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_setup:4> export 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_externals_path | |
+__rvm_setup:5> export 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_setup:6> export __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_architectures 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_without_gems | |
+__rvm_setup:7> export -a rvm_patch_names rvm_ree_options rvm_autoconf_flags | |
+__rvm_setup:10> (( __rvm_env_loaded != 1 )) | |
+__rvm_setup:11> return 0 | |
+__rvm_project_rvmrc:2> export __rvm_project_rvmrc_lock | |
+__rvm_project_rvmrc:3> : __rvm_project_rvmrc_lock:0 | |
+__rvm_project_rvmrc:4> : __rvm_project_rvmrc_lock:1 | |
+__rvm_project_rvmrc:5> (( __rvm_project_rvmrc_lock > 1 )) | |
+__rvm_project_rvmrc:9> typeset working_dir found_file rvm_trustworthiness_result | |
+__rvm_project_rvmrc:12> working_dir=/Users/jbourassa/.rvm/src | |
+__rvm_project_rvmrc:14> : | |
+__rvm_project_rvmrc:17> [[ -z /Users/jbourassa/.rvm/src || /Users/jbourassa == /Users/jbourassa/.rvm/src || /Users/jbourassa == /Users/jbourassa/.rvm/src || / == /Users/jbourassa/.rvm/src ]] | |
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/jbourassa/.rvm/src found_file | |
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable variable_default | |
+__rvm_project_dir_check:3> typeset -a _valid_files | |
+__rvm_project_dir_check:4> path_to_check=/Users/jbourassa/.rvm/src | |
+__rvm_project_dir_check:5> variable=found_file | |
+__rvm_project_dir_check:6> variable_default='' | |
+__rvm_project_dir_check:7> _valid_files=( /Users/jbourassa/.rvm/src /Users/jbourassa/.rvm/src/.rvmrc /Users/jbourassa/.rvm/src/.versions.conf /Users/jbourassa/.rvm/src/.ruby-version /Users/jbourassa/.rvm/src/.rbfu-version /Users/jbourassa/.rvm/src/.rbenv-version /Users/jbourassa/.rvm/src/Gemfile ) | |
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/jbourassa/.rvm/src /Users/jbourassa/.rvm/src/.rvmrc /Users/jbourassa/.rvm/src/.versions.conf /Users/jbourassa/.rvm/src/.ruby-version /Users/jbourassa/.rvm/src/.rbfu-version /Users/jbourassa/.rvm/src/.rbenv-version /Users/jbourassa/.rvm/src/Gemfile | |
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum | |
+__rvm_find_first_file:3> _first_file='' | |
+__rvm_find_first_file:4> _variable_first_file=_found_file | |
+__rvm_find_first_file:5> shift | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/.rvmrc | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/.rvmrc ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/.versions.conf | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/.versions.conf ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/.ruby-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/.ruby-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/.rbfu-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/.rbfu-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/.rbenv-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/.rbenv-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/Gemfile | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/Gemfile ]] | |
+__rvm_find_first_file:16> eval '_found_file=""' | |
+(eval):1> _found_file='' | |
+__rvm_find_first_file:17> return 1 | |
+__rvm_project_dir_check:13> true | |
+__rvm_project_dir_check:15> [[ '' == Gemfile ]] | |
+__rvm_project_dir_check:24> [[ -n found_file ]] | |
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"' | |
+(eval):1> found_file='' | |
+__rvm_project_dir_check:28> [[ -n '' ]] | |
+__rvm_project_dir_check:28> return 1 | |
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname /Users/jbourassa/.rvm/src | |
+__rvm_project_rvmrc:52> working_dir=/Users/jbourassa/.rvm | |
+__rvm_project_rvmrc:14> : | |
+__rvm_project_rvmrc:17> [[ -z /Users/jbourassa/.rvm || /Users/jbourassa == /Users/jbourassa/.rvm || /Users/jbourassa == /Users/jbourassa/.rvm || / == /Users/jbourassa/.rvm ]] | |
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/jbourassa/.rvm found_file | |
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable variable_default | |
+__rvm_project_dir_check:3> typeset -a _valid_files | |
+__rvm_project_dir_check:4> path_to_check=/Users/jbourassa/.rvm | |
+__rvm_project_dir_check:5> variable=found_file | |
+__rvm_project_dir_check:6> variable_default='' | |
+__rvm_project_dir_check:7> _valid_files=( /Users/jbourassa/.rvm /Users/jbourassa/.rvm/.rvmrc /Users/jbourassa/.rvm/.versions.conf /Users/jbourassa/.rvm/.ruby-version /Users/jbourassa/.rvm/.rbfu-version /Users/jbourassa/.rvm/.rbenv-version /Users/jbourassa/.rvm/Gemfile ) | |
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/jbourassa/.rvm /Users/jbourassa/.rvm/.rvmrc /Users/jbourassa/.rvm/.versions.conf /Users/jbourassa/.rvm/.ruby-version /Users/jbourassa/.rvm/.rbfu-version /Users/jbourassa/.rvm/.rbenv-version /Users/jbourassa/.rvm/Gemfile | |
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum | |
+__rvm_find_first_file:3> _first_file='' | |
+__rvm_find_first_file:4> _variable_first_file=_found_file | |
+__rvm_find_first_file:5> shift | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/.rvmrc | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/.rvmrc ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/.versions.conf | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/.versions.conf ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/.ruby-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/.ruby-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/.rbfu-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/.rbfu-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/.rbenv-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/.rbenv-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/Gemfile | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/Gemfile ]] | |
+__rvm_find_first_file:16> eval '_found_file=""' | |
+(eval):1> _found_file='' | |
+__rvm_find_first_file:17> return 1 | |
+__rvm_project_dir_check:13> true | |
+__rvm_project_dir_check:15> [[ '' == Gemfile ]] | |
+__rvm_project_dir_check:24> [[ -n found_file ]] | |
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"' | |
+(eval):1> found_file='' | |
+__rvm_project_dir_check:28> [[ -n '' ]] | |
+__rvm_project_dir_check:28> return 1 | |
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname /Users/jbourassa/.rvm | |
+__rvm_project_rvmrc:52> working_dir=/Users/jbourassa | |
+__rvm_project_rvmrc:14> : | |
+__rvm_project_rvmrc:17> [[ -z /Users/jbourassa || /Users/jbourassa == /Users/jbourassa ]] | |
+__rvm_project_rvmrc:20> [[ -n '' ]] | |
+__rvm_project_rvmrc:35> break | |
+__rvm_project_rvmrc:57> unset __rvm_project_rvmrc_lock | |
+__rvm_project_rvmrc:58> return 0 | |
+__rvm_after_cd:2> typeset rvm_hook | |
+__rvm_after_cd:3> rvm_hook=after_cd | |
+__rvm_after_cd:4> [[ -n /Users/jbourassa/.rvm/scripts ]] | |
+__rvm_after_cd:5> source /Users/jbourassa/.rvm/scripts/hook | |
+/Users/jbourassa/.rvm/scripts/hook:5> old_rvm_verbose_flag=0 | |
+/Users/jbourassa/.rvm/scripts/hook:6> old_rvm_debug_flag=0 | |
+/Users/jbourassa/.rvm/scripts/hook:11> true rvm_verbose_flag:0 rvm_debug_flag:0 rvm_hook:after_cd | |
+/Users/jbourassa/.rvm/scripts/hook:15> [[ -n after_cd ]] | |
+/Users/jbourassa/.rvm/scripts/hook:17> hooks=( /Users/jbourassa/.rvm/hooks ) | |
+/Users/jbourassa/.rvm/scripts/hook:18> [[ /Users/jbourassa/.rvm/src/.rvm/hooks == /Users/jbourassa/.rvm/hooks ]] | |
+/Users/jbourassa/.rvm/scripts/hook:19> hooks+=( /Users/jbourassa/.rvm/src/.rvm/hooks ) | |
+/Users/jbourassa/.rvm/scripts/hook:21> _hooks_list=+/Users/jbourassa/.rvm/scripts/hook:21> _hooks_list=( /Users/jbourassa/.rvm/hooks/after_cd_bundler ) | |
+/Users/jbourassa/.rvm/scripts/hook:25> hook=/Users/jbourassa/.rvm/hooks/after_cd_bundler | |
+/Users/jbourassa/.rvm/scripts/hook:27> [[ -x /Users/jbourassa/.rvm/hooks/after_cd_bundler || after_cd_bundler == after_cd ]] | |
+/Users/jbourassa/.rvm/scripts/hook:37> unset rvm_hook hooks _hooks_list hook | |
+__rvm_do_with_env_after:2> __rvm_teardown | |
+__rvm_teardown:4> __rvm_cleanup_tmp | |
+__rvm_cleanup_tmp:2> [[ -d /Users/jbourassa/.rvm/tmp/ ]] | |
+__rvm_cleanup_tmp:4> case /Users/jbourassa/.rvm/tmp (*tmp) | |
+__rvm_cleanup_tmp:6> __rvm_rm_rf '/Users/jbourassa/.rvm/tmp/404*' | |
+__rvm_rm_rf:2> __rvm_rm_rf_verbose '/Users/jbourassa/.rvm/tmp/404*' | |
+__rvm_rm_rf_verbose:2> typeset result target | |
+__rvm_rm_rf_verbose:3> result=1 | |
+__rvm_rm_rf_verbose:4> target='/Users/jbourassa/.rvm/tmp/404*' | |
+__rvm_rm_rf_verbose:7> [[ -n 4.3.11 ]] | |
+__rvm_rm_rf_verbose:9> setopt extendedglob | |
+__rvm_rm_rf_verbose:18> case /Users/jbourassa/.rvm/tmp/404* (*(/|.)@(|/Applications|/Developer|/Guides|/Information|/Library|/Network|/System|/User|/Users|/Volumes|/backups|/bdsm|/bin|/boot|/cores|/data|/dev|/etc|/home|/lib|/lib64|/mach_kernel|/media|/misc|/mnt|/net|/opt|/private|/proc|/root|/sbin|/selinux|/srv|/sys|/tmp|/usr|/var)) | |
+__rvm_rm_rf_verbose:18> case /Users/jbourassa/.rvm/tmp/404* (*) | |
+__rvm_rm_rf_verbose:23> [[ -n '/Users/jbourassa/.rvm/tmp/404*' ]] | |
+__rvm_rm_rf_verbose:25> [[ -d '/Users/jbourassa/.rvm/tmp/404*' ]] | |
+__rvm_rm_rf_verbose:29> [[ -f '/Users/jbourassa/.rvm/tmp/404*' || -L '/Users/jbourassa/.rvm/tmp/404*' ]] | |
+__rvm_rm_rf_verbose:34> result=0 | |
+__rvm_rm_rf_verbose:39> return 0 | |
+__rvm_cleanup_tmp:10> return 0 | |
+__rvm_teardown:7> export __rvm_env_loaded | |
+__rvm_teardown:9> : __rvm_env_loaded:4: | |
+__rvm_teardown:11> : __rvm_env_loaded:4: | |
+__rvm_teardown:13> : __rvm_env_loaded:3: | |
+__rvm_teardown:15> [[ -z /Users/jbourassa/.rvm/tmp ]] | |
+__rvm_teardown:15> (( __rvm_env_loaded > 0 )) | |
+__rvm_teardown:17> return 0 | |
+__rvm_do_with_env_before:2> [[ -n /Users/jbourassa/.rvm/scripts ]] | |
+__rvm_do_with_env_before:5> source /Users/jbourassa/.rvm/scripts/initialize | |
+/Users/jbourassa/.rvm/scripts/initialize:3> : rvm_trace_flag:1 | |
+/Users/jbourassa/.rvm/scripts/initialize:4> (( rvm_trace_flag > 0 )) | |
+/Users/jbourassa/.rvm/scripts/initialize:6> set -o xtrace | |
+/Users/jbourassa/.rvm/scripts/initialize:9> [[ -z 4.3.11 ]] | |
+/Users/jbourassa/.rvm/scripts/initialize:21> [[ -n '' ]] | |
+/Users/jbourassa/.rvm/scripts/initialize:24> [[ -n 4.3.11 ]] | |
+/Users/jbourassa/.rvm/scripts/initialize:26> setopt extendedglob | |
+/Users/jbourassa/.rvm/scripts/initialize:27> setopt kshglob | |
+/Users/jbourassa/.rvm/scripts/initialize:28> setopt no_glob_subst | |
+/Users/jbourassa/.rvm/scripts/initialize:33> export __rvm_env_loaded | |
+/Users/jbourassa/.rvm/scripts/initialize:35> : __rvm_env_loaded:3: | |
+/Users/jbourassa/.rvm/scripts/initialize:37> : __rvm_env_loaded:4: | |
+/Users/jbourassa/.rvm/scripts/initialize:40> [[ -z /Users/jbourassa/.rvm/tmp ]] | |
+/Users/jbourassa/.rvm/scripts/initialize:40> (( __rvm_env_loaded == 1 )) | |
+__rvm_do_with_env_before:6> __rvm_setup | |
+__rvm_setup:3> export 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_force_autoconf_flag rvm_dump_environment_flag rvm_verbose_flag rvm_debug_flag rvm_trace_flag rvm_pretty_print_flag rvm_create_flag rvm_remove_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_setup:4> export 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_externals_path | |
+__rvm_setup:5> export 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_setup:6> export __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_architectures 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_without_gems | |
+__rvm_setup:7> export -a rvm_patch_names rvm_ree_options rvm_autoconf_flags | |
+__rvm_setup:10> (( __rvm_env_loaded != 1 )) | |
+__rvm_setup:11> return 0 | |
+__rvm_project_rvmrc:2> export __rvm_project_rvmrc_lock | |
+__rvm_project_rvmrc:3> : __rvm_project_rvmrc_lock:0 | |
+__rvm_project_rvmrc:4> : __rvm_project_rvmrc_lock:1 | |
+__rvm_project_rvmrc:5> (( __rvm_project_rvmrc_lock > 1 )) | |
+__rvm_project_rvmrc:9> typeset working_dir found_file rvm_trustworthiness_result | |
+__rvm_project_rvmrc:12> working_dir=/Users/jbourassa/.rvm/src | |
+__rvm_project_rvmrc:14> : | |
+__rvm_project_rvmrc:17> [[ -z /Users/jbourassa/.rvm/src || /Users/jbourassa == /Users/jbourassa/.rvm/src || /Users/jbourassa == /Users/jbourassa/.rvm/src || / == /Users/jbourassa/.rvm/src ]] | |
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/jbourassa/.rvm/src found_file | |
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable variable_default | |
+__rvm_project_dir_check:3> typeset -a _valid_files | |
+__rvm_project_dir_check:4> path_to_check=/Users/jbourassa/.rvm/src | |
+__rvm_project_dir_check:5> variable=found_file | |
+__rvm_project_dir_check:6> variable_default='' | |
+__rvm_project_dir_check:7> _valid_files=( /Users/jbourassa/.rvm/src /Users/jbourassa/.rvm/src/.rvmrc /Users/jbourassa/.rvm/src/.versions.conf /Users/jbourassa/.rvm/src/.ruby-version /Users/jbourassa/.rvm/src/.rbfu-version /Users/jbourassa/.rvm/src/.rbenv-version /Users/jbourassa/.rvm/src/Gemfile ) | |
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/jbourassa/.rvm/src /Users/jbourassa/.rvm/src/.rvmrc /Users/jbourassa/.rvm/src/.versions.conf /Users/jbourassa/.rvm/src/.ruby-version /Users/jbourassa/.rvm/src/.rbfu-version /Users/jbourassa/.rvm/src/.rbenv-version /Users/jbourassa/.rvm/src/Gemfile | |
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum | |
+__rvm_find_first_file:3> _first_file='' | |
+__rvm_find_first_file:4> _variable_first_file=_found_file | |
+__rvm_find_first_file:5> shift | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/.rvmrc | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/.rvmrc ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/.versions.conf | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/.versions.conf ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/.ruby-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/.ruby-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/.rbfu-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/.rbfu-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/.rbenv-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/.rbenv-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/Gemfile | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/Gemfile ]] | |
+__rvm_find_first_file:16> eval '_found_file=""' | |
+(eval):1> _found_file='' | |
+__rvm_find_first_file:17> return 1 | |
+__rvm_project_dir_check:13> true | |
+__rvm_project_dir_check:15> [[ '' == Gemfile ]] | |
+__rvm_project_dir_check:24> [[ -n found_file ]] | |
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"' | |
+(eval):1> found_file='' | |
+__rvm_project_dir_check:28> [[ -n '' ]] | |
+__rvm_project_dir_check:28> return 1 | |
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname /Users/jbourassa/.rvm/src | |
+__rvm_project_rvmrc:52> working_dir=/Users/jbourassa/.rvm | |
+__rvm_project_rvmrc:14> : | |
+__rvm_project_rvmrc:17> [[ -z /Users/jbourassa/.rvm || /Users/jbourassa == /Users/jbourassa/.rvm || /Users/jbourassa == /Users/jbourassa/.rvm || / == /Users/jbourassa/.rvm ]] | |
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/jbourassa/.rvm found_file | |
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable variable_default | |
+__rvm_project_dir_check:3> typeset -a _valid_files | |
+__rvm_project_dir_check:4> path_to_check=/Users/jbourassa/.rvm | |
+__rvm_project_dir_check:5> variable=found_file | |
+__rvm_project_dir_check:6> variable_default='' | |
+__rvm_project_dir_check:7> _valid_files=( /Users/jbourassa/.rvm /Users/jbourassa/.rvm/.rvmrc /Users/jbourassa/.rvm/.versions.conf /Users/jbourassa/.rvm/.ruby-version /Users/jbourassa/.rvm/.rbfu-version /Users/jbourassa/.rvm/.rbenv-version /Users/jbourassa/.rvm/Gemfile ) | |
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/jbourassa/.rvm /Users/jbourassa/.rvm/.rvmrc /Users/jbourassa/.rvm/.versions.conf /Users/jbourassa/.rvm/.ruby-version /Users/jbourassa/.rvm/.rbfu-version /Users/jbourassa/.rvm/.rbenv-version /Users/jbourassa/.rvm/Gemfile | |
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum | |
+__rvm_find_first_file:3> _first_file='' | |
+__rvm_find_first_file:4> _variable_first_file=_found_file | |
+__rvm_find_first_file:5> shift | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/.rvmrc | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/.rvmrc ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/.versions.conf | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/.versions.conf ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/.ruby-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/.ruby-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/.rbfu-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/.rbfu-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/.rbenv-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/.rbenv-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/Gemfile | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/Gemfile ]] | |
+__rvm_find_first_file:16> eval '_found_file=""' | |
+(eval):1> _found_file='' | |
+__rvm_find_first_file:17> return 1 | |
+__rvm_project_dir_check:13> true | |
+__rvm_project_dir_check:15> [[ '' == Gemfile ]] | |
+__rvm_project_dir_check:24> [[ -n found_file ]] | |
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"' | |
+(eval):1> found_file='' | |
+__rvm_project_dir_check:28> [[ -n '' ]] | |
+__rvm_project_dir_check:28> return 1 | |
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname /Users/jbourassa/.rvm | |
+__rvm_project_rvmrc:52> working_dir=/Users/jbourassa | |
+__rvm_project_rvmrc:14> : | |
+__rvm_project_rvmrc:17> [[ -z /Users/jbourassa || /Users/jbourassa == /Users/jbourassa ]] | |
+__rvm_project_rvmrc:20> [[ -n '' ]] | |
+__rvm_project_rvmrc:35> break | |
+__rvm_project_rvmrc:57> unset __rvm_project_rvmrc_lock | |
+__rvm_project_rvmrc:58> return 0 | |
+__rvm_after_cd:2> typeset rvm_hook | |
+__rvm_after_cd:3> rvm_hook=after_cd | |
+__rvm_after_cd:4> [[ -n /Users/jbourassa/.rvm/scripts ]] | |
+__rvm_after_cd:5> source /Users/jbourassa/.rvm/scripts/hook | |
+/Users/jbourassa/.rvm/scripts/hook:5> old_rvm_verbose_flag=0 | |
+/Users/jbourassa/.rvm/scripts/hook:6> old_rvm_debug_flag=0 | |
+/Users/jbourassa/.rvm/scripts/hook:11> true rvm_verbose_flag:0 rvm_debug_flag:0 rvm_hook:after_cd | |
+/Users/jbourassa/.rvm/scripts/hook:15> [[ -n after_cd ]] | |
+/Users/jbourassa/.rvm/scripts/hook:17> hooks=( /Users/jbourassa/.rvm/hooks ) | |
+/Users/jbourassa/.rvm/scripts/hook:18> [[ /Users/jbourassa/.rvm/src/.rvm/hooks == /Users/jbourassa/.rvm/hooks ]] | |
+/Users/jbourassa/.rvm/scripts/hook:19> hooks+=( /Users/jbourassa/.rvm/src/.rvm/hooks ) | |
+/Users/jbourassa/.rvm/scripts/hook:21> _hooks_list=+/Users/jbourassa/.rvm/scripts/hook:21> _hooks_list=( /Users/jbourassa/.rvm/hooks/after_cd_bundler ) | |
+/Users/jbourassa/.rvm/scripts/hook:25> hook=/Users/jbourassa/.rvm/hooks/after_cd_bundler | |
+/Users/jbourassa/.rvm/scripts/hook:27> [[ -x /Users/jbourassa/.rvm/hooks/after_cd_bundler || after_cd_bundler == after_cd ]] | |
+/Users/jbourassa/.rvm/scripts/hook:37> unset rvm_hook hooks _hooks_list hook | |
+__rvm_do_with_env_after:2> __rvm_teardown | |
+__rvm_teardown:4> __rvm_cleanup_tmp | |
+__rvm_cleanup_tmp:2> [[ -d /Users/jbourassa/.rvm/tmp/ ]] | |
+__rvm_cleanup_tmp:4> case /Users/jbourassa/.rvm/tmp (*tmp) | |
+__rvm_cleanup_tmp:6> __rvm_rm_rf '/Users/jbourassa/.rvm/tmp/404*' | |
+__rvm_rm_rf:2> __rvm_rm_rf_verbose '/Users/jbourassa/.rvm/tmp/404*' | |
+__rvm_rm_rf_verbose:2> typeset result target | |
+__rvm_rm_rf_verbose:3> result=1 | |
+__rvm_rm_rf_verbose:4> target='/Users/jbourassa/.rvm/tmp/404*' | |
+__rvm_rm_rf_verbose:7> [[ -n 4.3.11 ]] | |
+__rvm_rm_rf_verbose:9> setopt extendedglob | |
+__rvm_rm_rf_verbose:18> case /Users/jbourassa/.rvm/tmp/404* (*(/|.)@(|/Applications|/Developer|/Guides|/Information|/Library|/Network|/System|/User|/Users|/Volumes|/backups|/bdsm|/bin|/boot|/cores|/data|/dev|/etc|/home|/lib|/lib64|/mach_kernel|/media|/misc|/mnt|/net|/opt|/private|/proc|/root|/sbin|/selinux|/srv|/sys|/tmp|/usr|/var)) | |
+__rvm_rm_rf_verbose:18> case /Users/jbourassa/.rvm/tmp/404* (*) | |
+__rvm_rm_rf_verbose:23> [[ -n '/Users/jbourassa/.rvm/tmp/404*' ]] | |
+__rvm_rm_rf_verbose:25> [[ -d '/Users/jbourassa/.rvm/tmp/404*' ]] | |
+__rvm_rm_rf_verbose:29> [[ -f '/Users/jbourassa/.rvm/tmp/404*' || -L '/Users/jbourassa/.rvm/tmp/404*' ]] | |
+__rvm_rm_rf_verbose:34> result=0 | |
+__rvm_rm_rf_verbose:39> return 0 | |
+__rvm_cleanup_tmp:10> return 0 | |
+__rvm_teardown:7> export __rvm_env_loaded | |
+__rvm_teardown:9> : __rvm_env_loaded:4: | |
+__rvm_teardown:11> : __rvm_env_loaded:4: | |
+__rvm_teardown:13> : __rvm_env_loaded:3: | |
+__rvm_teardown:15> [[ -z /Users/jbourassa/.rvm/tmp ]] | |
+__rvm_teardown:15> (( __rvm_env_loaded > 0 )) | |
+__rvm_teardown:17> return 0 | |
+__rvm_do_with_env_before:2> [[ -n /Users/jbourassa/.rvm/scripts ]] | |
+__rvm_do_with_env_before:5> source /Users/jbourassa/.rvm/scripts/initialize | |
+/Users/jbourassa/.rvm/scripts/initialize:3> : rvm_trace_flag:1 | |
+/Users/jbourassa/.rvm/scripts/initialize:4> (( rvm_trace_flag > 0 )) | |
+/Users/jbourassa/.rvm/scripts/initialize:6> set -o xtrace | |
+/Users/jbourassa/.rvm/scripts/initialize:9> [[ -z 4.3.11 ]] | |
+/Users/jbourassa/.rvm/scripts/initialize:21> [[ -n '' ]] | |
+/Users/jbourassa/.rvm/scripts/initialize:24> [[ -n 4.3.11 ]] | |
+/Users/jbourassa/.rvm/scripts/initialize:26> setopt extendedglob | |
+/Users/jbourassa/.rvm/scripts/initialize:27> setopt kshglob | |
+/Users/jbourassa/.rvm/scripts/initialize:28> setopt no_glob_subst | |
+/Users/jbourassa/.rvm/scripts/initialize:33> export __rvm_env_loaded | |
+/Users/jbourassa/.rvm/scripts/initialize:35> : __rvm_env_loaded:3: | |
+/Users/jbourassa/.rvm/scripts/initialize:37> : __rvm_env_loaded:4: | |
+/Users/jbourassa/.rvm/scripts/initialize:40> [[ -z /Users/jbourassa/.rvm/tmp ]] | |
+/Users/jbourassa/.rvm/scripts/initialize:40> (( __rvm_env_loaded == 1 )) | |
+__rvm_do_with_env_before:6> __rvm_setup | |
+__rvm_setup:3> export 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_force_autoconf_flag rvm_dump_environment_flag rvm_verbose_flag rvm_debug_flag rvm_trace_flag rvm_pretty_print_flag rvm_create_flag rvm_remove_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_setup:4> export 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_externals_path | |
+__rvm_setup:5> export 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_setup:6> export __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_architectures 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_without_gems | |
+__rvm_setup:7> export -a rvm_patch_names rvm_ree_options rvm_autoconf_flags | |
+__rvm_setup:10> (( __rvm_env_loaded != 1 )) | |
+__rvm_setup:11> return 0 | |
+__rvm_project_rvmrc:2> export __rvm_project_rvmrc_lock | |
+__rvm_project_rvmrc:3> : __rvm_project_rvmrc_lock:0 | |
+__rvm_project_rvmrc:4> : __rvm_project_rvmrc_lock:1 | |
+__rvm_project_rvmrc:5> (( __rvm_project_rvmrc_lock > 1 )) | |
+__rvm_project_rvmrc:9> typeset working_dir found_file rvm_trustworthiness_result | |
+__rvm_project_rvmrc:12> working_dir=/Users/jbourassa/.rvm/src | |
+__rvm_project_rvmrc:14> : | |
+__rvm_project_rvmrc:17> [[ -z /Users/jbourassa/.rvm/src || /Users/jbourassa == /Users/jbourassa/.rvm/src || /Users/jbourassa == /Users/jbourassa/.rvm/src || / == /Users/jbourassa/.rvm/src ]] | |
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/jbourassa/.rvm/src found_file | |
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable variable_default | |
+__rvm_project_dir_check:3> typeset -a _valid_files | |
+__rvm_project_dir_check:4> path_to_check=/Users/jbourassa/.rvm/src | |
+__rvm_project_dir_check:5> variable=found_file | |
+__rvm_project_dir_check:6> variable_default='' | |
+__rvm_project_dir_check:7> _valid_files=( /Users/jbourassa/.rvm/src /Users/jbourassa/.rvm/src/.rvmrc /Users/jbourassa/.rvm/src/.versions.conf /Users/jbourassa/.rvm/src/.ruby-version /Users/jbourassa/.rvm/src/.rbfu-version /Users/jbourassa/.rvm/src/.rbenv-version /Users/jbourassa/.rvm/src/Gemfile ) | |
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/jbourassa/.rvm/src /Users/jbourassa/.rvm/src/.rvmrc /Users/jbourassa/.rvm/src/.versions.conf /Users/jbourassa/.rvm/src/.ruby-version /Users/jbourassa/.rvm/src/.rbfu-version /Users/jbourassa/.rvm/src/.rbenv-version /Users/jbourassa/.rvm/src/Gemfile | |
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum | |
+__rvm_find_first_file:3> _first_file='' | |
+__rvm_find_first_file:4> _variable_first_file=_found_file | |
+__rvm_find_first_file:5> shift | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/.rvmrc | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/.rvmrc ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/.versions.conf | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/.versions.conf ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/.ruby-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/.ruby-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/.rbfu-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/.rbfu-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/.rbenv-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/.rbenv-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/Gemfile | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/Gemfile ]] | |
+__rvm_find_first_file:16> eval '_found_file=""' | |
+(eval):1> _found_file='' | |
+__rvm_find_first_file:17> return 1 | |
+__rvm_project_dir_check:13> true | |
+__rvm_project_dir_check:15> [[ '' == Gemfile ]] | |
+__rvm_project_dir_check:24> [[ -n found_file ]] | |
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"' | |
+(eval):1> found_file='' | |
+__rvm_project_dir_check:28> [[ -n '' ]] | |
+__rvm_project_dir_check:28> return 1 | |
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname /Users/jbourassa/.rvm/src | |
+__rvm_project_rvmrc:52> working_dir=/Users/jbourassa/.rvm | |
+__rvm_project_rvmrc:14> : | |
+__rvm_project_rvmrc:17> [[ -z /Users/jbourassa/.rvm || /Users/jbourassa == /Users/jbourassa/.rvm || /Users/jbourassa == /Users/jbourassa/.rvm || / == /Users/jbourassa/.rvm ]] | |
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/jbourassa/.rvm found_file | |
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable variable_default | |
+__rvm_project_dir_check:3> typeset -a _valid_files | |
+__rvm_project_dir_check:4> path_to_check=/Users/jbourassa/.rvm | |
+__rvm_project_dir_check:5> variable=found_file | |
+__rvm_project_dir_check:6> variable_default='' | |
+__rvm_project_dir_check:7> _valid_files=( /Users/jbourassa/.rvm /Users/jbourassa/.rvm/.rvmrc /Users/jbourassa/.rvm/.versions.conf /Users/jbourassa/.rvm/.ruby-version /Users/jbourassa/.rvm/.rbfu-version /Users/jbourassa/.rvm/.rbenv-version /Users/jbourassa/.rvm/Gemfile ) | |
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/jbourassa/.rvm /Users/jbourassa/.rvm/.rvmrc /Users/jbourassa/.rvm/.versions.conf /Users/jbourassa/.rvm/.ruby-version /Users/jbourassa/.rvm/.rbfu-version /Users/jbourassa/.rvm/.rbenv-version /Users/jbourassa/.rvm/Gemfile | |
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum | |
+__rvm_find_first_file:3> _first_file='' | |
+__rvm_find_first_file:4> _variable_first_file=_found_file | |
+__rvm_find_first_file:5> shift | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/.rvmrc | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/.rvmrc ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/.versions.conf | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/.versions.conf ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/.ruby-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/.ruby-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/.rbfu-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/.rbfu-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/.rbenv-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/.rbenv-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/Gemfile | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/Gemfile ]] | |
+__rvm_find_first_file:16> eval '_found_file=""' | |
+(eval):1> _found_file='' | |
+__rvm_find_first_file:17> return 1 | |
+__rvm_project_dir_check:13> true | |
+__rvm_project_dir_check:15> [[ '' == Gemfile ]] | |
+__rvm_project_dir_check:24> [[ -n found_file ]] | |
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"' | |
+(eval):1> found_file='' | |
+__rvm_project_dir_check:28> [[ -n '' ]] | |
+__rvm_project_dir_check:28> return 1 | |
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname /Users/jbourassa/.rvm | |
+__rvm_project_rvmrc:52> working_dir=/Users/jbourassa | |
+__rvm_project_rvmrc:14> : | |
+__rvm_project_rvmrc:17> [[ -z /Users/jbourassa || /Users/jbourassa == /Users/jbourassa ]] | |
+__rvm_project_rvmrc:20> [[ -n '' ]] | |
+__rvm_project_rvmrc:35> break | |
+__rvm_project_rvmrc:57> unset __rvm_project_rvmrc_lock | |
+__rvm_project_rvmrc:58> return 0 | |
+__rvm_after_cd:2> typeset rvm_hook | |
+__rvm_after_cd:3> rvm_hook=after_cd | |
+__rvm_after_cd:4> [[ -n /Users/jbourassa/.rvm/scripts ]] | |
+__rvm_after_cd:5> source /Users/jbourassa/.rvm/scripts/hook | |
+/Users/jbourassa/.rvm/scripts/hook:5> old_rvm_verbose_flag=0 | |
+/Users/jbourassa/.rvm/scripts/hook:6> old_rvm_debug_flag=0 | |
+/Users/jbourassa/.rvm/scripts/hook:11> true rvm_verbose_flag:0 rvm_debug_flag:0 rvm_hook:after_cd | |
+/Users/jbourassa/.rvm/scripts/hook:15> [[ -n after_cd ]] | |
+/Users/jbourassa/.rvm/scripts/hook:17> hooks=( /Users/jbourassa/.rvm/hooks ) | |
+/Users/jbourassa/.rvm/scripts/hook:18> [[ /Users/jbourassa/.rvm/src/.rvm/hooks == /Users/jbourassa/.rvm/hooks ]] | |
+/Users/jbourassa/.rvm/scripts/hook:19> hooks+=( /Users/jbourassa/.rvm/src/.rvm/hooks ) | |
+/Users/jbourassa/.rvm/scripts/hook:21> _hooks_list=+/Users/jbourassa/.rvm/scripts/hook:21> _hooks_list=( /Users/jbourassa/.rvm/hooks/after_cd_bundler ) | |
+/Users/jbourassa/.rvm/scripts/hook:25> hook=/Users/jbourassa/.rvm/hooks/after_cd_bundler | |
+/Users/jbourassa/.rvm/scripts/hook:27> [[ -x /Users/jbourassa/.rvm/hooks/after_cd_bundler || after_cd_bundler == after_cd ]] | |
+/Users/jbourassa/.rvm/scripts/hook:37> unset rvm_hook hooks _hooks_list hook | |
+__rvm_do_with_env_after:2> __rvm_teardown | |
+__rvm_teardown:4> __rvm_cleanup_tmp | |
+__rvm_cleanup_tmp:2> [[ -d /Users/jbourassa/.rvm/tmp/ ]] | |
+__rvm_cleanup_tmp:4> case /Users/jbourassa/.rvm/tmp (*tmp) | |
+__rvm_cleanup_tmp:6> __rvm_rm_rf '/Users/jbourassa/.rvm/tmp/404*' | |
+__rvm_rm_rf:2> __rvm_rm_rf_verbose '/Users/jbourassa/.rvm/tmp/404*' | |
+__rvm_rm_rf_verbose:2> typeset result target | |
+__rvm_rm_rf_verbose:3> result=1 | |
+__rvm_rm_rf_verbose:4> target='/Users/jbourassa/.rvm/tmp/404*' | |
+__rvm_rm_rf_verbose:7> [[ -n 4.3.11 ]] | |
+__rvm_rm_rf_verbose:9> setopt extendedglob | |
+__rvm_rm_rf_verbose:18> case /Users/jbourassa/.rvm/tmp/404* (*(/|.)@(|/Applications|/Developer|/Guides|/Information|/Library|/Network|/System|/User|/Users|/Volumes|/backups|/bdsm|/bin|/boot|/cores|/data|/dev|/etc|/home|/lib|/lib64|/mach_kernel|/media|/misc|/mnt|/net|/opt|/private|/proc|/root|/sbin|/selinux|/srv|/sys|/tmp|/usr|/var)) | |
+__rvm_rm_rf_verbose:18> case /Users/jbourassa/.rvm/tmp/404* (*) | |
+__rvm_rm_rf_verbose:23> [[ -n '/Users/jbourassa/.rvm/tmp/404*' ]] | |
+__rvm_rm_rf_verbose:25> [[ -d '/Users/jbourassa/.rvm/tmp/404*' ]] | |
+__rvm_rm_rf_verbose:29> [[ -f '/Users/jbourassa/.rvm/tmp/404*' || -L '/Users/jbourassa/.rvm/tmp/404*' ]] | |
+__rvm_rm_rf_verbose:34> result=0 | |
+__rvm_rm_rf_verbose:39> return 0 | |
+__rvm_cleanup_tmp:10> return 0 | |
+__rvm_teardown:7> export __rvm_env_loaded | |
+__rvm_teardown:9> : __rvm_env_loaded:4: | |
+__rvm_teardown:11> : __rvm_env_loaded:4: | |
+__rvm_teardown:13> : __rvm_env_loaded:3: | |
+__rvm_teardown:15> [[ -z /Users/jbourassa/.rvm/tmp ]] | |
+__rvm_teardown:15> (( __rvm_env_loaded > 0 )) | |
+__rvm_teardown:17> return 0 | |
+__rvm_do_with_env_before:2> [[ -n /Users/jbourassa/.rvm/scripts ]] | |
+__rvm_do_with_env_before:5> source /Users/jbourassa/.rvm/scripts/initialize | |
+/Users/jbourassa/.rvm/scripts/initialize:3> : rvm_trace_flag:1 | |
+/Users/jbourassa/.rvm/scripts/initialize:4> (( rvm_trace_flag > 0 )) | |
+/Users/jbourassa/.rvm/scripts/initialize:6> set -o xtrace | |
+/Users/jbourassa/.rvm/scripts/initialize:9> [[ -z 4.3.11 ]] | |
+/Users/jbourassa/.rvm/scripts/initialize:21> [[ -n '' ]] | |
+/Users/jbourassa/.rvm/scripts/initialize:24> [[ -n 4.3.11 ]] | |
+/Users/jbourassa/.rvm/scripts/initialize:26> setopt extendedglob | |
+/Users/jbourassa/.rvm/scripts/initialize:27> setopt kshglob | |
+/Users/jbourassa/.rvm/scripts/initialize:28> setopt no_glob_subst | |
+/Users/jbourassa/.rvm/scripts/initialize:33> export __rvm_env_loaded | |
+/Users/jbourassa/.rvm/scripts/initialize:35> : __rvm_env_loaded:3: | |
+/Users/jbourassa/.rvm/scripts/initialize:37> : __rvm_env_loaded:4: | |
+/Users/jbourassa/.rvm/scripts/initialize:40> [[ -z /Users/jbourassa/.rvm/tmp ]] | |
+/Users/jbourassa/.rvm/scripts/initialize:40> (( __rvm_env_loaded == 1 )) | |
+__rvm_do_with_env_before:6> __rvm_setup | |
+__rvm_setup:3> export 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_force_autoconf_flag rvm_dump_environment_flag rvm_verbose_flag rvm_debug_flag rvm_trace_flag rvm_pretty_print_flag rvm_create_flag rvm_remove_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_setup:4> export 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_externals_path | |
+__rvm_setup:5> export 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_setup:6> export __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_architectures 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_without_gems | |
+__rvm_setup:7> export -a rvm_patch_names rvm_ree_options rvm_autoconf_flags | |
+__rvm_setup:10> (( __rvm_env_loaded != 1 )) | |
+__rvm_setup:11> return 0 | |
+__rvm_project_rvmrc:2> export __rvm_project_rvmrc_lock | |
+__rvm_project_rvmrc:3> : __rvm_project_rvmrc_lock:0 | |
+__rvm_project_rvmrc:4> : __rvm_project_rvmrc_lock:1 | |
+__rvm_project_rvmrc:5> (( __rvm_project_rvmrc_lock > 1 )) | |
+__rvm_project_rvmrc:9> typeset working_dir found_file rvm_trustworthiness_result | |
+__rvm_project_rvmrc:12> working_dir=/Users/jbourassa/.rvm/src | |
+__rvm_project_rvmrc:14> : | |
+__rvm_project_rvmrc:17> [[ -z /Users/jbourassa/.rvm/src || /Users/jbourassa == /Users/jbourassa/.rvm/src || /Users/jbourassa == /Users/jbourassa/.rvm/src || / == /Users/jbourassa/.rvm/src ]] | |
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/jbourassa/.rvm/src found_file | |
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable variable_default | |
+__rvm_project_dir_check:3> typeset -a _valid_files | |
+__rvm_project_dir_check:4> path_to_check=/Users/jbourassa/.rvm/src | |
+__rvm_project_dir_check:5> variable=found_file | |
+__rvm_project_dir_check:6> variable_default='' | |
+__rvm_project_dir_check:7> _valid_files=( /Users/jbourassa/.rvm/src /Users/jbourassa/.rvm/src/.rvmrc /Users/jbourassa/.rvm/src/.versions.conf /Users/jbourassa/.rvm/src/.ruby-version /Users/jbourassa/.rvm/src/.rbfu-version /Users/jbourassa/.rvm/src/.rbenv-version /Users/jbourassa/.rvm/src/Gemfile ) | |
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/jbourassa/.rvm/src /Users/jbourassa/.rvm/src/.rvmrc /Users/jbourassa/.rvm/src/.versions.conf /Users/jbourassa/.rvm/src/.ruby-version /Users/jbourassa/.rvm/src/.rbfu-version /Users/jbourassa/.rvm/src/.rbenv-version /Users/jbourassa/.rvm/src/Gemfile | |
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum | |
+__rvm_find_first_file:3> _first_file='' | |
+__rvm_find_first_file:4> _variable_first_file=_found_file | |
+__rvm_find_first_file:5> shift | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/.rvmrc | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/.rvmrc ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/.versions.conf | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/.versions.conf ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/.ruby-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/.ruby-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/.rbfu-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/.rbfu-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/.rbenv-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/.rbenv-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/Gemfile | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/Gemfile ]] | |
+__rvm_find_first_file:16> eval '_found_file=""' | |
+(eval):1> _found_file='' | |
+__rvm_find_first_file:17> return 1 | |
+__rvm_project_dir_check:13> true | |
+__rvm_project_dir_check:15> [[ '' == Gemfile ]] | |
+__rvm_project_dir_check:24> [[ -n found_file ]] | |
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"' | |
+(eval):1> found_file='' | |
+__rvm_project_dir_check:28> [[ -n '' ]] | |
+__rvm_project_dir_check:28> return 1 | |
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname /Users/jbourassa/.rvm/src | |
+__rvm_project_rvmrc:52> working_dir=/Users/jbourassa/.rvm | |
+__rvm_project_rvmrc:14> : | |
+__rvm_project_rvmrc:17> [[ -z /Users/jbourassa/.rvm || /Users/jbourassa == /Users/jbourassa/.rvm || /Users/jbourassa == /Users/jbourassa/.rvm || / == /Users/jbourassa/.rvm ]] | |
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/jbourassa/.rvm found_file | |
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable variable_default | |
+__rvm_project_dir_check:3> typeset -a _valid_files | |
+__rvm_project_dir_check:4> path_to_check=/Users/jbourassa/.rvm | |
+__rvm_project_dir_check:5> variable=found_file | |
+__rvm_project_dir_check:6> variable_default='' | |
+__rvm_project_dir_check:7> _valid_files=( /Users/jbourassa/.rvm /Users/jbourassa/.rvm/.rvmrc /Users/jbourassa/.rvm/.versions.conf /Users/jbourassa/.rvm/.ruby-version /Users/jbourassa/.rvm/.rbfu-version /Users/jbourassa/.rvm/.rbenv-version /Users/jbourassa/.rvm/Gemfile ) | |
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/jbourassa/.rvm /Users/jbourassa/.rvm/.rvmrc /Users/jbourassa/.rvm/.versions.conf /Users/jbourassa/.rvm/.ruby-version /Users/jbourassa/.rvm/.rbfu-version /Users/jbourassa/.rvm/.rbenv-version /Users/jbourassa/.rvm/Gemfile | |
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum | |
+__rvm_find_first_file:3> _first_file='' | |
+__rvm_find_first_file:4> _variable_first_file=_found_file | |
+__rvm_find_first_file:5> shift | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/.rvmrc | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/.rvmrc ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/.versions.conf | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/.versions.conf ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/.ruby-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/.ruby-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/.rbfu-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/.rbfu-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/.rbenv-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/.rbenv-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/Gemfile | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/Gemfile ]] | |
+__rvm_find_first_file:16> eval '_found_file=""' | |
+(eval):1> _found_file='' | |
+__rvm_find_first_file:17> return 1 | |
+__rvm_project_dir_check:13> true | |
+__rvm_project_dir_check:15> [[ '' == Gemfile ]] | |
+__rvm_project_dir_check:24> [[ -n found_file ]] | |
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"' | |
+(eval):1> found_file='' | |
+__rvm_project_dir_check:28> [[ -n '' ]] | |
+__rvm_project_dir_check:28> return 1 | |
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname /Users/jbourassa/.rvm | |
+__rvm_project_rvmrc:52> working_dir=/Users/jbourassa | |
+__rvm_project_rvmrc:14> : | |
+__rvm_project_rvmrc:17> [[ -z /Users/jbourassa || /Users/jbourassa == /Users/jbourassa ]] | |
+__rvm_project_rvmrc:20> [[ -n '' ]] | |
+__rvm_project_rvmrc:35> break | |
+__rvm_project_rvmrc:57> unset __rvm_project_rvmrc_lock | |
+__rvm_project_rvmrc:58> return 0 | |
+__rvm_after_cd:2> typeset rvm_hook | |
+__rvm_after_cd:3> rvm_hook=after_cd | |
+__rvm_after_cd:4> [[ -n /Users/jbourassa/.rvm/scripts ]] | |
+__rvm_after_cd:5> source /Users/jbourassa/.rvm/scripts/hook | |
+/Users/jbourassa/.rvm/scripts/hook:5> old_rvm_verbose_flag=0 | |
+/Users/jbourassa/.rvm/scripts/hook:6> old_rvm_debug_flag=0 | |
+/Users/jbourassa/.rvm/scripts/hook:11> true rvm_verbose_flag:0 rvm_debug_flag:0 rvm_hook:after_cd | |
+/Users/jbourassa/.rvm/scripts/hook:15> [[ -n after_cd ]] | |
+/Users/jbourassa/.rvm/scripts/hook:17> hooks=( /Users/jbourassa/.rvm/hooks ) | |
+/Users/jbourassa/.rvm/scripts/hook:18> [[ /Users/jbourassa/.rvm/src/.rvm/hooks == /Users/jbourassa/.rvm/hooks ]] | |
+/Users/jbourassa/.rvm/scripts/hook:19> hooks+=( /Users/jbourassa/.rvm/src/.rvm/hooks ) | |
+/Users/jbourassa/.rvm/scripts/hook:21> _hooks_list=+/Users/jbourassa/.rvm/scripts/hook:21> _hooks_list=( /Users/jbourassa/.rvm/hooks/after_cd_bundler ) | |
+/Users/jbourassa/.rvm/scripts/hook:25> hook=/Users/jbourassa/.rvm/hooks/after_cd_bundler | |
+/Users/jbourassa/.rvm/scripts/hook:27> [[ -x /Users/jbourassa/.rvm/hooks/after_cd_bundler || after_cd_bundler == after_cd ]] | |
+/Users/jbourassa/.rvm/scripts/hook:37> unset rvm_hook hooks _hooks_list hook | |
+__rvm_do_with_env_after:2> __rvm_teardown | |
+__rvm_teardown:4> __rvm_cleanup_tmp | |
+__rvm_cleanup_tmp:2> [[ -d /Users/jbourassa/.rvm/tmp/ ]] | |
+__rvm_cleanup_tmp:4> case /Users/jbourassa/.rvm/tmp (*tmp) | |
+__rvm_cleanup_tmp:6> __rvm_rm_rf '/Users/jbourassa/.rvm/tmp/404*' | |
+__rvm_rm_rf:2> __rvm_rm_rf_verbose '/Users/jbourassa/.rvm/tmp/404*' | |
+__rvm_rm_rf_verbose:2> typeset result target | |
+__rvm_rm_rf_verbose:3> result=1 | |
+__rvm_rm_rf_verbose:4> target='/Users/jbourassa/.rvm/tmp/404*' | |
+__rvm_rm_rf_verbose:7> [[ -n 4.3.11 ]] | |
+__rvm_rm_rf_verbose:9> setopt extendedglob | |
+__rvm_rm_rf_verbose:18> case /Users/jbourassa/.rvm/tmp/404* (*(/|.)@(|/Applications|/Developer|/Guides|/Information|/Library|/Network|/System|/User|/Users|/Volumes|/backups|/bdsm|/bin|/boot|/cores|/data|/dev|/etc|/home|/lib|/lib64|/mach_kernel|/media|/misc|/mnt|/net|/opt|/private|/proc|/root|/sbin|/selinux|/srv|/sys|/tmp|/usr|/var)) | |
+__rvm_rm_rf_verbose:18> case /Users/jbourassa/.rvm/tmp/404* (*) | |
+__rvm_rm_rf_verbose:23> [[ -n '/Users/jbourassa/.rvm/tmp/404*' ]] | |
+__rvm_rm_rf_verbose:25> [[ -d '/Users/jbourassa/.rvm/tmp/404*' ]] | |
+__rvm_rm_rf_verbose:29> [[ -f '/Users/jbourassa/.rvm/tmp/404*' || -L '/Users/jbourassa/.rvm/tmp/404*' ]] | |
+__rvm_rm_rf_verbose:34> result=0 | |
+__rvm_rm_rf_verbose:39> return 0 | |
+__rvm_cleanup_tmp:10> return 0 | |
+__rvm_teardown:7> export __rvm_env_loaded | |
+__rvm_teardown:9> : __rvm_env_loaded:4: | |
+__rvm_teardown:11> : __rvm_env_loaded:4: | |
+__rvm_teardown:13> : __rvm_env_loaded:3: | |
+__rvm_teardown:15> [[ -z /Users/jbourassa/.rvm/tmp ]] | |
+__rvm_teardown:15> (( __rvm_env_loaded > 0 )) | |
+__rvm_teardown:17> return 0 | |
+install_package:5> rvm_log 'Fetching yaml-0.1.4.tar.gz to /Users/jbourassa/.rvm/archives' | |
+rvm_log:2> rvm_pretty_print stdout | |
+rvm_pretty_print:2> case auto (0|no) | |
+rvm_pretty_print:2> case auto (1|auto) | |
+rvm_pretty_print:7> case xterm (dumb|unknown) | |
+rvm_pretty_print:10> case stdout (stdout) | |
+rvm_pretty_print:11> [[ -t 1 ]] | |
+rvm_pretty_print:17> return 0 | |
+rvm_log:3> printf %b 'Fetching yaml-0.1.4.tar.gz to /Users/jbourassa/.rvm/archives\n' | |
Fetching yaml-0.1.4.tar.gz to /Users/jbourassa/.rvm/archives | |
+install_package:7> case tar.gz (tar.gz|tgz) | |
+install_package:9> /Users/jbourassa/.rvm/scripts/fetch https://rvm.io/src/yaml-0.1.4.tar.gz | |
++ [[ -z '' ]] | |
++ export PS4 | |
++ PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
++ /scripts/base : 21 > export __array_start rvm_path | |
++ /scripts/base : 26 > [[ -n '' ]] | |
++ /scripts/base : 30 > __array_start=0 | |
++ /scripts/base : 33 > (( 0 == 0 )) | |
++ /scripts/base : 35 > [[ -n 022 ]] | |
++ /scripts/base : 36 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc") | |
++ /scripts/base : 37 > [[ -n /Users/jbourassa ]] | |
++ /scripts/base : 37 > [[ /Users/jbourassa/.rvmrc -ef /Users/jbourassa/.rvmrc ]] | |
++ /scripts/base : 38 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc") | |
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"' | |
++ /scripts/base : 43 > [[ -f /etc/rvmrc ]] | |
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"' | |
++ /scripts/base : 43 > [[ -f /Users/jbourassa/.rvmrc ]] | |
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"' | |
++ /scripts/base : 43 > [[ -f /Users/jbourassa/.rvmrc ]] | |
++ /scripts/base : 58 > unset rvm_rvmrc_files | |
++ /scripts/base : 61 > export rvm_path | |
++ /scripts/base : 62 > [[ -z /Users/jbourassa/.rvm ]] | |
++ /scripts/base : 74 > true /Users/jbourassa/.rvm/scripts | |
++ /scripts/base : 77 > source /Users/jbourassa/.rvm/scripts/initialize | |
+++ /scripts/initialize : 3 > : rvm_trace_flag:1 | |
+++ /scripts/initialize : 4 > (( rvm_trace_flag > 0 )) | |
+++ /scripts/initialize : 6 > set -o xtrace | |
+++ /scripts/initialize : 9 > [[ -z '' ]] | |
+++ /scripts/initialize : 14 > export PS4 | |
+++ /scripts/initialize : 15 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
+++ /scripts/initialize : 21 > [[ -n 3.2.48(1)-release ]] | |
+++ /scripts/initialize : 23 > shopt -s extglob | |
+++ /scripts/initialize : 33 > export __rvm_env_loaded | |
+++ /scripts/initialize : 35 > : __rvm_env_loaded:3: | |
+++ /scripts/initialize : 37 > : __rvm_env_loaded:4: | |
+++ /scripts/initialize : 40 > [[ -z /Users/jbourassa/.rvm/tmp ]] | |
+++ /scripts/initialize : 40 > (( __rvm_env_loaded == 1 )) | |
++ /scripts/base : 81 > case " ${rvm_base_except:-} " in | |
++ /scripts/base : 83 > true | |
++ /scripts/base : 91 > typeset -a scripts | |
++ /scripts/base : 94 > scripts=(logging support utility init cleanup env rvmrc install environment gemset db bundler checksum) | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/logging | |
++++ /scripts/functions/logging : 40 > /Users/jbourassa/.rvm/scripts/color red | |
+++ /scripts/functions/logging : 40 > rvm_error_clr='' | |
++++ /scripts/functions/logging : 41 > /Users/jbourassa/.rvm/scripts/color yellow | |
+++ /scripts/functions/logging : 41 > rvm_warn_clr='' | |
++++ /scripts/functions/logging : 42 > /Users/jbourassa/.rvm/scripts/color magenta | |
+++ /scripts/functions/logging : 42 > rvm_debug_clr='' | |
++++ /scripts/functions/logging : 43 > /Users/jbourassa/.rvm/scripts/color green | |
+++ /scripts/functions/logging : 43 > rvm_notify_clr='' | |
++++ /scripts/functions/logging : 44 > /Users/jbourassa/.rvm/scripts/color reset | |
+++ /scripts/functions/logging : 44 > rvm_reset_clr='' | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/support | |
+++ /scripts/functions/support : 3 > [[ -z tar ]] | |
+++ /scripts/functions/support : 12 > [[ ! =~ --no-same-owner ]] | |
+++ /scripts/functions/support : 13 > tar --help | |
+++ /scripts/functions/support : 13 > GREP_OPTIONS= | |
+++ /scripts/functions/support : 13 > grep -- --no-same-owner | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/utility | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/init | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/cleanup | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/env | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/rvmrc | |
+++ /scripts/functions/rvmrc : 3 > export escape_flag _first _second | |
+++ /scripts/functions/rvmrc : 4 > escape_flag=1 | |
+++ /scripts/functions/rvmrc : 5 > _first=0 | |
+++ /scripts/functions/rvmrc : 6 > _second=1 | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/install | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/environment | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/gemset | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/db | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/bundler | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/jbourassa/.rvm/scripts/functions/checksum | |
++ /scripts/base : 98 > unset scripts entry rvm_base_except | |
+ /scripts/fetch : 21 > builtin cd /Users/jbourassa/.rvm/archives | |
+ /scripts/fetch : 23 > [[ -n '' ]] | |
++ /scripts/fetch : 23 > basename https://rvm.io/src/yaml-0.1.4.tar.gz | |
+ /scripts/fetch : 23 > archive=yaml-0.1.4.tar.gz | |
+ /scripts/fetch : 24 > fetch_command='curl -f -L --create-dirs -C - -o yaml-0.1.4.tar.gz' | |
+ /scripts/fetch : 25 > rvm_debug 'Fetching: https://rvm.io/src/yaml-0.1.4.tar.gz' | |
+ /scripts/functions/logging : rvm_debug() 73 > (( 0 )) | |
+ /scripts/functions/logging : rvm_debug() 73 > return 0 | |
+ /scripts/fetch : 26 > rvm_debug 'Fetch command: curl -f -L --create-dirs -C - -o yaml-0.1.4.tar.gz' | |
+ /scripts/functions/logging : rvm_debug() 73 > (( 0 )) | |
+ /scripts/functions/logging : rvm_debug() 73 > return 0 | |
+ /scripts/fetch : 28 > download=1 | |
+ /scripts/fetch : 29 > try_ftp=0 | |
+ /scripts/fetch : 30 > result=0 | |
+ /scripts/fetch : 31 > retry=0 | |
+ /scripts/fetch : 33 > __rvm_checksum_read https://rvm.io/src/yaml-0.1.4.tar.gz yaml-0.1.4.tar.gz | |
+ /scripts/functions/checksum : __rvm_checksum_read() 107 > __rvm_checksum_none | |
+ /scripts/functions/checksum : __rvm_checksum_none() 77 > [[ -z '' ]] | |
+ /scripts/functions/checksum : __rvm_checksum_none() 77 > [[ -z '' ]] | |
+ /scripts/functions/checksum : __rvm_checksum_read() 108 > typeset _type _value _name | |
+ /scripts/functions/checksum : __rvm_checksum_read() 109 > typeset -a _list | |
+ /scripts/functions/checksum : __rvm_checksum_read() 110 > list=() | |
+ /scripts/functions/checksum : __rvm_checksum_read() 112 > for _name in '"$@"' | |
+ /scripts/functions/checksum : __rvm_checksum_read() 114 > list+=("$_name") | |
+ /scripts/functions/checksum : __rvm_checksum_read() 116 > [[ https://rvm.io/src/yaml-0.1.4.tar.gz =~ \? ]] | |
+ /scripts/functions/checksum : __rvm_checksum_read() 112 > for _name in '"$@"' | |
+ /scripts/functions/checksum : __rvm_checksum_read() 114 > list+=("$_name") | |
+ /scripts/functions/checksum : __rvm_checksum_read() 116 > [[ yaml-0.1.4.tar.gz =~ \? ]] | |
+ /scripts/functions/checksum : __rvm_checksum_read() 122 > for _name in '"${list[@]}"' | |
++ /scripts/functions/checksum : __rvm_checksum_read() 124 > /Users/jbourassa/.rvm/scripts/db /Users/jbourassa/.rvm/config/md5 https://rvm.io/src/yaml-0.1.4.tar.gz | |
++ /scripts/functions/checksum : __rvm_checksum_read() 124 > head -n 1 | |
+ /scripts/functions/checksum : __rvm_checksum_read() 124 > _checksum_md5= | |
+ /scripts/functions/checksum : __rvm_checksum_read() 125 > [[ -n '' ]] | |
++ /scripts/functions/checksum : __rvm_checksum_read() 126 > /Users/jbourassa/.rvm/scripts/db /Users/jbourassa/.rvm/user/md5 https://rvm.io/src/yaml-0.1.4.tar.gz | |
++ /scripts/functions/checksum : __rvm_checksum_read() 126 > head -n 1 | |
+ /scripts/functions/checksum : __rvm_checksum_read() 126 > _checksum_md5= | |
++ /scripts/functions/checksum : __rvm_checksum_read() 128 > /Users/jbourassa/.rvm/scripts/db /Users/jbourassa/.rvm/config/sha512 https://rvm.io/src/yaml-0.1.4.tar.gz | |
++ /scripts/functions/checksum : __rvm_checksum_read() 128 > head -n 1 | |
+ /scripts/functions/checksum : __rvm_checksum_read() 128 > _checksum_sha512= | |
+ /scripts/functions/checksum : __rvm_checksum_read() 129 > [[ -n '' ]] | |
++ /scripts/functions/checksum : __rvm_checksum_read() 130 > head -n 1 | |
++ /scripts/functions/checksum : __rvm_checksum_read() 130 > /Users/jbourassa/.rvm/scripts/db /Users/jbourassa/.rvm/user/sha512 https://rvm.io/src/yaml-0.1.4.tar.gz | |
+ /scripts/functions/checksum : __rvm_checksum_read() 130 > _checksum_sha512= | |
+ /scripts/functions/checksum : __rvm_checksum_read() 132 > __rvm_checksum_none | |
+ /scripts/functions/checksum : __rvm_checksum_none() 77 > [[ -z '' ]] | |
+ /scripts/functions/checksum : __rvm_checksum_none() 77 > [[ -z '' ]] | |
+ /scripts/functions/checksum : __rvm_checksum_read() 122 > for _name in '"${list[@]}"' | |
++ /scripts/functions/checksum : __rvm_checksum_read() 124 > /Users/jbourassa/.rvm/scripts/db /Users/jbourassa/.rvm/config/md5 yaml-0.1.4.tar.gz | |
++ /scripts/functions/checksum : __rvm_checksum_read() 124 > head -n 1 | |
+ /scripts/functions/checksum : __rvm_checksum_read() 124 > _checksum_md5=36c852831d02cf90508c29852361d01b | |
+ /scripts/functions/checksum : __rvm_checksum_read() 125 > [[ -n 36c852831d02cf90508c29852361d01b ]] | |
++ /scripts/functions/checksum : __rvm_checksum_read() 128 > /Users/jbourassa/.rvm/scripts/db /Users/jbourassa/.rvm/config/sha512 yaml-0.1.4.tar.gz | |
++ /scripts/functions/checksum : __rvm_checksum_read() 128 > head -n 1 | |
+ /scripts/functions/checksum : __rvm_checksum_read() 128 > _checksum_sha512= | |
+ /scripts/functions/checksum : __rvm_checksum_read() 129 > [[ -n '' ]] | |
++ /scripts/functions/checksum : __rvm_checksum_read() 130 > /Users/jbourassa/.rvm/scripts/db /Users/jbourassa/.rvm/user/sha512 yaml-0.1.4.tar.gz | |
++ /scripts/functions/checksum : __rvm_checksum_read() 130 > head -n 1 | |
+ /scripts/functions/checksum : __rvm_checksum_read() 130 > _checksum_sha512= | |
+ /scripts/functions/checksum : __rvm_checksum_read() 132 > __rvm_checksum_none | |
+ /scripts/functions/checksum : __rvm_checksum_none() 77 > [[ -z 36c852831d02cf90508c29852361d01b ]] | |
+ /scripts/functions/checksum : __rvm_checksum_read() 132 > return 0 | |
+ /scripts/fetch : 35 > __rvm_checksum_any | |
+ /scripts/functions/checksum : __rvm_checksum_any() 78 > [[ -n 36c852831d02cf90508c29852361d01b ]] | |
+ /scripts/fetch : 41 > [[ -e yaml-0.1.4.tar.gz ]] | |
+ /scripts/fetch : 45 > __rvm_checksum_validate_file /Users/jbourassa/.rvm/archives/yaml-0.1.4.tar.gz | |
+ /scripts/functions/checksum : __rvm_checksum_validate_file() 85 > __rvm_checksum_any | |
+ /scripts/functions/checksum : __rvm_checksum_any() 78 > [[ -n 36c852831d02cf90508c29852361d01b ]] | |
+ /scripts/functions/checksum : __rvm_checksum_validate_file() 87 > [[ -n 36c852831d02cf90508c29852361d01b ]] | |
++ /scripts/functions/checksum : __rvm_checksum_validate_file() 89 > __rvm_md5_calculate /Users/jbourassa/.rvm/archives/yaml-0.1.4.tar.gz | |
++ /scripts/functions/checksum : __rvm_md5_calculate() 5 > typeset _sum | |
++ /scripts/functions/checksum : __rvm_md5_calculate() 7 > builtin command -v md5 | |
++ /scripts/functions/checksum : __rvm_md5_calculate() 9 > md5 -q /Users/jbourassa/.rvm/archives/yaml-0.1.4.tar.gz | |
++ /scripts/functions/checksum : __rvm_md5_calculate() 10 > return 0 | |
+ /scripts/functions/checksum : __rvm_checksum_validate_file() 89 > [[ 36c852831d02cf90508c29852361d01b == \3\6\c\8\5\2\8\3\1\d\0\2\c\f\9\0\5\0\8\c\2\9\8\5\2\3\6\1\d\0\1\b ]] | |
+ /scripts/functions/checksum : __rvm_checksum_validate_file() 92 > [[ -n '' ]] | |
+ /scripts/functions/checksum : __rvm_checksum_validate_file() 96 > return 0 | |
+ /scripts/fetch : 47 > rvm_debug 'Archive checksum matched, not downloading' | |
+ /scripts/functions/logging : rvm_debug() 73 > (( 0 )) | |
+ /scripts/functions/logging : rvm_debug() 73 > return 0 | |
+ /scripts/fetch : 48 > download=0 | |
+ /scripts/fetch : 62 > (( download > 0 )) | |
+ /scripts/fetch : 110 > __rvm_checksum_validate_file /Users/jbourassa/.rvm/archives/yaml-0.1.4.tar.gz | |
+ /scripts/functions/checksum : __rvm_checksum_validate_file() 85 > __rvm_checksum_any | |
+ /scripts/functions/checksum : __rvm_checksum_any() 78 > [[ -n 36c852831d02cf90508c29852361d01b ]] | |
+ /scripts/functions/checksum : __rvm_checksum_validate_file() 87 > [[ -n 36c852831d02cf90508c29852361d01b ]] | |
++ /scripts/functions/checksum : __rvm_checksum_validate_file() 89 > __rvm_md5_calculate /Users/jbourassa/.rvm/archives/yaml-0.1.4.tar.gz | |
++ /scripts/functions/checksum : __rvm_md5_calculate() 5 > typeset _sum | |
++ /scripts/functions/checksum : __rvm_md5_calculate() 7 > builtin command -v md5 | |
++ /scripts/functions/checksum : __rvm_md5_calculate() 9 > md5 -q /Users/jbourassa/.rvm/archives/yaml-0.1.4.tar.gz | |
++ /scripts/functions/checksum : __rvm_md5_calculate() 10 > return 0 | |
+ /scripts/functions/checksum : __rvm_checksum_validate_file() 89 > [[ 36c852831d02cf90508c29852361d01b == \3\6\c\8\5\2\8\3\1\d\0\2\c\f\9\0\5\0\8\c\2\9\8\5\2\3\6\1\d\0\1\b ]] | |
+ /scripts/functions/checksum : __rvm_checksum_validate_file() 92 > [[ -n '' ]] | |
+ /scripts/functions/checksum : __rvm_checksum_validate_file() 96 > return 0 | |
+ /scripts/fetch : 112 > rvm_debug 'Downloaded archive checksum matched.' | |
+ /scripts/functions/logging : rvm_debug() 73 > (( 0 )) | |
+ /scripts/functions/logging : rvm_debug() 73 > return 0 | |
+install_package:10> __rvm_run yaml/extract 'tar xmzf /Users/jbourassa/.rvm/archives/yaml-0.1.4.tar.gz -C /Users/jbourassa/.rvm/src ' 'Extracting yaml-0.1.4.tar.gz to /Users/jbourassa/.rvm/src' | |
+__rvm_run:2> typeset name message | |
+__rvm_run:3> typeset -a _command_array | |
+__rvm_run:5> name=yaml/extract | |
+__rvm_run:6> eval '_command_array=( tar xmzf /Users/jbourassa/.rvm/archives/yaml-0.1.4.tar.gz -C /Users/jbourassa/.rvm/src )' | |
+(eval):1> _command_array=( tar xmzf /Users/jbourassa/.rvm/archives/yaml-0.1.4.tar.gz -C /Users/jbourassa/.rvm/src ) | |
+__rvm_run:7> message='Extracting yaml-0.1.4.tar.gz to /Users/jbourassa/.rvm/src' | |
+__rvm_run:9> __rvm_log_command yaml/extract 'Extracting yaml-0.1.4.tar.gz to /Users/jbourassa/.rvm/src' tar xmzf /Users/jbourassa/.rvm/archives/yaml-0.1.4.tar.gz -C /Users/jbourassa/.rvm/src | |
+__rvm_log_command:2> typeset name message _log _command_start _command_name | |
+__rvm_log_command:3> typeset -a _command | |
+__rvm_log_command:5> name=yaml/extract | |
+__rvm_log_command:6> message='Extracting yaml-0.1.4.tar.gz to /Users/jbourassa/.rvm/src' | |
+__rvm_log_command:7> [[ -z 'Extracting yaml-0.1.4.tar.gz to /Users/jbourassa/.rvm/src' ]] | |
+__rvm_log_command:7> rvm_log 'Extracting yaml-0.1.4.tar.gz to /Users/jbourassa/.rvm/src' | |
+rvm_log:2> rvm_pretty_print stdout | |
+rvm_pretty_print:2> case auto (0|no) | |
+rvm_pretty_print:2> case auto (1|auto) | |
+rvm_pretty_print:7> case xterm (dumb|unknown) | |
+rvm_pretty_print:10> case stdout (stdout) | |
+rvm_pretty_print:11> [[ -t 1 ]] | |
+rvm_pretty_print:17> return 0 | |
+rvm_log:3> printf %b 'Extracting yaml-0.1.4.tar.gz to /Users/jbourassa/.rvm/src\n' | |
Extracting yaml-0.1.4.tar.gz to /Users/jbourassa/.rvm/src | |
+__rvm_log_command:8> shift 2 | |
+__rvm_log_command:9> _command=( tar xmzf /Users/jbourassa/.rvm/archives/yaml-0.1.4.tar.gz -C /Users/jbourassa/.rvm/src ) | |
+__rvm_log_command:10> _command_start=tar | |
+__rvm_log_command:11> (( 5 )) | |
+__rvm_log_command:11> [[ "$1" -regex-match "=" ]] | |
+__rvm_log_command:14> _command_name=tar | |
+__rvm_log_command:16> [[ ! "${_command_start}" -regex-match "=" ]] | |
+__rvm_log_command:17> (( 0 == 0 )) | |
+__rvm_log_command:19> _log=/Users/jbourassa/.rvm/log/ruby-1.9.3-p194/yaml/extract.log | |
+__rvm_log_command:21> [[ -d /Users/jbourassa/.rvm/log/ruby-1.9.3-p194/yaml ]] | |
+__rvm_log_command:22> [[ -f /Users/jbourassa/.rvm/log/ruby-1.9.3-p194/yaml/extract.log ]] | |
+__rvm_log_command:30> rvm_debug_stream | |
+rvm_debug_stream:2> (( 0 )) | |
+rvm_debug_stream:2> return 0 | |
+__rvm_log_command:30> tee /Users/jbourassa/.rvm/log/ruby-1.9.3-p194/yaml/extract.log | |
+__rvm_log_command:24> date '+%Y-%m-%d %H:%M:%S' | |
+__rvm_log_command:24> printf %b '[2012-10-01 20:52:41] tar xmzf /Users/jbourassa/.rvm/archives/yaml-0.1.4.tar.gz -C /Users/jbourassa/.rvm/src\n' | |
+__rvm_log_command:25> is_a_function tar | |
+is_a_function:2> return 1 | |
+__rvm_log_command:28> printf %b 'current path: /Users/jbourassa/.rvm/src\n' | |
+install_package:32> cd /Users/jbourassa/.rvm/src/yaml-0.1.4 | |
+__rvm_do_with_env_before:2> [[ -n /Users/jbourassa/.rvm/scripts ]] | |
+__rvm_do_with_env_before:5> source /Users/jbourassa/.rvm/scripts/initialize | |
+/Users/jbourassa/.rvm/scripts/initialize:3> : rvm_trace_flag:1 | |
+/Users/jbourassa/.rvm/scripts/initialize:4> (( rvm_trace_flag > 0 )) | |
+/Users/jbourassa/.rvm/scripts/initialize:6> set -o xtrace | |
+/Users/jbourassa/.rvm/scripts/initialize:9> [[ -z 4.3.11 ]] | |
+/Users/jbourassa/.rvm/scripts/initialize:21> [[ -n '' ]] | |
+/Users/jbourassa/.rvm/scripts/initialize:24> [[ -n 4.3.11 ]] | |
+/Users/jbourassa/.rvm/scripts/initialize:26> setopt extendedglob | |
+/Users/jbourassa/.rvm/scripts/initialize:27> setopt kshglob | |
+/Users/jbourassa/.rvm/scripts/initialize:28> setopt no_glob_subst | |
+/Users/jbourassa/.rvm/scripts/initialize:33> export __rvm_env_loaded | |
+/Users/jbourassa/.rvm/scripts/initialize:35> : __rvm_env_loaded:3: | |
+/Users/jbourassa/.rvm/scripts/initialize:37> : __rvm_env_loaded:4: | |
+/Users/jbourassa/.rvm/scripts/initialize:40> [[ -z /Users/jbourassa/.rvm/tmp ]] | |
+/Users/jbourassa/.rvm/scripts/initialize:40> (( __rvm_env_loaded == 1 )) | |
+__rvm_do_with_env_before:6> __rvm_setup | |
+__rvm_setup:3> export 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_force_autoconf_flag rvm_dump_environment_flag rvm_verbose_flag rvm_debug_flag rvm_trace_flag rvm_pretty_print_flag rvm_create_flag rvm_remove_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_setup:4> export 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_externals_path | |
+__rvm_setup:5> export 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_setup:6> export __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_architectures 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_without_gems | |
+__rvm_setup:7> export -a rvm_patch_names rvm_ree_options rvm_autoconf_flags | |
+__rvm_setup:10> (( __rvm_env_loaded != 1 )) | |
+__rvm_setup:11> return 0 | |
+__rvm_project_rvmrc:2> export __rvm_project_rvmrc_lock | |
+__rvm_project_rvmrc:3> : __rvm_project_rvmrc_lock:0 | |
+__rvm_project_rvmrc:4> : __rvm_project_rvmrc_lock:1 | |
+__rvm_project_rvmrc:5> (( __rvm_project_rvmrc_lock > 1 )) | |
+__rvm_project_rvmrc:9> typeset working_dir found_file rvm_trustworthiness_result | |
+__rvm_project_rvmrc:12> working_dir=/Users/jbourassa/.rvm/src/yaml-0.1.4 | |
+__rvm_project_rvmrc:14> : | |
+__rvm_project_rvmrc:17> [[ -z /Users/jbourassa/.rvm/src/yaml-0.1.4 || /Users/jbourassa == /Users/jbourassa/.rvm/src/yaml-0.1.4 || /Users/jbourassa == /Users/jbourassa/.rvm/src/yaml-0.1.4 || / == /Users/jbourassa/.rvm/src/yaml-0.1.4 ]] | |
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/jbourassa/.rvm/src/yaml-0.1.4 found_file | |
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable variable_default | |
+__rvm_project_dir_check:3> typeset -a _valid_files | |
+__rvm_project_dir_check:4> path_to_check=/Users/jbourassa/.rvm/src/yaml-0.1.4 | |
+__rvm_project_dir_check:5> variable=found_file | |
+__rvm_project_dir_check:6> variable_default='' | |
+__rvm_project_dir_check:7> _valid_files=( /Users/jbourassa/.rvm/src/yaml-0.1.4 /Users/jbourassa/.rvm/src/yaml-0.1.4/.rvmrc /Users/jbourassa/.rvm/src/yaml-0.1.4/.versions.conf /Users/jbourassa/.rvm/src/yaml-0.1.4/.ruby-version /Users/jbourassa/.rvm/src/yaml-0.1.4/.rbfu-version /Users/jbourassa/.rvm/src/yaml-0.1.4/.rbenv-version /Users/jbourassa/.rvm/src/yaml-0.1.4/Gemfile ) | |
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/jbourassa/.rvm/src/yaml-0.1.4 /Users/jbourassa/.rvm/src/yaml-0.1.4/.rvmrc /Users/jbourassa/.rvm/src/yaml-0.1.4/.versions.conf /Users/jbourassa/.rvm/src/yaml-0.1.4/.ruby-version /Users/jbourassa/.rvm/src/yaml-0.1.4/.rbfu-version /Users/jbourassa/.rvm/src/yaml-0.1.4/.rbenv-version /Users/jbourassa/.rvm/src/yaml-0.1.4/Gemfile | |
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum | |
+__rvm_find_first_file:3> _first_file='' | |
+__rvm_find_first_file:4> _variable_first_file=_found_file | |
+__rvm_find_first_file:5> shift | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/yaml-0.1.4 | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/yaml-0.1.4 ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/yaml-0.1.4/.rvmrc | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/yaml-0.1.4/.rvmrc ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/yaml-0.1.4/.versions.conf | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/yaml-0.1.4/.versions.conf ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/yaml-0.1.4/.ruby-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/yaml-0.1.4/.ruby-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/yaml-0.1.4/.rbfu-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/yaml-0.1.4/.rbfu-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/yaml-0.1.4/.rbenv-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/yaml-0.1.4/.rbenv-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/yaml-0.1.4/Gemfile | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/yaml-0.1.4/Gemfile ]] | |
+__rvm_find_first_file:16> eval '_found_file=""' | |
+(eval):1> _found_file='' | |
+__rvm_find_first_file:17> return 1 | |
+__rvm_project_dir_check:13> true | |
+__rvm_project_dir_check:15> [[ '' == Gemfile ]] | |
+__rvm_project_dir_check:24> [[ -n found_file ]] | |
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"' | |
+(eval):1> found_file='' | |
+__rvm_project_dir_check:28> [[ -n '' ]] | |
+__rvm_project_dir_check:28> return 1 | |
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname /Users/jbourassa/.rvm/src/yaml-0.1.4 | |
+__rvm_project_rvmrc:52> working_dir=/Users/jbourassa/.rvm/src | |
+__rvm_project_rvmrc:14> : | |
+__rvm_project_rvmrc:17> [[ -z /Users/jbourassa/.rvm/src || /Users/jbourassa == /Users/jbourassa/.rvm/src || /Users/jbourassa == /Users/jbourassa/.rvm/src || / == /Users/jbourassa/.rvm/src ]] | |
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/jbourassa/.rvm/src found_file | |
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable variable_default | |
+__rvm_project_dir_check:3> typeset -a _valid_files | |
+__rvm_project_dir_check:4> path_to_check=/Users/jbourassa/.rvm/src | |
+__rvm_project_dir_check:5> variable=found_file | |
+__rvm_project_dir_check:6> variable_default='' | |
+__rvm_project_dir_check:7> _valid_files=( /Users/jbourassa/.rvm/src /Users/jbourassa/.rvm/src/.rvmrc /Users/jbourassa/.rvm/src/.versions.conf /Users/jbourassa/.rvm/src/.ruby-version /Users/jbourassa/.rvm/src/.rbfu-version /Users/jbourassa/.rvm/src/.rbenv-version /Users/jbourassa/.rvm/src/Gemfile ) | |
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/jbourassa/.rvm/src /Users/jbourassa/.rvm/src/.rvmrc /Users/jbourassa/.rvm/src/.versions.conf /Users/jbourassa/.rvm/src/.ruby-version /Users/jbourassa/.rvm/src/.rbfu-version /Users/jbourassa/.rvm/src/.rbenv-version /Users/jbourassa/.rvm/src/Gemfile | |
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum | |
+__rvm_find_first_file:3> _first_file='' | |
+__rvm_find_first_file:4> _variable_first_file=_found_file | |
+__rvm_find_first_file:5> shift | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/.rvmrc | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/.rvmrc ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/.versions.conf | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/.versions.conf ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/.ruby-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/.ruby-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/.rbfu-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/.rbfu-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/.rbenv-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/.rbenv-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/Gemfile | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/Gemfile ]] | |
+__rvm_find_first_file:16> eval '_found_file=""' | |
+(eval):1> _found_file='' | |
+__rvm_find_first_file:17> return 1 | |
+__rvm_project_dir_check:13> true | |
+__rvm_project_dir_check:15> [[ '' == Gemfile ]] | |
+__rvm_project_dir_check:24> [[ -n found_file ]] | |
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"' | |
+(eval):1> found_file='' | |
+__rvm_project_dir_check:28> [[ -n '' ]] | |
+__rvm_project_dir_check:28> return 1 | |
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname /Users/jbourassa/.rvm/src | |
+__rvm_project_rvmrc:52> working_dir=/Users/jbourassa/.rvm | |
+__rvm_project_rvmrc:14> : | |
+__rvm_project_rvmrc:17> [[ -z /Users/jbourassa/.rvm || /Users/jbourassa == /Users/jbourassa/.rvm || /Users/jbourassa == /Users/jbourassa/.rvm || / == /Users/jbourassa/.rvm ]] | |
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/jbourassa/.rvm found_file | |
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable variable_default | |
+__rvm_project_dir_check:3> typeset -a _valid_files | |
+__rvm_project_dir_check:4> path_to_check=/Users/jbourassa/.rvm | |
+__rvm_project_dir_check:5> variable=found_file | |
+__rvm_project_dir_check:6> variable_default='' | |
+__rvm_project_dir_check:7> _valid_files=( /Users/jbourassa/.rvm /Users/jbourassa/.rvm/.rvmrc /Users/jbourassa/.rvm/.versions.conf /Users/jbourassa/.rvm/.ruby-version /Users/jbourassa/.rvm/.rbfu-version /Users/jbourassa/.rvm/.rbenv-version /Users/jbourassa/.rvm/Gemfile ) | |
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/jbourassa/.rvm /Users/jbourassa/.rvm/.rvmrc /Users/jbourassa/.rvm/.versions.conf /Users/jbourassa/.rvm/.ruby-version /Users/jbourassa/.rvm/.rbfu-version /Users/jbourassa/.rvm/.rbenv-version /Users/jbourassa/.rvm/Gemfile | |
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum | |
+__rvm_find_first_file:3> _first_file='' | |
+__rvm_find_first_file:4> _variable_first_file=_found_file | |
+__rvm_find_first_file:5> shift | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/.rvmrc | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/.rvmrc ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/.versions.conf | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/.versions.conf ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/.ruby-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/.ruby-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/.rbfu-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/.rbfu-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/.rbenv-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/.rbenv-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/Gemfile | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/Gemfile ]] | |
+__rvm_find_first_file:16> eval '_found_file=""' | |
+(eval):1> _found_file='' | |
+__rvm_find_first_file:17> return 1 | |
+__rvm_project_dir_check:13> true | |
+__rvm_project_dir_check:15> [[ '' == Gemfile ]] | |
+__rvm_project_dir_check:24> [[ -n found_file ]] | |
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"' | |
+(eval):1> found_file='' | |
+__rvm_project_dir_check:28> [[ -n '' ]] | |
+__rvm_project_dir_check:28> return 1 | |
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname /Users/jbourassa/.rvm | |
+__rvm_project_rvmrc:52> working_dir=/Users/jbourassa | |
+__rvm_project_rvmrc:14> : | |
+__rvm_project_rvmrc:17> [[ -z /Users/jbourassa || /Users/jbourassa == /Users/jbourassa ]] | |
+__rvm_project_rvmrc:20> [[ -n '' ]] | |
+__rvm_project_rvmrc:35> break | |
+__rvm_project_rvmrc:57> unset __rvm_project_rvmrc_lock | |
+__rvm_project_rvmrc:58> return 0 | |
+__rvm_after_cd:2> typeset rvm_hook | |
+__rvm_after_cd:3> rvm_hook=after_cd | |
+__rvm_after_cd:4> [[ -n /Users/jbourassa/.rvm/scripts ]] | |
+__rvm_after_cd:5> source /Users/jbourassa/.rvm/scripts/hook | |
+/Users/jbourassa/.rvm/scripts/hook:5> old_rvm_verbose_flag=0 | |
+/Users/jbourassa/.rvm/scripts/hook:6> old_rvm_debug_flag=0 | |
+/Users/jbourassa/.rvm/scripts/hook:11> true rvm_verbose_flag:0 rvm_debug_flag:0 rvm_hook:after_cd | |
+/Users/jbourassa/.rvm/scripts/hook:15> [[ -n after_cd ]] | |
+/Users/jbourassa/.rvm/scripts/hook:17> hooks=( /Users/jbourassa/.rvm/hooks ) | |
+/Users/jbourassa/.rvm/scripts/hook:18> [[ /Users/jbourassa/.rvm/src/yaml-0.1.4/.rvm/hooks == /Users/jbourassa/.rvm/hooks ]] | |
+/Users/jbourassa/.rvm/scripts/hook:19> hooks+=( /Users/jbourassa/.rvm/src/yaml-0.1.4/.rvm/hooks ) | |
+/Users/jbourassa/.rvm/scripts/hook:21> _hooks_list=+/Users/jbourassa/.rvm/scripts/hook:21> _hooks_list=( /Users/jbourassa/.rvm/hooks/after_cd_bundler ) | |
+/Users/jbourassa/.rvm/scripts/hook:25> hook=/Users/jbourassa/.rvm/hooks/after_cd_bundler | |
+/Users/jbourassa/.rvm/scripts/hook:27> [[ -x /Users/jbourassa/.rvm/hooks/after_cd_bundler || after_cd_bundler == after_cd ]] | |
+/Users/jbourassa/.rvm/scripts/hook:37> unset rvm_hook hooks _hooks_list hook | |
+__rvm_do_with_env_after:2> __rvm_teardown | |
+__rvm_teardown:4> __rvm_cleanup_tmp | |
+__rvm_cleanup_tmp:2> [[ -d /Users/jbourassa/.rvm/tmp/ ]] | |
+__rvm_cleanup_tmp:4> case /Users/jbourassa/.rvm/tmp (*tmp) | |
+__rvm_cleanup_tmp:6> __rvm_rm_rf '/Users/jbourassa/.rvm/tmp/404*' | |
+__rvm_rm_rf:2> __rvm_rm_rf_verbose '/Users/jbourassa/.rvm/tmp/404*' | |
+__rvm_rm_rf_verbose:2> typeset result target | |
+__rvm_rm_rf_verbose:3> result=1 | |
+__rvm_rm_rf_verbose:4> target='/Users/jbourassa/.rvm/tmp/404*' | |
+__rvm_rm_rf_verbose:7> [[ -n 4.3.11 ]] | |
+__rvm_rm_rf_verbose:9> setopt extendedglob | |
+__rvm_rm_rf_verbose:18> case /Users/jbourassa/.rvm/tmp/404* (*(/|.)@(|/Applications|/Developer|/Guides|/Information|/Library|/Network|/System|/User|/Users|/Volumes|/backups|/bdsm|/bin|/boot|/cores|/data|/dev|/etc|/home|/lib|/lib64|/mach_kernel|/media|/misc|/mnt|/net|/opt|/private|/proc|/root|/sbin|/selinux|/srv|/sys|/tmp|/usr|/var)) | |
+__rvm_rm_rf_verbose:18> case /Users/jbourassa/.rvm/tmp/404* (*) | |
+__rvm_rm_rf_verbose:23> [[ -n '/Users/jbourassa/.rvm/tmp/404*' ]] | |
+__rvm_rm_rf_verbose:25> [[ -d '/Users/jbourassa/.rvm/tmp/404*' ]] | |
+__rvm_rm_rf_verbose:29> [[ -f '/Users/jbourassa/.rvm/tmp/404*' || -L '/Users/jbourassa/.rvm/tmp/404*' ]] | |
+__rvm_rm_rf_verbose:34> result=0 | |
+__rvm_rm_rf_verbose:39> return 0 | |
+__rvm_cleanup_tmp:10> return 0 | |
+__rvm_teardown:7> export __rvm_env_loaded | |
+__rvm_teardown:9> : __rvm_env_loaded:4: | |
+__rvm_teardown:11> : __rvm_env_loaded:4: | |
+__rvm_teardown:13> : __rvm_env_loaded:3: | |
+__rvm_teardown:15> [[ -z /Users/jbourassa/.rvm/tmp ]] | |
+__rvm_teardown:15> (( __rvm_env_loaded > 0 )) | |
+__rvm_teardown:17> return 0 | |
+__rvm_do_with_env_before:2> [[ -n /Users/jbourassa/.rvm/scripts ]] | |
+__rvm_do_with_env_before:5> source /Users/jbourassa/.rvm/scripts/initialize | |
+/Users/jbourassa/.rvm/scripts/initialize:3> : rvm_trace_flag:1 | |
+/Users/jbourassa/.rvm/scripts/initialize:4> (( rvm_trace_flag > 0 )) | |
+/Users/jbourassa/.rvm/scripts/initialize:6> set -o xtrace | |
+/Users/jbourassa/.rvm/scripts/initialize:9> [[ -z 4.3.11 ]] | |
+/Users/jbourassa/.rvm/scripts/initialize:21> [[ -n '' ]] | |
+/Users/jbourassa/.rvm/scripts/initialize:24> [[ -n 4.3.11 ]] | |
+/Users/jbourassa/.rvm/scripts/initialize:26> setopt extendedglob | |
+/Users/jbourassa/.rvm/scripts/initialize:27> setopt kshglob | |
+/Users/jbourassa/.rvm/scripts/initialize:28> setopt no_glob_subst | |
+/Users/jbourassa/.rvm/scripts/initialize:33> export __rvm_env_loaded | |
+/Users/jbourassa/.rvm/scripts/initialize:35> : __rvm_env_loaded:3: | |
+/Users/jbourassa/.rvm/scripts/initialize:37> : __rvm_env_loaded:4: | |
+/Users/jbourassa/.rvm/scripts/initialize:40> [[ -z /Users/jbourassa/.rvm/tmp ]] | |
+/Users/jbourassa/.rvm/scripts/initialize:40> (( __rvm_env_loaded == 1 )) | |
+__rvm_do_with_env_before:6> __rvm_setup | |
+__rvm_setup:3> export 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_force_autoconf_flag rvm_dump_environment_flag rvm_verbose_flag rvm_debug_flag rvm_trace_flag rvm_pretty_print_flag rvm_create_flag rvm_remove_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_setup:4> export 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_externals_path | |
+__rvm_setup:5> export 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_setup:6> export __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_architectures 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_without_gems | |
+__rvm_setup:7> export -a rvm_patch_names rvm_ree_options rvm_autoconf_flags | |
+__rvm_setup:10> (( __rvm_env_loaded != 1 )) | |
+__rvm_setup:11> return 0 | |
+__rvm_project_rvmrc:2> export __rvm_project_rvmrc_lock | |
+__rvm_project_rvmrc:3> : __rvm_project_rvmrc_lock:0 | |
+__rvm_project_rvmrc:4> : __rvm_project_rvmrc_lock:1 | |
+__rvm_project_rvmrc:5> (( __rvm_project_rvmrc_lock > 1 )) | |
+__rvm_project_rvmrc:9> typeset working_dir found_file rvm_trustworthiness_result | |
+__rvm_project_rvmrc:12> working_dir=/Users/jbourassa/.rvm/src/yaml-0.1.4 | |
+__rvm_project_rvmrc:14> : | |
+__rvm_project_rvmrc:17> [[ -z /Users/jbourassa/.rvm/src/yaml-0.1.4 || /Users/jbourassa == /Users/jbourassa/.rvm/src/yaml-0.1.4 || /Users/jbourassa == /Users/jbourassa/.rvm/src/yaml-0.1.4 || / == /Users/jbourassa/.rvm/src/yaml-0.1.4 ]] | |
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/jbourassa/.rvm/src/yaml-0.1.4 found_file | |
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable variable_default | |
+__rvm_project_dir_check:3> typeset -a _valid_files | |
+__rvm_project_dir_check:4> path_to_check=/Users/jbourassa/.rvm/src/yaml-0.1.4 | |
+__rvm_project_dir_check:5> variable=found_file | |
+__rvm_project_dir_check:6> variable_default='' | |
+__rvm_project_dir_check:7> _valid_files=( /Users/jbourassa/.rvm/src/yaml-0.1.4 /Users/jbourassa/.rvm/src/yaml-0.1.4/.rvmrc /Users/jbourassa/.rvm/src/yaml-0.1.4/.versions.conf /Users/jbourassa/.rvm/src/yaml-0.1.4/.ruby-version /Users/jbourassa/.rvm/src/yaml-0.1.4/.rbfu-version /Users/jbourassa/.rvm/src/yaml-0.1.4/.rbenv-version /Users/jbourassa/.rvm/src/yaml-0.1.4/Gemfile ) | |
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/jbourassa/.rvm/src/yaml-0.1.4 /Users/jbourassa/.rvm/src/yaml-0.1.4/.rvmrc /Users/jbourassa/.rvm/src/yaml-0.1.4/.versions.conf /Users/jbourassa/.rvm/src/yaml-0.1.4/.ruby-version /Users/jbourassa/.rvm/src/yaml-0.1.4/.rbfu-version /Users/jbourassa/.rvm/src/yaml-0.1.4/.rbenv-version /Users/jbourassa/.rvm/src/yaml-0.1.4/Gemfile | |
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum | |
+__rvm_find_first_file:3> _first_file='' | |
+__rvm_find_first_file:4> _variable_first_file=_found_file | |
+__rvm_find_first_file:5> shift | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/yaml-0.1.4 | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/yaml-0.1.4 ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/yaml-0.1.4/.rvmrc | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/yaml-0.1.4/.rvmrc ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/yaml-0.1.4/.versions.conf | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/yaml-0.1.4/.versions.conf ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/yaml-0.1.4/.ruby-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/yaml-0.1.4/.ruby-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/yaml-0.1.4/.rbfu-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/yaml-0.1.4/.rbfu-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/yaml-0.1.4/.rbenv-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/yaml-0.1.4/.rbenv-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/yaml-0.1.4/Gemfile | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/yaml-0.1.4/Gemfile ]] | |
+__rvm_find_first_file:16> eval '_found_file=""' | |
+(eval):1> _found_file='' | |
+__rvm_find_first_file:17> return 1 | |
+__rvm_project_dir_check:13> true | |
+__rvm_project_dir_check:15> [[ '' == Gemfile ]] | |
+__rvm_project_dir_check:24> [[ -n found_file ]] | |
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"' | |
+(eval):1> found_file='' | |
+__rvm_project_dir_check:28> [[ -n '' ]] | |
+__rvm_project_dir_check:28> return 1 | |
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname /Users/jbourassa/.rvm/src/yaml-0.1.4 | |
+__rvm_project_rvmrc:52> working_dir=/Users/jbourassa/.rvm/src | |
+__rvm_project_rvmrc:14> : | |
+__rvm_project_rvmrc:17> [[ -z /Users/jbourassa/.rvm/src || /Users/jbourassa == /Users/jbourassa/.rvm/src || /Users/jbourassa == /Users/jbourassa/.rvm/src || / == /Users/jbourassa/.rvm/src ]] | |
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/jbourassa/.rvm/src found_file | |
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable variable_default | |
+__rvm_project_dir_check:3> typeset -a _valid_files | |
+__rvm_project_dir_check:4> path_to_check=/Users/jbourassa/.rvm/src | |
+__rvm_project_dir_check:5> variable=found_file | |
+__rvm_project_dir_check:6> variable_default='' | |
+__rvm_project_dir_check:7> _valid_files=( /Users/jbourassa/.rvm/src /Users/jbourassa/.rvm/src/.rvmrc /Users/jbourassa/.rvm/src/.versions.conf /Users/jbourassa/.rvm/src/.ruby-version /Users/jbourassa/.rvm/src/.rbfu-version /Users/jbourassa/.rvm/src/.rbenv-version /Users/jbourassa/.rvm/src/Gemfile ) | |
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/jbourassa/.rvm/src /Users/jbourassa/.rvm/src/.rvmrc /Users/jbourassa/.rvm/src/.versions.conf /Users/jbourassa/.rvm/src/.ruby-version /Users/jbourassa/.rvm/src/.rbfu-version /Users/jbourassa/.rvm/src/.rbenv-version /Users/jbourassa/.rvm/src/Gemfile | |
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum | |
+__rvm_find_first_file:3> _first_file='' | |
+__rvm_find_first_file:4> _variable_first_file=_found_file | |
+__rvm_find_first_file:5> shift | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/.rvmrc | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/.rvmrc ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/.versions.conf | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/.versions.conf ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/.ruby-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/.ruby-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/.rbfu-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/.rbfu-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/.rbenv-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/.rbenv-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/Gemfile | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/Gemfile ]] | |
+__rvm_find_first_file:16> eval '_found_file=""' | |
+(eval):1> _found_file='' | |
+__rvm_find_first_file:17> return 1 | |
+__rvm_project_dir_check:13> true | |
+__rvm_project_dir_check:15> [[ '' == Gemfile ]] | |
+__rvm_project_dir_check:24> [[ -n found_file ]] | |
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"' | |
+(eval):1> found_file='' | |
+__rvm_project_dir_check:28> [[ -n '' ]] | |
+__rvm_project_dir_check:28> return 1 | |
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname /Users/jbourassa/.rvm/src | |
+__rvm_project_rvmrc:52> working_dir=/Users/jbourassa/.rvm | |
+__rvm_project_rvmrc:14> : | |
+__rvm_project_rvmrc:17> [[ -z /Users/jbourassa/.rvm || /Users/jbourassa == /Users/jbourassa/.rvm || /Users/jbourassa == /Users/jbourassa/.rvm || / == /Users/jbourassa/.rvm ]] | |
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/jbourassa/.rvm found_file | |
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable variable_default | |
+__rvm_project_dir_check:3> typeset -a _valid_files | |
+__rvm_project_dir_check:4> path_to_check=/Users/jbourassa/.rvm | |
+__rvm_project_dir_check:5> variable=found_file | |
+__rvm_project_dir_check:6> variable_default='' | |
+__rvm_project_dir_check:7> _valid_files=( /Users/jbourassa/.rvm /Users/jbourassa/.rvm/.rvmrc /Users/jbourassa/.rvm/.versions.conf /Users/jbourassa/.rvm/.ruby-version /Users/jbourassa/.rvm/.rbfu-version /Users/jbourassa/.rvm/.rbenv-version /Users/jbourassa/.rvm/Gemfile ) | |
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/jbourassa/.rvm /Users/jbourassa/.rvm/.rvmrc /Users/jbourassa/.rvm/.versions.conf /Users/jbourassa/.rvm/.ruby-version /Users/jbourassa/.rvm/.rbfu-version /Users/jbourassa/.rvm/.rbenv-version /Users/jbourassa/.rvm/Gemfile | |
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum | |
+__rvm_find_first_file:3> _first_file='' | |
+__rvm_find_first_file:4> _variable_first_file=_found_file | |
+__rvm_find_first_file:5> shift | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/.rvmrc | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/.rvmrc ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/.versions.conf | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/.versions.conf ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/.ruby-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/.ruby-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/.rbfu-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/.rbfu-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/.rbenv-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/.rbenv-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/Gemfile | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/Gemfile ]] | |
+__rvm_find_first_file:16> eval '_found_file=""' | |
+(eval):1> _found_file='' | |
+__rvm_find_first_file:17> return 1 | |
+__rvm_project_dir_check:13> true | |
+__rvm_project_dir_check:15> [[ '' == Gemfile ]] | |
+__rvm_project_dir_check:24> [[ -n found_file ]] | |
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"' | |
+(eval):1> found_file='' | |
+__rvm_project_dir_check:28> [[ -n '' ]] | |
+__rvm_project_dir_check:28> return 1 | |
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname /Users/jbourassa/.rvm | |
+__rvm_project_rvmrc:52> working_dir=/Users/jbourassa | |
+__rvm_project_rvmrc:14> : | |
+__rvm_project_rvmrc:17> [[ -z /Users/jbourassa || /Users/jbourassa == /Users/jbourassa ]] | |
+__rvm_project_rvmrc:20> [[ -n '' ]] | |
+__rvm_project_rvmrc:35> break | |
+__rvm_project_rvmrc:57> unset __rvm_project_rvmrc_lock | |
+__rvm_project_rvmrc:58> return 0 | |
+__rvm_after_cd:2> typeset rvm_hook | |
+__rvm_after_cd:3> rvm_hook=after_cd | |
+__rvm_after_cd:4> [[ -n /Users/jbourassa/.rvm/scripts ]] | |
+__rvm_after_cd:5> source /Users/jbourassa/.rvm/scripts/hook | |
+/Users/jbourassa/.rvm/scripts/hook:5> old_rvm_verbose_flag=0 | |
+/Users/jbourassa/.rvm/scripts/hook:6> old_rvm_debug_flag=0 | |
+/Users/jbourassa/.rvm/scripts/hook:11> true rvm_verbose_flag:0 rvm_debug_flag:0 rvm_hook:after_cd | |
+/Users/jbourassa/.rvm/scripts/hook:15> [[ -n after_cd ]] | |
+/Users/jbourassa/.rvm/scripts/hook:17> hooks=( /Users/jbourassa/.rvm/hooks ) | |
+/Users/jbourassa/.rvm/scripts/hook:18> [[ /Users/jbourassa/.rvm/src/yaml-0.1.4/.rvm/hooks == /Users/jbourassa/.rvm/hooks ]] | |
+/Users/jbourassa/.rvm/scripts/hook:19> hooks+=( /Users/jbourassa/.rvm/src/yaml-0.1.4/.rvm/hooks ) | |
+/Users/jbourassa/.rvm/scripts/hook:21> _hooks_list=+/Users/jbourassa/.rvm/scripts/hook:21> _hooks_list=( /Users/jbourassa/.rvm/hooks/after_cd_bundler ) | |
+/Users/jbourassa/.rvm/scripts/hook:25> hook=/Users/jbourassa/.rvm/hooks/after_cd_bundler | |
+/Users/jbourassa/.rvm/scripts/hook:27> [[ -x /Users/jbourassa/.rvm/hooks/after_cd_bundler || after_cd_bundler == after_cd ]] | |
+/Users/jbourassa/.rvm/scripts/hook:37> unset rvm_hook hooks _hooks_list hook | |
+__rvm_do_with_env_after:2> __rvm_teardown | |
+__rvm_teardown:4> __rvm_cleanup_tmp | |
+__rvm_cleanup_tmp:2> [[ -d /Users/jbourassa/.rvm/tmp/ ]] | |
+__rvm_cleanup_tmp:4> case /Users/jbourassa/.rvm/tmp (*tmp) | |
+__rvm_cleanup_tmp:6> __rvm_rm_rf '/Users/jbourassa/.rvm/tmp/404*' | |
+__rvm_rm_rf:2> __rvm_rm_rf_verbose '/Users/jbourassa/.rvm/tmp/404*' | |
+__rvm_rm_rf_verbose:2> typeset result target | |
+__rvm_rm_rf_verbose:3> result=1 | |
+__rvm_rm_rf_verbose:4> target='/Users/jbourassa/.rvm/tmp/404*' | |
+__rvm_rm_rf_verbose:7> [[ -n 4.3.11 ]] | |
+__rvm_rm_rf_verbose:9> setopt extendedglob | |
+__rvm_rm_rf_verbose:18> case /Users/jbourassa/.rvm/tmp/404* (*(/|.)@(|/Applications|/Developer|/Guides|/Information|/Library|/Network|/System|/User|/Users|/Volumes|/backups|/bdsm|/bin|/boot|/cores|/data|/dev|/etc|/home|/lib|/lib64|/mach_kernel|/media|/misc|/mnt|/net|/opt|/private|/proc|/root|/sbin|/selinux|/srv|/sys|/tmp|/usr|/var)) | |
+__rvm_rm_rf_verbose:18> case /Users/jbourassa/.rvm/tmp/404* (*) | |
+__rvm_rm_rf_verbose:23> [[ -n '/Users/jbourassa/.rvm/tmp/404*' ]] | |
+__rvm_rm_rf_verbose:25> [[ -d '/Users/jbourassa/.rvm/tmp/404*' ]] | |
+__rvm_rm_rf_verbose:29> [[ -f '/Users/jbourassa/.rvm/tmp/404*' || -L '/Users/jbourassa/.rvm/tmp/404*' ]] | |
+__rvm_rm_rf_verbose:34> result=0 | |
+__rvm_rm_rf_verbose:39> return 0 | |
+__rvm_cleanup_tmp:10> return 0 | |
+__rvm_teardown:7> export __rvm_env_loaded | |
+__rvm_teardown:9> : __rvm_env_loaded:4: | |
+__rvm_teardown:11> : __rvm_env_loaded:4: | |
+__rvm_teardown:13> : __rvm_env_loaded:3: | |
+__rvm_teardown:15> [[ -z /Users/jbourassa/.rvm/tmp ]] | |
+__rvm_teardown:15> (( __rvm_env_loaded > 0 )) | |
+__rvm_teardown:17> return 0 | |
+__rvm_do_with_env_before:2> [[ -n /Users/jbourassa/.rvm/scripts ]] | |
+__rvm_do_with_env_before:5> source /Users/jbourassa/.rvm/scripts/initialize | |
+/Users/jbourassa/.rvm/scripts/initialize:3> : rvm_trace_flag:1 | |
+/Users/jbourassa/.rvm/scripts/initialize:4> (( rvm_trace_flag > 0 )) | |
+/Users/jbourassa/.rvm/scripts/initialize:6> set -o xtrace | |
+/Users/jbourassa/.rvm/scripts/initialize:9> [[ -z 4.3.11 ]] | |
+/Users/jbourassa/.rvm/scripts/initialize:21> [[ -n '' ]] | |
+/Users/jbourassa/.rvm/scripts/initialize:24> [[ -n 4.3.11 ]] | |
+/Users/jbourassa/.rvm/scripts/initialize:26> setopt extendedglob | |
+/Users/jbourassa/.rvm/scripts/initialize:27> setopt kshglob | |
+/Users/jbourassa/.rvm/scripts/initialize:28> setopt no_glob_subst | |
+/Users/jbourassa/.rvm/scripts/initialize:33> export __rvm_env_loaded | |
+/Users/jbourassa/.rvm/scripts/initialize:35> : __rvm_env_loaded:3: | |
+/Users/jbourassa/.rvm/scripts/initialize:37> : __rvm_env_loaded:4: | |
+/Users/jbourassa/.rvm/scripts/initialize:40> [[ -z /Users/jbourassa/.rvm/tmp ]] | |
+/Users/jbourassa/.rvm/scripts/initialize:40> (( __rvm_env_loaded == 1 )) | |
+__rvm_do_with_env_before:6> __rvm_setup | |
+__rvm_setup:3> export 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_force_autoconf_flag rvm_dump_environment_flag rvm_verbose_flag rvm_debug_flag rvm_trace_flag rvm_pretty_print_flag rvm_create_flag rvm_remove_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_setup:4> export 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_externals_path | |
+__rvm_setup:5> export 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_setup:6> export __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_architectures 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_without_gems | |
+__rvm_setup:7> export -a rvm_patch_names rvm_ree_options rvm_autoconf_flags | |
+__rvm_setup:10> (( __rvm_env_loaded != 1 )) | |
+__rvm_setup:11> return 0 | |
+__rvm_project_rvmrc:2> export __rvm_project_rvmrc_lock | |
+__rvm_project_rvmrc:3> : __rvm_project_rvmrc_lock:0 | |
+__rvm_project_rvmrc:4> : __rvm_project_rvmrc_lock:1 | |
+__rvm_project_rvmrc:5> (( __rvm_project_rvmrc_lock > 1 )) | |
+__rvm_project_rvmrc:9> typeset working_dir found_file rvm_trustworthiness_result | |
+__rvm_project_rvmrc:12> working_dir=/Users/jbourassa/.rvm/src/yaml-0.1.4 | |
+__rvm_project_rvmrc:14> : | |
+__rvm_project_rvmrc:17> [[ -z /Users/jbourassa/.rvm/src/yaml-0.1.4 || /Users/jbourassa == /Users/jbourassa/.rvm/src/yaml-0.1.4 || /Users/jbourassa == /Users/jbourassa/.rvm/src/yaml-0.1.4 || / == /Users/jbourassa/.rvm/src/yaml-0.1.4 ]] | |
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/jbourassa/.rvm/src/yaml-0.1.4 found_file | |
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable variable_default | |
+__rvm_project_dir_check:3> typeset -a _valid_files | |
+__rvm_project_dir_check:4> path_to_check=/Users/jbourassa/.rvm/src/yaml-0.1.4 | |
+__rvm_project_dir_check:5> variable=found_file | |
+__rvm_project_dir_check:6> variable_default='' | |
+__rvm_project_dir_check:7> _valid_files=( /Users/jbourassa/.rvm/src/yaml-0.1.4 /Users/jbourassa/.rvm/src/yaml-0.1.4/.rvmrc /Users/jbourassa/.rvm/src/yaml-0.1.4/.versions.conf /Users/jbourassa/.rvm/src/yaml-0.1.4/.ruby-version /Users/jbourassa/.rvm/src/yaml-0.1.4/.rbfu-version /Users/jbourassa/.rvm/src/yaml-0.1.4/.rbenv-version /Users/jbourassa/.rvm/src/yaml-0.1.4/Gemfile ) | |
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/jbourassa/.rvm/src/yaml-0.1.4 /Users/jbourassa/.rvm/src/yaml-0.1.4/.rvmrc /Users/jbourassa/.rvm/src/yaml-0.1.4/.versions.conf /Users/jbourassa/.rvm/src/yaml-0.1.4/.ruby-version /Users/jbourassa/.rvm/src/yaml-0.1.4/.rbfu-version /Users/jbourassa/.rvm/src/yaml-0.1.4/.rbenv-version /Users/jbourassa/.rvm/src/yaml-0.1.4/Gemfile | |
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum | |
+__rvm_find_first_file:3> _first_file='' | |
+__rvm_find_first_file:4> _variable_first_file=_found_file | |
+__rvm_find_first_file:5> shift | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/yaml-0.1.4 | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/yaml-0.1.4 ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/yaml-0.1.4/.rvmrc | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/yaml-0.1.4/.rvmrc ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/yaml-0.1.4/.versions.conf | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/yaml-0.1.4/.versions.conf ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/yaml-0.1.4/.ruby-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/yaml-0.1.4/.ruby-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/yaml-0.1.4/.rbfu-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/yaml-0.1.4/.rbfu-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/yaml-0.1.4/.rbenv-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/yaml-0.1.4/.rbenv-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/yaml-0.1.4/Gemfile | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/yaml-0.1.4/Gemfile ]] | |
+__rvm_find_first_file:16> eval '_found_file=""' | |
+(eval):1> _found_file='' | |
+__rvm_find_first_file:17> return 1 | |
+__rvm_project_dir_check:13> true | |
+__rvm_project_dir_check:15> [[ '' == Gemfile ]] | |
+__rvm_project_dir_check:24> [[ -n found_file ]] | |
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"' | |
+(eval):1> found_file='' | |
+__rvm_project_dir_check:28> [[ -n '' ]] | |
+__rvm_project_dir_check:28> return 1 | |
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname /Users/jbourassa/.rvm/src/yaml-0.1.4 | |
+__rvm_project_rvmrc:52> working_dir=/Users/jbourassa/.rvm/src | |
+__rvm_project_rvmrc:14> : | |
+__rvm_project_rvmrc:17> [[ -z /Users/jbourassa/.rvm/src || /Users/jbourassa == /Users/jbourassa/.rvm/src || /Users/jbourassa == /Users/jbourassa/.rvm/src || / == /Users/jbourassa/.rvm/src ]] | |
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/jbourassa/.rvm/src found_file | |
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable variable_default | |
+__rvm_project_dir_check:3> typeset -a _valid_files | |
+__rvm_project_dir_check:4> path_to_check=/Users/jbourassa/.rvm/src | |
+__rvm_project_dir_check:5> variable=found_file | |
+__rvm_project_dir_check:6> variable_default='' | |
+__rvm_project_dir_check:7> _valid_files=( /Users/jbourassa/.rvm/src /Users/jbourassa/.rvm/src/.rvmrc /Users/jbourassa/.rvm/src/.versions.conf /Users/jbourassa/.rvm/src/.ruby-version /Users/jbourassa/.rvm/src/.rbfu-version /Users/jbourassa/.rvm/src/.rbenv-version /Users/jbourassa/.rvm/src/Gemfile ) | |
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/jbourassa/.rvm/src /Users/jbourassa/.rvm/src/.rvmrc /Users/jbourassa/.rvm/src/.versions.conf /Users/jbourassa/.rvm/src/.ruby-version /Users/jbourassa/.rvm/src/.rbfu-version /Users/jbourassa/.rvm/src/.rbenv-version /Users/jbourassa/.rvm/src/Gemfile | |
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum | |
+__rvm_find_first_file:3> _first_file='' | |
+__rvm_find_first_file:4> _variable_first_file=_found_file | |
+__rvm_find_first_file:5> shift | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/.rvmrc | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/.rvmrc ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/.versions.conf | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/.versions.conf ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/.ruby-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/.ruby-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/.rbfu-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/.rbfu-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/.rbenv-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/.rbenv-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/Gemfile | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/Gemfile ]] | |
+__rvm_find_first_file:16> eval '_found_file=""' | |
+(eval):1> _found_file='' | |
+__rvm_find_first_file:17> return 1 | |
+__rvm_project_dir_check:13> true | |
+__rvm_project_dir_check:15> [[ '' == Gemfile ]] | |
+__rvm_project_dir_check:24> [[ -n found_file ]] | |
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"' | |
+(eval):1> found_file='' | |
+__rvm_project_dir_check:28> [[ -n '' ]] | |
+__rvm_project_dir_check:28> return 1 | |
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname /Users/jbourassa/.rvm/src | |
+__rvm_project_rvmrc:52> working_dir=/Users/jbourassa/.rvm | |
+__rvm_project_rvmrc:14> : | |
+__rvm_project_rvmrc:17> [[ -z /Users/jbourassa/.rvm || /Users/jbourassa == /Users/jbourassa/.rvm || /Users/jbourassa == /Users/jbourassa/.rvm || / == /Users/jbourassa/.rvm ]] | |
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/jbourassa/.rvm found_file | |
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable variable_default | |
+__rvm_project_dir_check:3> typeset -a _valid_files | |
+__rvm_project_dir_check:4> path_to_check=/Users/jbourassa/.rvm | |
+__rvm_project_dir_check:5> variable=found_file | |
+__rvm_project_dir_check:6> variable_default='' | |
+__rvm_project_dir_check:7> _valid_files=( /Users/jbourassa/.rvm /Users/jbourassa/.rvm/.rvmrc /Users/jbourassa/.rvm/.versions.conf /Users/jbourassa/.rvm/.ruby-version /Users/jbourassa/.rvm/.rbfu-version /Users/jbourassa/.rvm/.rbenv-version /Users/jbourassa/.rvm/Gemfile ) | |
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/jbourassa/.rvm /Users/jbourassa/.rvm/.rvmrc /Users/jbourassa/.rvm/.versions.conf /Users/jbourassa/.rvm/.ruby-version /Users/jbourassa/.rvm/.rbfu-version /Users/jbourassa/.rvm/.rbenv-version /Users/jbourassa/.rvm/Gemfile | |
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum | |
+__rvm_find_first_file:3> _first_file='' | |
+__rvm_find_first_file:4> _variable_first_file=_found_file | |
+__rvm_find_first_file:5> shift | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/.rvmrc | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/.rvmrc ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/.versions.conf | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/.versions.conf ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/.ruby-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/.ruby-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/.rbfu-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/.rbfu-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/.rbenv-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/.rbenv-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/Gemfile | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/Gemfile ]] | |
+__rvm_find_first_file:16> eval '_found_file=""' | |
+(eval):1> _found_file='' | |
+__rvm_find_first_file:17> return 1 | |
+__rvm_project_dir_check:13> true | |
+__rvm_project_dir_check:15> [[ '' == Gemfile ]] | |
+__rvm_project_dir_check:24> [[ -n found_file ]] | |
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"' | |
+(eval):1> found_file='' | |
+__rvm_project_dir_check:28> [[ -n '' ]] | |
+__rvm_project_dir_check:28> return 1 | |
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname /Users/jbourassa/.rvm | |
+__rvm_project_rvmrc:52> working_dir=/Users/jbourassa | |
+__rvm_project_rvmrc:14> : | |
+__rvm_project_rvmrc:17> [[ -z /Users/jbourassa || /Users/jbourassa == /Users/jbourassa ]] | |
+__rvm_project_rvmrc:20> [[ -n '' ]] | |
+__rvm_project_rvmrc:35> break | |
+__rvm_project_rvmrc:57> unset __rvm_project_rvmrc_lock | |
+__rvm_project_rvmrc:58> return 0 | |
+__rvm_after_cd:2> typeset rvm_hook | |
+__rvm_after_cd:3> rvm_hook=after_cd | |
+__rvm_after_cd:4> [[ -n /Users/jbourassa/.rvm/scripts ]] | |
+__rvm_after_cd:5> source /Users/jbourassa/.rvm/scripts/hook | |
+/Users/jbourassa/.rvm/scripts/hook:5> old_rvm_verbose_flag=0 | |
+/Users/jbourassa/.rvm/scripts/hook:6> old_rvm_debug_flag=0 | |
+/Users/jbourassa/.rvm/scripts/hook:11> true rvm_verbose_flag:0 rvm_debug_flag:0 rvm_hook:after_cd | |
+/Users/jbourassa/.rvm/scripts/hook:15> [[ -n after_cd ]] | |
+/Users/jbourassa/.rvm/scripts/hook:17> hooks=( /Users/jbourassa/.rvm/hooks ) | |
+/Users/jbourassa/.rvm/scripts/hook:18> [[ /Users/jbourassa/.rvm/src/yaml-0.1.4/.rvm/hooks == /Users/jbourassa/.rvm/hooks ]] | |
+/Users/jbourassa/.rvm/scripts/hook:19> hooks+=( /Users/jbourassa/.rvm/src/yaml-0.1.4/.rvm/hooks ) | |
+/Users/jbourassa/.rvm/scripts/hook:21> _hooks_list=+/Users/jbourassa/.rvm/scripts/hook:21> _hooks_list=( /Users/jbourassa/.rvm/hooks/after_cd_bundler ) | |
+/Users/jbourassa/.rvm/scripts/hook:25> hook=/Users/jbourassa/.rvm/hooks/after_cd_bundler | |
+/Users/jbourassa/.rvm/scripts/hook:27> [[ -x /Users/jbourassa/.rvm/hooks/after_cd_bundler || after_cd_bundler == after_cd ]] | |
+/Users/jbourassa/.rvm/scripts/hook:37> unset rvm_hook hooks _hooks_list hook | |
+__rvm_do_with_env_after:2> __rvm_teardown | |
+__rvm_teardown:4> __rvm_cleanup_tmp | |
+__rvm_cleanup_tmp:2> [[ -d /Users/jbourassa/.rvm/tmp/ ]] | |
+__rvm_cleanup_tmp:4> case /Users/jbourassa/.rvm/tmp (*tmp) | |
+__rvm_cleanup_tmp:6> __rvm_rm_rf '/Users/jbourassa/.rvm/tmp/404*' | |
+__rvm_rm_rf:2> __rvm_rm_rf_verbose '/Users/jbourassa/.rvm/tmp/404*' | |
+__rvm_rm_rf_verbose:2> typeset result target | |
+__rvm_rm_rf_verbose:3> result=1 | |
+__rvm_rm_rf_verbose:4> target='/Users/jbourassa/.rvm/tmp/404*' | |
+__rvm_rm_rf_verbose:7> [[ -n 4.3.11 ]] | |
+__rvm_rm_rf_verbose:9> setopt extendedglob | |
+__rvm_rm_rf_verbose:18> case /Users/jbourassa/.rvm/tmp/404* (*(/|.)@(|/Applications|/Developer|/Guides|/Information|/Library|/Network|/System|/User|/Users|/Volumes|/backups|/bdsm|/bin|/boot|/cores|/data|/dev|/etc|/home|/lib|/lib64|/mach_kernel|/media|/misc|/mnt|/net|/opt|/private|/proc|/root|/sbin|/selinux|/srv|/sys|/tmp|/usr|/var)) | |
+__rvm_rm_rf_verbose:18> case /Users/jbourassa/.rvm/tmp/404* (*) | |
+__rvm_rm_rf_verbose:23> [[ -n '/Users/jbourassa/.rvm/tmp/404*' ]] | |
+__rvm_rm_rf_verbose:25> [[ -d '/Users/jbourassa/.rvm/tmp/404*' ]] | |
+__rvm_rm_rf_verbose:29> [[ -f '/Users/jbourassa/.rvm/tmp/404*' || -L '/Users/jbourassa/.rvm/tmp/404*' ]] | |
+__rvm_rm_rf_verbose:34> result=0 | |
+__rvm_rm_rf_verbose:39> return 0 | |
+__rvm_cleanup_tmp:10> return 0 | |
+__rvm_teardown:7> export __rvm_env_loaded | |
+__rvm_teardown:9> : __rvm_env_loaded:4: | |
+__rvm_teardown:11> : __rvm_env_loaded:4: | |
+__rvm_teardown:13> : __rvm_env_loaded:3: | |
+__rvm_teardown:15> [[ -z /Users/jbourassa/.rvm/tmp ]] | |
+__rvm_teardown:15> (( __rvm_env_loaded > 0 )) | |
+__rvm_teardown:17> return 0 | |
+__rvm_do_with_env_before:2> [[ -n /Users/jbourassa/.rvm/scripts ]] | |
+__rvm_do_with_env_before:5> source /Users/jbourassa/.rvm/scripts/initialize | |
+/Users/jbourassa/.rvm/scripts/initialize:3> : rvm_trace_flag:1 | |
+/Users/jbourassa/.rvm/scripts/initialize:4> (( rvm_trace_flag > 0 )) | |
+/Users/jbourassa/.rvm/scripts/initialize:6> set -o xtrace | |
+/Users/jbourassa/.rvm/scripts/initialize:9> [[ -z 4.3.11 ]] | |
+/Users/jbourassa/.rvm/scripts/initialize:21> [[ -n '' ]] | |
+/Users/jbourassa/.rvm/scripts/initialize:24> [[ -n 4.3.11 ]] | |
+/Users/jbourassa/.rvm/scripts/initialize:26> setopt extendedglob | |
+/Users/jbourassa/.rvm/scripts/initialize:27> setopt kshglob | |
+/Users/jbourassa/.rvm/scripts/initialize:28> setopt no_glob_subst | |
+/Users/jbourassa/.rvm/scripts/initialize:33> export __rvm_env_loaded | |
+/Users/jbourassa/.rvm/scripts/initialize:35> : __rvm_env_loaded:3: | |
+/Users/jbourassa/.rvm/scripts/initialize:37> : __rvm_env_loaded:4: | |
+/Users/jbourassa/.rvm/scripts/initialize:40> [[ -z /Users/jbourassa/.rvm/tmp ]] | |
+/Users/jbourassa/.rvm/scripts/initialize:40> (( __rvm_env_loaded == 1 )) | |
+__rvm_do_with_env_before:6> __rvm_setup | |
+__rvm_setup:3> export 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_force_autoconf_flag rvm_dump_environment_flag rvm_verbose_flag rvm_debug_flag rvm_trace_flag rvm_pretty_print_flag rvm_create_flag rvm_remove_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_setup:4> export 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_externals_path | |
+__rvm_setup:5> export 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_setup:6> export __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_architectures 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_without_gems | |
+__rvm_setup:7> export -a rvm_patch_names rvm_ree_options rvm_autoconf_flags | |
+__rvm_setup:10> (( __rvm_env_loaded != 1 )) | |
+__rvm_setup:11> return 0 | |
+__rvm_project_rvmrc:2> export __rvm_project_rvmrc_lock | |
+__rvm_project_rvmrc:3> : __rvm_project_rvmrc_lock:0 | |
+__rvm_project_rvmrc:4> : __rvm_project_rvmrc_lock:1 | |
+__rvm_project_rvmrc:5> (( __rvm_project_rvmrc_lock > 1 )) | |
+__rvm_project_rvmrc:9> typeset working_dir found_file rvm_trustworthiness_result | |
+__rvm_project_rvmrc:12> working_dir=/Users/jbourassa/.rvm/src/yaml-0.1.4 | |
+__rvm_project_rvmrc:14> : | |
+__rvm_project_rvmrc:17> [[ -z /Users/jbourassa/.rvm/src/yaml-0.1.4 || /Users/jbourassa == /Users/jbourassa/.rvm/src/yaml-0.1.4 || /Users/jbourassa == /Users/jbourassa/.rvm/src/yaml-0.1.4 || / == /Users/jbourassa/.rvm/src/yaml-0.1.4 ]] | |
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/jbourassa/.rvm/src/yaml-0.1.4 found_file | |
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable variable_default | |
+__rvm_project_dir_check:3> typeset -a _valid_files | |
+__rvm_project_dir_check:4> path_to_check=/Users/jbourassa/.rvm/src/yaml-0.1.4 | |
+__rvm_project_dir_check:5> variable=found_file | |
+__rvm_project_dir_check:6> variable_default='' | |
+__rvm_project_dir_check:7> _valid_files=( /Users/jbourassa/.rvm/src/yaml-0.1.4 /Users/jbourassa/.rvm/src/yaml-0.1.4/.rvmrc /Users/jbourassa/.rvm/src/yaml-0.1.4/.versions.conf /Users/jbourassa/.rvm/src/yaml-0.1.4/.ruby-version /Users/jbourassa/.rvm/src/yaml-0.1.4/.rbfu-version /Users/jbourassa/.rvm/src/yaml-0.1.4/.rbenv-version /Users/jbourassa/.rvm/src/yaml-0.1.4/Gemfile ) | |
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/jbourassa/.rvm/src/yaml-0.1.4 /Users/jbourassa/.rvm/src/yaml-0.1.4/.rvmrc /Users/jbourassa/.rvm/src/yaml-0.1.4/.versions.conf /Users/jbourassa/.rvm/src/yaml-0.1.4/.ruby-version /Users/jbourassa/.rvm/src/yaml-0.1.4/.rbfu-version /Users/jbourassa/.rvm/src/yaml-0.1.4/.rbenv-version /Users/jbourassa/.rvm/src/yaml-0.1.4/Gemfile | |
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum | |
+__rvm_find_first_file:3> _first_file='' | |
+__rvm_find_first_file:4> _variable_first_file=_found_file | |
+__rvm_find_first_file:5> shift | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/yaml-0.1.4 | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/yaml-0.1.4 ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/yaml-0.1.4/.rvmrc | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/yaml-0.1.4/.rvmrc ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/yaml-0.1.4/.versions.conf | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/yaml-0.1.4/.versions.conf ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/yaml-0.1.4/.ruby-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/yaml-0.1.4/.ruby-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/yaml-0.1.4/.rbfu-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/yaml-0.1.4/.rbfu-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/yaml-0.1.4/.rbenv-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/yaml-0.1.4/.rbenv-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/yaml-0.1.4/Gemfile | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/yaml-0.1.4/Gemfile ]] | |
+__rvm_find_first_file:16> eval '_found_file=""' | |
+(eval):1> _found_file='' | |
+__rvm_find_first_file:17> return 1 | |
+__rvm_project_dir_check:13> true | |
+__rvm_project_dir_check:15> [[ '' == Gemfile ]] | |
+__rvm_project_dir_check:24> [[ -n found_file ]] | |
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"' | |
+(eval):1> found_file='' | |
+__rvm_project_dir_check:28> [[ -n '' ]] | |
+__rvm_project_dir_check:28> return 1 | |
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname /Users/jbourassa/.rvm/src/yaml-0.1.4 | |
+__rvm_project_rvmrc:52> working_dir=/Users/jbourassa/.rvm/src | |
+__rvm_project_rvmrc:14> : | |
+__rvm_project_rvmrc:17> [[ -z /Users/jbourassa/.rvm/src || /Users/jbourassa == /Users/jbourassa/.rvm/src || /Users/jbourassa == /Users/jbourassa/.rvm/src || / == /Users/jbourassa/.rvm/src ]] | |
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/jbourassa/.rvm/src found_file | |
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable variable_default | |
+__rvm_project_dir_check:3> typeset -a _valid_files | |
+__rvm_project_dir_check:4> path_to_check=/Users/jbourassa/.rvm/src | |
+__rvm_project_dir_check:5> variable=found_file | |
+__rvm_project_dir_check:6> variable_default='' | |
+__rvm_project_dir_check:7> _valid_files=( /Users/jbourassa/.rvm/src /Users/jbourassa/.rvm/src/.rvmrc /Users/jbourassa/.rvm/src/.versions.conf /Users/jbourassa/.rvm/src/.ruby-version /Users/jbourassa/.rvm/src/.rbfu-version /Users/jbourassa/.rvm/src/.rbenv-version /Users/jbourassa/.rvm/src/Gemfile ) | |
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/jbourassa/.rvm/src /Users/jbourassa/.rvm/src/.rvmrc /Users/jbourassa/.rvm/src/.versions.conf /Users/jbourassa/.rvm/src/.ruby-version /Users/jbourassa/.rvm/src/.rbfu-version /Users/jbourassa/.rvm/src/.rbenv-version /Users/jbourassa/.rvm/src/Gemfile | |
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum | |
+__rvm_find_first_file:3> _first_file='' | |
+__rvm_find_first_file:4> _variable_first_file=_found_file | |
+__rvm_find_first_file:5> shift | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/.rvmrc | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/.rvmrc ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/.versions.conf | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/.versions.conf ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/.ruby-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/.ruby-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/.rbfu-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/.rbfu-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/.rbenv-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/.rbenv-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/src/Gemfile | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/src/Gemfile ]] | |
+__rvm_find_first_file:16> eval '_found_file=""' | |
+(eval):1> _found_file='' | |
+__rvm_find_first_file:17> return 1 | |
+__rvm_project_dir_check:13> true | |
+__rvm_project_dir_check:15> [[ '' == Gemfile ]] | |
+__rvm_project_dir_check:24> [[ -n found_file ]] | |
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"' | |
+(eval):1> found_file='' | |
+__rvm_project_dir_check:28> [[ -n '' ]] | |
+__rvm_project_dir_check:28> return 1 | |
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname /Users/jbourassa/.rvm/src | |
+__rvm_project_rvmrc:52> working_dir=/Users/jbourassa/.rvm | |
+__rvm_project_rvmrc:14> : | |
+__rvm_project_rvmrc:17> [[ -z /Users/jbourassa/.rvm || /Users/jbourassa == /Users/jbourassa/.rvm || /Users/jbourassa == /Users/jbourassa/.rvm || / == /Users/jbourassa/.rvm ]] | |
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/jbourassa/.rvm found_file | |
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable variable_default | |
+__rvm_project_dir_check:3> typeset -a _valid_files | |
+__rvm_project_dir_check:4> path_to_check=/Users/jbourassa/.rvm | |
+__rvm_project_dir_check:5> variable=found_file | |
+__rvm_project_dir_check:6> variable_default='' | |
+__rvm_project_dir_check:7> _valid_files=( /Users/jbourassa/.rvm /Users/jbourassa/.rvm/.rvmrc /Users/jbourassa/.rvm/.versions.conf /Users/jbourassa/.rvm/.ruby-version /Users/jbourassa/.rvm/.rbfu-version /Users/jbourassa/.rvm/.rbenv-version /Users/jbourassa/.rvm/Gemfile ) | |
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/jbourassa/.rvm /Users/jbourassa/.rvm/.rvmrc /Users/jbourassa/.rvm/.versions.conf /Users/jbourassa/.rvm/.ruby-version /Users/jbourassa/.rvm/.rbfu-version /Users/jbourassa/.rvm/.rbenv-version /Users/jbourassa/.rvm/Gemfile | |
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum | |
+__rvm_find_first_file:3> _first_file='' | |
+__rvm_find_first_file:4> _variable_first_file=_found_file | |
+__rvm_find_first_file:5> shift | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/.rvmrc | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/.rvmrc ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/.versions.conf | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/.versions.conf ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/.ruby-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/.ruby-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/.rbfu-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/.rbfu-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/.rbenv-version | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/.rbenv-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/jbourassa/.rvm/Gemfile | |
+__rvm_find_first_file:10> [[ -f /Users/jbourassa/.rvm/Gemfile ]] | |
+__rvm_find_first_file:16> eval '_found_file=""' | |
+(eval):1> _found_file='' | |
+__rvm_find_first_file:17> return 1 | |
+__rvm_project_dir_check:13> true | |
+__rvm_project_dir_check:15> [[ '' == Gemfile ]] | |
+__rvm_project_dir_check:24> [[ -n found_file ]] | |
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"' | |
+(eval):1> found_file='' | |
+__rvm_project_dir_check:28> [[ -n '' ]] | |
+__rvm_project_dir_check:28> return 1 | |
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname /Users/jbourassa/.rvm | |
+__rvm_project_rvmrc:52> working_dir=/Users/jbourassa | |
+__rvm_project_rvmrc:14> : | |
+__rvm_project_rvmrc:17> [[ -z /Users/jbourassa || /Users/jbourassa == /Users/jbourassa ]] | |
+__rvm_project_rvmrc:20> [[ -n '' ]] | |
+__rvm_project_rvmrc:35> break | |
+__rvm_project_rvmrc:57> unset __rvm_project_rvmrc_lock | |
+__rvm_project_rvmrc:58> return 0 | |
+__rvm_after_cd:2> typeset rvm_hook | |
+__rvm_after_cd:3> rvm_hook=after_cd | |
+__rvm_after_cd:4> [[ -n /Users/jbourassa/.rvm/scripts ]] | |
+__rvm_after_cd:5> source /Users/jbourassa/.rvm/scripts/hook | |
+/Users/jbourassa/.rvm/scripts/hook:5> old_rvm_verbose_flag=0 | |
+/Users/jbourassa/.rvm/scripts/hook:6> old_rvm_debug_flag=0 | |
+/Users/jbourassa/.rvm/scripts/hook:11> true rvm_verbose_flag:0 rvm_debug_flag:0 rvm_hook:after_cd | |
+/Users/jbourassa/.rvm/scripts/hook:15> [[ -n after_cd ]] | |
+/Users/jbourassa/.rvm/scripts/hook:17> hooks=( /Users/jbourassa/.rvm/hooks ) | |
+/Users/jbourassa/.rvm/scripts/hook:18> [[ /Users/jbourassa/.rvm/src/yaml-0.1.4/.rvm/hooks == /Users/jbourassa/.rvm/hooks ]] | |
+/Users/jbourassa/.rvm/scripts/hook:19> hooks+=( /Users/jbourassa/.rvm/src/yaml-0.1.4/.rvm/hooks ) | |
+/Users/jbourassa/.rvm/scripts/hook:21> _hooks_list=+/Users/jbourassa/.rvm/scripts/hook:21> _hooks_list=( /Users/jbourassa/.rvm/hooks/after_cd_bundler ) | |
+/Users/jbourassa/.rvm/scripts/hook:25> hook=/Users/jbourassa/.rvm/hooks/after_cd_bundler | |
+/Users/jbourassa/.rvm/scripts/hook:27> [[ -x /Users/jbourassa/.rvm/hooks/after_cd_bundler || after_cd_bundler == after_cd ]] | |
+/Users/jbourassa/.rvm/scripts/hook:37> unset rvm_hook hooks _hooks_list hook | |
+__rvm_do_with_env_after:2> __rvm_teardown | |
+__rvm_teardown:4> __rvm_cleanup_tmp | |
+__rvm_cleanup_tmp:2> [[ -d /Users/jbourassa/.rvm/tmp/ ]] | |
+__rvm_cleanup_tmp:4> case /Users/jbourassa/.rvm/tmp (*tmp) | |
+__rvm_cleanup_tmp:6> __rvm_rm_rf '/Users/jbourassa/.rvm/tmp/404*' | |
+__rvm_rm_rf:2> __rvm_rm_rf_verbose '/Users/jbourassa/.rvm/tmp/404*' | |
+__rvm_rm_rf_verbose:2> typeset result target | |
+__rvm_rm_rf_verbose:3> result=1 | |
+__rvm_rm_rf_verbose:4> target='/Users/jbourassa/.rvm/tmp/404*' | |
+__rvm_rm_rf_verbose:7> [[ -n 4.3.11 ]] | |
+__rvm_rm_rf_verbose:9> setopt extendedglob | |
+__rvm_rm_rf_verbose:18> case /Users/jbourassa/.rvm/tmp/404* (*(/|.)@(|/Applications|/Developer|/Guides|/Information|/Library|/Network|/System|/User|/Users|/Volumes|/backups|/bdsm|/bin|/boot|/cores|/data|/dev|/etc|/home|/lib|/lib64|/mach_kernel|/media|/misc|/mnt|/net|/opt|/private|/proc|/root|/sbin|/selinux|/srv|/sys|/tmp|/usr|/var)) | |
+__rvm_rm_rf_verbose:18> case /Users/jbourassa/.rvm/tmp/404* (*) | |
+__rvm_rm_rf_verbose:23> [[ -n '/Users/jbourassa/.rvm/tmp/404*' ]] | |
+__rvm_rm_rf_verbose:25> [[ -d '/Users/jbourassa/.rvm/tmp/404*' ]] | |
+__rvm_rm_rf_verbose:29> [[ -f '/Users/jbourassa/.rvm/tmp/404*' || -L '/Users/jbourassa/.rvm/tmp/404*' ]] | |
+__rvm_rm_rf_verbose:34> result=0 | |
+__rvm_rm_rf_verbose:39> return 0 | |
+__rvm_cleanup_tmp:10> return 0 | |
+__rvm_teardown:7> export __rvm_env_loaded | |
+__rvm_teardown:9> : __rvm_env_loaded:4: | |
+__rvm_teardown:11> : __rvm_env_loaded:4: | |
+__rvm_teardown:13> : __rvm_env_loaded:3: | |
+__rvm_teardown:15> [[ -z /Users/jbourassa/.rvm/tmp ]] | |
+__rvm_teardown:15> (( __rvm_env_loaded > 0 )) | |
+__rvm_teardown:17> return 0 | |
+install_package:33> __rvm_add_to_path append /usr/bin | |
+__rvm_add_to_path:2> export PATH | |
+__rvm_add_to_path:4> (( 2 != 2 )) | |
+__rvm_add_to_path:4> [[ -z /usr/bin ]] | |
+__rvm_add_to_path:10> __rvm_remove_from_path /usr/bin | |
+__rvm_remove_from_path:2> export PATH | |
+__rvm_remove_from_path:3> typeset -a _path | |
+__rvm_remove_from_path:4> _path=( ) | |
+__rvm_remove_from_path:5> __rvm_custom_separated_array _path : /Users/jbourassa/.rvm/gems/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/bin:/bin:/usr/local/bin:/usr/local/sbin:/usr/local/share/python:/usr/bin:/usr/sbin:/sbin:/Users/jbourassa/pear/bin:/usr/local/share/npm/bin | |
+__rvm_custom_separated_array:2> typeset IFS | |
+__rvm_custom_separated_array:3> IFS=: | |
+__rvm_custom_separated_array:4> [[ -n 4.3.11 ]] | |
+__rvm_custom_separated_array:5> eval '_path+=( ${=3} )' | |
+(eval):1> _path+=( /Users/jbourassa/.rvm/gems/ruby-1.9.3-p194/bin /Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin /Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/bin /Users/jbourassa/.rvm/bin /bin /usr/local/bin /usr/local/sbin /usr/local/share/python /usr/bin /usr/sbin /sbin /Users/jbourassa/pear/bin /usr/local/share/npm/bin ) | |
+__rvm_remove_from_path:6> __rvm_remove_from_array _path /usr/bin /Users/jbourassa/.rvm/gems/ruby-1.9.3-p194/bin /Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin /Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/bin /Users/jbourassa/.rvm/bin /bin /usr/local/bin /usr/local/sbin /usr/local/share/python /usr/bin /usr/sbin /sbin /Users/jbourassa/pear/bin /usr/local/share/npm/bin | |
+__rvm_remove_from_array:2> typeset _array_name _search _iterator | |
+__rvm_remove_from_array:3> typeset -a _temp_array | |
+__rvm_remove_from_array:4> _array_name=_path | |
+__rvm_remove_from_array:5> _search=/usr/bin | |
+__rvm_remove_from_array:6> shift 2 | |
+__rvm_remove_from_array:7> _temp_array=( ) | |
+__rvm_remove_from_array:8> _iterator=/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194/bin | |
+__rvm_remove_from_array:10> __rvm_string_match /Users/jbourassa/.rvm/gems/ruby-1.9.3-p194/bin /usr/bin | |
+__rvm_string_match:2> typeset _string | |
+__rvm_string_match:3> _string=/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194/bin | |
+__rvm_string_match:4> shift | |
+__rvm_string_match:5> (( 1 )) | |
+__rvm_string_match:7> case /Users/jbourassa/.rvm/gems/ruby-1.9.3-p194/bin (/usr/bin) | |
+__rvm_string_match:10> shift | |
+__rvm_string_match:5> (( 0 )) | |
+__rvm_string_match:12> return 1 | |
+__rvm_remove_from_array:10> _temp_array+=( /Users/jbourassa/.rvm/gems/ruby-1.9.3-p194/bin ) | |
+__rvm_remove_from_array:8> _iterator=/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin | |
+__rvm_remove_from_array:10> __rvm_string_match /Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin /usr/bin | |
+__rvm_string_match:2> typeset _string | |
+__rvm_string_match:3> _string=/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin | |
+__rvm_string_match:4> shift | |
+__rvm_string_match:5> (( 1 )) | |
+__rvm_string_match:7> case /Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin (/usr/bin) | |
+__rvm_string_match:10> shift | |
+__rvm_string_match:5> (( 0 )) | |
+__rvm_string_match:12> return 1 | |
+__rvm_remove_from_array:10> _temp_array+=( /Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin ) | |
+__rvm_remove_from_array:8> _iterator=/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/bin | |
+__rvm_remove_from_array:10> __rvm_string_match /Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/bin /usr/bin | |
+__rvm_string_match:2> typeset _string | |
+__rvm_string_match:3> _string=/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/bin | |
+__rvm_string_match:4> shift | |
+__rvm_string_match:5> (( 1 )) | |
+__rvm_string_match:7> case /Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/bin (/usr/bin) | |
+__rvm_string_match:10> shift | |
+__rvm_string_match:5> (( 0 )) | |
+__rvm_string_match:12> return 1 | |
+__rvm_remove_from_array:10> _temp_array+=( /Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/bin ) | |
+__rvm_remove_from_array:8> _iterator=/Users/jbourassa/.rvm/bin | |
+__rvm_remove_from_array:10> __rvm_string_match /Users/jbourassa/.rvm/bin /usr/bin | |
+__rvm_string_match:2> typeset _string | |
+__rvm_string_match:3> _string=/Users/jbourassa/.rvm/bin | |
+__rvm_string_match:4> shift | |
+__rvm_string_match:5> (( 1 )) | |
+__rvm_string_match:7> case /Users/jbourassa/.rvm/bin (/usr/bin) | |
+__rvm_string_match:10> shift | |
+__rvm_string_match:5> (( 0 )) | |
+__rvm_string_match:12> return 1 | |
+__rvm_remove_from_array:10> _temp_array+=( /Users/jbourassa/.rvm/bin ) | |
+__rvm_remove_from_array:8> _iterator=/bin | |
+__rvm_remove_from_array:10> __rvm_string_match /bin /usr/bin | |
+__rvm_string_match:2> typeset _string | |
+__rvm_string_match:3> _string=/bin | |
+__rvm_string_match:4> shift | |
+__rvm_string_match:5> (( 1 )) | |
+__rvm_string_match:7> case /bin (/usr/bin) | |
+__rvm_string_match:10> shift | |
+__rvm_string_match:5> (( 0 )) | |
+__rvm_string_match:12> return 1 | |
+__rvm_remove_from_array:10> _temp_array+=( /bin ) | |
+__rvm_remove_from_array:8> _iterator=/usr/local/bin | |
+__rvm_remove_from_array:10> __rvm_string_match /usr/local/bin /usr/bin | |
+__rvm_string_match:2> typeset _string | |
+__rvm_string_match:3> _string=/usr/local/bin | |
+__rvm_string_match:4> shift | |
+__rvm_string_match:5> (( 1 )) | |
+__rvm_string_match:7> case /usr/local/bin (/usr/bin) | |
+__rvm_string_match:10> shift | |
+__rvm_string_match:5> (( 0 )) | |
+__rvm_string_match:12> return 1 | |
+__rvm_remove_from_array:10> _temp_array+=( /usr/local/bin ) | |
+__rvm_remove_from_array:8> _iterator=/usr/local/sbin | |
+__rvm_remove_from_array:10> __rvm_string_match /usr/local/sbin /usr/bin | |
+__rvm_string_match:2> typeset _string | |
+__rvm_string_match:3> _string=/usr/local/sbin | |
+__rvm_string_match:4> shift | |
+__rvm_string_match:5> (( 1 )) | |
+__rvm_string_match:7> case /usr/local/sbin (/usr/bin) | |
+__rvm_string_match:10> shift | |
+__rvm_string_match:5> (( 0 )) | |
+__rvm_string_match:12> return 1 | |
+__rvm_remove_from_array:10> _temp_array+=( /usr/local/sbin ) | |
+__rvm_remove_from_array:8> _iterator=/usr/local/share/python | |
+__rvm_remove_from_array:10> __rvm_string_match /usr/local/share/python /usr/bin | |
+__rvm_string_match:2> typeset _string | |
+__rvm_string_match:3> _string=/usr/local/share/python | |
+__rvm_string_match:4> shift | |
+__rvm_string_match:5> (( 1 )) | |
+__rvm_string_match:7> case /usr/local/share/python (/usr/bin) | |
+__rvm_string_match:10> shift | |
+__rvm_string_match:5> (( 0 )) | |
+__rvm_string_match:12> return 1 | |
+__rvm_remove_from_array:10> _temp_array+=( /usr/local/share/python ) | |
+__rvm_remove_from_array:8> _iterator=/usr/bin | |
+__rvm_remove_from_array:10> __rvm_string_match /usr/bin /usr/bin | |
+__rvm_string_match:2> typeset _string | |
+__rvm_string_match:3> _string=/usr/bin | |
+__rvm_string_match:4> shift | |
+__rvm_string_match:5> (( 1 )) | |
+__rvm_string_match:7> case /usr/bin (/usr/bin) | |
+__rvm_string_match:8> return 0 | |
+__rvm_remove_from_array:8> _iterator=/usr/sbin | |
+__rvm_remove_from_array:10> __rvm_string_match /usr/sbin /usr/bin | |
+__rvm_string_match:2> typeset _string | |
+__rvm_string_match:3> _string=/usr/sbin | |
+__rvm_string_match:4> shift | |
+__rvm_string_match:5> (( 1 )) | |
+__rvm_string_match:7> case /usr/sbin (/usr/bin) | |
+__rvm_string_match:10> shift | |
+__rvm_string_match:5> (( 0 )) | |
+__rvm_string_match:12> return 1 | |
+__rvm_remove_from_array:10> _temp_array+=( /usr/sbin ) | |
+__rvm_remove_from_array:8> _iterator=/sbin | |
+__rvm_remove_from_array:10> __rvm_string_match /sbin /usr/bin | |
+__rvm_string_match:2> typeset _string | |
+__rvm_string_match:3> _string=/sbin | |
+__rvm_string_match:4> shift | |
+__rvm_string_match:5> (( 1 )) | |
+__rvm_string_match:7> case /sbin (/usr/bin) | |
+__rvm_string_match:10> shift | |
+__rvm_string_match:5> (( 0 )) | |
+__rvm_string_match:12> return 1 | |
+__rvm_remove_from_array:10> _temp_array+=( /sbin ) | |
+__rvm_remove_from_array:8> _iterator=/Users/jbourassa/pear/bin | |
+__rvm_remove_from_array:10> __rvm_string_match /Users/jbourassa/pear/bin /usr/bin | |
+__rvm_string_match:2> typeset _string | |
+__rvm_string_match:3> _string=/Users/jbourassa/pear/bin | |
+__rvm_string_match:4> shift | |
+__rvm_string_match:5> (( 1 )) | |
+__rvm_string_match:7> case /Users/jbourassa/pear/bin (/usr/bin) | |
+__rvm_string_match:10> shift | |
+__rvm_string_match:5> (( 0 )) | |
+__rvm_string_match:12> return 1 | |
+__rvm_remove_from_array:10> _temp_array+=( /Users/jbourassa/pear/bin ) | |
+__rvm_remove_from_array:8> _iterator=/usr/local/share/npm/bin | |
+__rvm_remove_from_array:10> __rvm_string_match /usr/local/share/npm/bin /usr/bin | |
+__rvm_string_match:2> typeset _string | |
+__rvm_string_match:3> _string=/usr/local/share/npm/bin | |
+__rvm_string_match:4> shift | |
+__rvm_string_match:5> (( 1 )) | |
+__rvm_string_match:7> case /usr/local/share/npm/bin (/usr/bin) | |
+__rvm_string_match:10> shift | |
+__rvm_string_match:5> (( 0 )) | |
+__rvm_string_match:12> return 1 | |
+__rvm_remove_from_array:10> _temp_array+=( /usr/local/share/npm/bin ) | |
+__rvm_remove_from_array:12> eval '_path=( "${_temp_array[@]}" )' | |
+(eval):1> _path=( /Users/jbourassa/.rvm/gems/ruby-1.9.3-p194/bin /Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin /Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/bin /Users/jbourassa/.rvm/bin /bin /usr/local/bin /usr/local/sbin /usr/local/share/python /usr/sbin /sbin /Users/jbourassa/pear/bin /usr/local/share/npm/bin ) | |
+__rvm_remove_from_path:7> __rvm_join_array PATH : _path | |
+__rvm_join_array:2> typeset IFS | |
+__rvm_join_array:3> IFS=: | |
+__rvm_join_array:4> eval 'PATH="${_path[*]}"' | |
+(eval):1> PATH=/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/bin:/bin:/usr/local/bin:/usr/local/sbin:/usr/local/share/python:/usr/sbin:/sbin:/Users/jbourassa/pear/bin:/usr/local/share/npm/bin | |
+__rvm_add_to_path:11> case append (prepend) | |
+__rvm_add_to_path:11> case append (append) | |
+__rvm_add_to_path:13> PATH=/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/jbourassa/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/jbourassa/.rvm/bin:/bin:/usr/local/bin:/usr/local/sbin:/usr/local/share/python:/usr/sbin:/sbin:/Users/jbourassa/pear/bin:/usr/local/share/npm/bin:/usr/bin | |
+__rvm_add_to_path:18> [[ -n '' ]] | |
+__rvm_add_to_path:23> hash -r | |
+install_package:36> [[ -n '' ]] | |
+install_package:50> [[ 0 == 0 ]] | |
+install_package:70> (( 0 )) | |
+install_package:70> configure=( ./configure ) | |
+install_package:71> configure=( '' ./configure '--prefix=/Users/jbourassa/.rvm/usr' '--with-readline-dir=/usr/local/Cellar/readline/6.2.4' '--with-readline-dir=/usr/local/Cellar/readline/6.2.4' '' ) | |
+install_package:77> __rvm_log_command yaml/configure 'Configuring yaml in /Users/jbourassa/.rvm/src/yaml-0.1.4.' '' ./configure '--prefix=/Users/jbourassa/.rvm/usr' '--with-readline-dir=/usr/local/Cellar/readline/6.2.4' '--with-readline-dir=/usr/local/Cellar/readline/6.2.4' '' | |
+__rvm_log_command:2> typeset name message _log _command_start _command_name | |
+__rvm_log_command:3> typeset -a _command | |
+__rvm_log_command:5> name=yaml/configure | |
+__rvm_log_command:6> message='Configuring yaml in /Users/jbourassa/.rvm/src/yaml-0.1.4.' | |
+__rvm_log_command:7> [[ -z 'Configuring yaml in /Users/jbourassa/.rvm/src/yaml-0.1.4.' ]] | |
+__rvm_log_command:7> rvm_log 'Configuring yaml in /Users/jbourassa/.rvm/src/yaml-0.1.4.' | |
+rvm_log:2> rvm_pretty_print stdout | |
+rvm_pretty_print:2> case auto (0|no) | |
+rvm_pretty_print:2> case auto (1|auto) | |
+rvm_pretty_print:7> case xterm (dumb|unknown) | |
+rvm_pretty_print:10> case stdout (stdout) | |
+rvm_pretty_print:11> [[ -t 1 ]] | |
+rvm_pretty_print:17> return 0 | |
+rvm_log:3> printf %b 'Configuring yaml in /Users/jbourassa/.rvm/src/yaml-0.1.4.\n' | |
Configuring yaml in /Users/jbourassa/.rvm/src/yaml-0.1.4. | |
+__rvm_log_command:8> shift 2 | |
+__rvm_log_command:9> _command=( '' ./configure '--prefix=/Users/jbourassa/.rvm/usr' '--with-readline-dir=/usr/local/Cellar/readline/6.2.4' '--with-readline-dir=/usr/local/Cellar/readline/6.2.4' '' ) | |
+__rvm_log_command:10> _command_start='' | |
+__rvm_log_command:11> (( 6 )) | |
+__rvm_log_command:11> [[ "$1" -regex-match "=" ]] | |
+__rvm_log_command:14> _command_name='' | |
+__rvm_log_command:16> [[ ! "${_command_start}" -regex-match "=" ]] | |
+__rvm_log_command:17> (( 0 == 0 )) | |
+__rvm_log_command:19> _log=/Users/jbourassa/.rvm/log/ruby-1.9.3-p194/yaml/configure.log | |
+__rvm_log_command:21> [[ -d /Users/jbourassa/.rvm/log/ruby-1.9.3-p194/yaml ]] | |
+__rvm_log_command:22> [[ -f /Users/jbourassa/.rvm/log/ruby-1.9.3-p194/yaml/configure.log ]] | |
+__rvm_log_command:30> rvm_debug_stream | |
+rvm_debug_stream:2> (( 0 )) | |
+__rvm_log_command:30> tee /Users/jbourassa/.rvm/log/ruby-1.9.3-p194/yaml/configure.log | |
+rvm_debug_stream:2> return 0 | |
+__rvm_log_command:24> date '+%Y-%m-%d %H:%M:%S' | |
+__rvm_log_command:24> printf %b '[2012-10-01 20:52:41] ./configure --prefix=/Users/jbourassa/.rvm/usr --with-readline-dir=/usr/local/Cellar/readline/6.2.4 --with-readline-dir=/usr/local/Cellar/readline/6.2.4 \n' | |
+__rvm_log_command:25> is_a_function '' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is this I don't even