Created
August 27, 2012 05:49
-
-
Save Domon/3485984 to your computer and use it in GitHub Desktop.
`rvm install ruby-head` installs ruby-1.8.7-p370 https://github.com/wayneeseguin/rvm/issues/1085
This file contains hidden or 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
| $ type rvm | head -n 1 | |
| rvm is a shell function | |
| env | grep -iE 'rvm|ruby|path|home' | |
| rvm info | |
| rvm list |
This file contains hidden or 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
| $ env | grep -iE 'rvm|ruby|path|home' | |
| PATH=/Users/domon/.rvm/gems/ruby-1.9.3-p125/bin:/Users/domon/.rvm/gems/ruby-1.9.3-p125@global/bin:/Users/domon/.rvm/rubies/ruby-1.9.3-p125/bin:/Users/domon/.rvm/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/Users/domon/.rvm/bin:/Users/domon/bin | |
| HOME=/Users/domon | |
| rvm_prefix=/Users/domon | |
| rvm_path=/Users/domon/.rvm | |
| rvm_bin_path=/Users/domon/.rvm/bin | |
| rvm_version=1.15.7 (master) | |
| RUBY_VERSION=ruby-1.9.3-p125 | |
| GEM_HOME=/Users/domon/.rvm/gems/ruby-1.9.3-p125 | |
| GEM_PATH=/Users/domon/.rvm/gems/ruby-1.9.3-p125:/Users/domon/.rvm/gems/ruby-1.9.3-p125@global | |
| MY_RUBY_HOME=/Users/domon/.rvm/rubies/ruby-1.9.3-p125 | |
| IRBRC=/Users/domon/.rvm/rubies/ruby-1.9.3-p125/.irbrc | |
| rvm_alias_expanded= | |
| rvm_docs_type= | |
| rvm_gemstone_package_file= | |
| rvm_gemstone_url= | |
| rvm_niceness= | |
| rvm_nightly_flag= | |
| rvm_proxy= | |
| rvm_quiet_flag= | |
| rvm_ruby_file= | |
| rvm_ruby_make= | |
| rvm_ruby_make_install= | |
| rvm_ruby_mode= | |
| rvm_script_name= | |
| rvm_sdk= | |
| rvm_silent_flag= | |
| rvm_wrapper_name= |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ rvm info | |
| ruby-1.9.3-p125: | |
| system: | |
| uname: "Darwin domon.local 11.4.0 Darwin Kernel Version 11.4.0: Mon Apr 9 19:32:15 PDT 2012; root:xnu-1699.26.8~1/RELEASE_X86_64 x86_64" | |
| bash: "/bin/bash => GNU bash, version 3.2.48(1)-release (x86_64-apple-darwin11)" | |
| zsh: "/bin/zsh => zsh 4.3.11 (i386-apple-darwin11.0)" | |
| rvm: | |
| version: "rvm 1.15.7 (master) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.io/]" | |
| updated: "2 hours 13 minutes 27 seconds ago" | |
| ruby: | |
| interpreter: "ruby" | |
| version: "1.9.3p125" | |
| date: "2012-02-16" | |
| platform: "x86_64-darwin11.4.0" | |
| patchlevel: "2012-02-16 revision 34643" | |
| full_version: "ruby 1.9.3p125 (2012-02-16 revision 34643) [x86_64-darwin11.4.0]" | |
| homes: | |
| gem: "/Users/domon/.rvm/gems/ruby-1.9.3-p125" | |
| ruby: "/Users/domon/.rvm/rubies/ruby-1.9.3-p125" | |
| binaries: | |
| ruby: "/Users/domon/.rvm/rubies/ruby-1.9.3-p125/bin/ruby" | |
| irb: "/Users/domon/.rvm/rubies/ruby-1.9.3-p125/bin/irb" | |
| gem: "/Users/domon/.rvm/rubies/ruby-1.9.3-p125/bin/gem" | |
| rake: "/Users/domon/.rvm/gems/ruby-1.9.3-p125/bin/rake" | |
| environment: | |
| PATH: "/Users/domon/.rvm/gems/ruby-1.9.3-p125/bin:/Users/domon/.rvm/gems/ruby-1.9.3-p125@global/bin:/Users/domon/.rvm/rubies/ruby-1.9.3-p125/bin:/Users/domon/.rvm/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/Users/domon/bin" | |
| GEM_HOME: "/Users/domon/.rvm/gems/ruby-1.9.3-p125" | |
| GEM_PATH: "/Users/domon/.rvm/gems/ruby-1.9.3-p125:/Users/domon/.rvm/gems/ruby-1.9.3-p125@global" | |
| MY_RUBY_HOME: "/Users/domon/.rvm/rubies/ruby-1.9.3-p125" | |
| IRBRC: "/Users/domon/.rvm/rubies/ruby-1.9.3-p125/.irbrc" | |
| RUBYOPT: "" | |
| gemset: "" |
This file contains hidden or 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 list | |
| rvm rubies | |
| jruby-1.6.7.2 [ x86_64 ] | |
| =* ruby-1.9.3-p125 [ x86_64 ] | |
| # => - current | |
| # =* - current && default | |
| # * - default |
This file contains hidden or 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 install ruby-head | |
| +__rvm_parse_args:730> [[ -n 4.3.11 ]] | |
| +__rvm_parse_args:763> [[ -z '' && -n '' ]] | |
| +__rvm_parse_args:765> [[ 0 -eq 1 || -n '' ]] | |
| +__rvm_parse_args:14> [[ -n install ]] | |
| +__rvm_parse_args:16> rvm_token=install | |
| +__rvm_parse_args:18> (( 1 > 0 )) | |
| +__rvm_parse_args:20> next_token=ruby-head | |
| +__rvm_parse_args:21> shift | |
| +__rvm_parse_args:26> case install ([[:alnum:]]*|@*) | |
| +__rvm_parse_args:30> case install (use) | |
| +__rvm_parse_args:30> case install (install|uninstall|reinstall|try_install) | |
| +__rvm_parse_args:47> export 'install_flag=1' | |
| +__rvm_parse_args:48> rvm_action=install | |
| +__rvm_parse_args:49> _string='' | |
| +__rvm_parse_args:50> [[ "${_string} " -regex-match "-- " ]] | |
| +__rvm_parse_args:763> [[ -z install ]] | |
| +__rvm_parse_args:765> [[ 0 -eq 1 || -n '' ]] | |
| +__rvm_parse_args:14> [[ -n ruby-head ]] | |
| +__rvm_parse_args:16> rvm_token=ruby-head | |
| +__rvm_parse_args:18> (( 0 > 0 )) | |
| +__rvm_parse_args:23> next_token='' | |
| +__rvm_parse_args:26> case ruby-head ([[:alnum:]]*|@*) | |
| +__rvm_parse_args:30> case ruby-head (use) | |
| +__rvm_parse_args:30> case ruby-head (install|uninstall|reinstall|try_install) | |
| +__rvm_parse_args:30> case ruby-head (gemset) | |
| +__rvm_parse_args:30> case ruby-head (gemdir|gempath|gemhome) | |
| +__rvm_parse_args:30> case ruby-head (pkg) | |
| +__rvm_parse_args:30> case ruby-head (system|default) | |
| +__rvm_parse_args:30> case ruby-head (do|exec|gem|rake|ruby) | |
| +__rvm_parse_args:30> case ruby-head (fetch|version|srcdir|reset|debug|reload|update|monitor|notes|implode|seppuku|question|answer|env|unexport|requirements|automount|prepare) | |
| +__rvm_parse_args:30> case ruby-head (mount) | |
| +__rvm_parse_args:30> case ruby-head (rm|remove) | |
| +__rvm_parse_args:30> case ruby-head (default) | |
| +__rvm_parse_args:30> case ruby-head (inspect|ls|list|info|strings|get|current) | |
| +__rvm_parse_args:30> case ruby-head (docs|alias|rubygems|cleanup|tools|disk-usage|snapshot|repair|migrate|upgrade|cron) | |
| +__rvm_parse_args:30> case ruby-head (user) | |
| +__rvm_parse_args:30> case ruby-head (load-rvmrc) | |
| +__rvm_parse_args:30> case ruby-head (rvmrc) | |
| +__rvm_parse_args:30> case ruby-head (benchmark|bench) | |
| +__rvm_parse_args:30> case ruby-head (specs|tests) | |
| +__rvm_parse_args:30> case ruby-head (export) | |
| +__rvm_parse_args:30> case ruby-head (group) | |
| +__rvm_parse_args:30> case ruby-head (alt*) | |
| +__rvm_parse_args:30> case ruby-head (help|usage) | |
| +__rvm_parse_args:30> case ruby-head (wrapper) | |
| +__rvm_parse_args:30> case ruby-head (rtfm|RTFM) | |
| +__rvm_parse_args:30> case ruby-head (reboot|damnit|wtf|argh|BOOM|boom|wth) | |
| +__rvm_parse_args:30> case ruby-head (*) | |
| +__rvm_parse_args:334> [[ ruby-head == in ]] | |
| +__rvm_parse_args:346> [[ -n ruby-head ]] | |
| +__rvm_parse_args:350> [[ gemset == install ]] | |
| +__rvm_parse_args:368> case ruby-head (*,*) | |
| +__rvm_parse_args:368> case ruby-head (@*) | |
| +__rvm_parse_args:368> case ruby-head (*@*) | |
| +__rvm_parse_args:368> case ruby-head (*+*) | |
| +__rvm_parse_args:368> case ruby-head (*-*) | |
| +__rvm_parse_args:400> rvm_action=install | |
| +__rvm_parse_args:401> rvm_ruby_string=ruby-head | |
| +__rvm_parse_args:402> rvm_ruby_strings=ruby-head | |
| +__rvm_parse_args:456> [[ error == install ]] | |
| +__rvm_parse_args:763> [[ -z install ]] | |
| +__rvm_parse_args:765> [[ 0 -eq 1 || -n '' ]] | |
| +__rvm_parse_args:14> [[ -n '' ]] | |
| +__rvm_parse_args:769> [[ 0 -gt 0 ]] | |
| +__rvm_parse_args:771> [[ -n '' ]] | |
| ++ [[ -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 > umask | |
| ++ /scripts/base : 35 > : rvm_stored_umask:0022 | |
| ++ /scripts/base : 36 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc") | |
| ++ /scripts/base : 37 > [[ -n /Users/domon ]] | |
| ++ /scripts/base : 37 > [[ /Users/domon/.rvmrc -ef /Users/domon/.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/domon/.rvmrc ]] | |
| ++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"' | |
| ++ /scripts/base : 43 > [[ -f /Users/domon/.rvmrc ]] | |
| ++ /scripts/base : 58 > unset rvm_rvmrc_files | |
| ++ /scripts/base : 61 > export rvm_path | |
| ++ /scripts/base : 62 > [[ -z /Users/domon/.rvm ]] | |
| ++ /scripts/base : 74 > true /Users/domon/.rvm/scripts | |
| ++ /scripts/base : 77 > source /Users/domon/.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:1: | |
| +++ /scripts/initialize : 37 > : __rvm_env_loaded:2: | |
| +++ /scripts/initialize : 40 > [[ -z /Users/domon/.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 utility init cleanup env rvmrc install environment gemset db bundler checksum) | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/logging | |
| +++ /scripts/functions/logging : 40 > case "${TERM:-dumb}" in | |
| ++++ /scripts/functions/logging : 49 > /Users/domon/.rvm/scripts/color red | |
| +++ /scripts/functions/logging : 49 > rvm_error_clr='' | |
| ++++ /scripts/functions/logging : 50 > /Users/domon/.rvm/scripts/color yellow | |
| +++ /scripts/functions/logging : 50 > rvm_warn_clr='' | |
| ++++ /scripts/functions/logging : 51 > /Users/domon/.rvm/scripts/color magenta | |
| +++ /scripts/functions/logging : 51 > rvm_debug_clr='' | |
| ++++ /scripts/functions/logging : 52 > /Users/domon/.rvm/scripts/color green | |
| +++ /scripts/functions/logging : 52 > rvm_notify_clr='' | |
| ++++ /scripts/functions/logging : 53 > /Users/domon/.rvm/scripts/color reset | |
| +++ /scripts/functions/logging : 53 > rvm_reset_clr='' | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/utility | |
| +++ /scripts/functions/utility : 3 > [[ -z tar ]] | |
| +++ /scripts/functions/utility : 12 > [[ ! =~ --no-same-owner ]] | |
| +++ /scripts/functions/utility : 13 > tar --help | |
| +++ /scripts/functions/utility : 13 > GREP_OPTIONS= | |
| +++ /scripts/functions/utility : 13 > grep -- --no-same-owner | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/init | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/cleanup | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/env | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.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/domon/.rvm/scripts/functions/install | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/environment | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/gemset | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/db | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/bundler | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/checksum | |
| ++ /scripts/base : 98 > unset scripts entry rvm_base_except | |
| + /scripts/list : 363 > args=($*) | |
| + /scripts/list : 364 > action=strings | |
| + /scripts/list : 365 > args= | |
| + /scripts/list : 367 > case "${action:-rubies}" in | |
| + /scripts/list : 374 > list_strings | |
| + /scripts/list : list_strings() 204 > builtin cd /Users/domon/.rvm/rubies | |
| + /scripts/list : list_strings() 205 > find . -maxdepth 1 -mindepth 1 -type d | |
| + /scripts/list : list_strings() 205 > sed -e s#./##g | |
| + /scripts/list : list_strings() 208 > return 0 | |
| + /scripts/list : 383 > exit 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 > umask | |
| ++ /scripts/base : 35 > : rvm_stored_umask:0022 | |
| ++ /scripts/base : 36 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc") | |
| ++ /scripts/base : 37 > [[ -n /Users/domon ]] | |
| ++ /scripts/base : 37 > [[ /Users/domon/.rvmrc -ef /Users/domon/.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/domon/.rvmrc ]] | |
| ++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"' | |
| ++ /scripts/base : 43 > [[ -f /Users/domon/.rvmrc ]] | |
| ++ /scripts/base : 58 > unset rvm_rvmrc_files | |
| ++ /scripts/base : 61 > export rvm_path | |
| ++ /scripts/base : 62 > [[ -z /Users/domon/.rvm ]] | |
| ++ /scripts/base : 74 > true /Users/domon/.rvm/scripts | |
| ++ /scripts/base : 77 > source /Users/domon/.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:1: | |
| +++ /scripts/initialize : 37 > : __rvm_env_loaded:2: | |
| +++ /scripts/initialize : 40 > [[ -z /Users/domon/.rvm/tmp ]] | |
| +++ /scripts/initialize : 40 > (( __rvm_env_loaded == 1 )) | |
| ++ /scripts/base : 81 > case " ${rvm_base_except:-} " in | |
| ++ /scripts/base : 86 > source /Users/domon/.rvm/scripts/selector | |
| ++ /scripts/base : 87 > source /Users/domon/.rvm/scripts/selector_gemsets | |
| ++ /scripts/base : 91 > typeset -a scripts | |
| ++ /scripts/base : 94 > scripts=(logging utility init cleanup env rvmrc install environment gemset db bundler checksum) | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/logging | |
| +++ /scripts/functions/logging : 40 > case "${TERM:-dumb}" in | |
| ++++ /scripts/functions/logging : 49 > /Users/domon/.rvm/scripts/color red | |
| +++ /scripts/functions/logging : 49 > rvm_error_clr='' | |
| ++++ /scripts/functions/logging : 50 > /Users/domon/.rvm/scripts/color yellow | |
| +++ /scripts/functions/logging : 50 > rvm_warn_clr='' | |
| ++++ /scripts/functions/logging : 51 > /Users/domon/.rvm/scripts/color magenta | |
| +++ /scripts/functions/logging : 51 > rvm_debug_clr='' | |
| ++++ /scripts/functions/logging : 52 > /Users/domon/.rvm/scripts/color green | |
| +++ /scripts/functions/logging : 52 > rvm_notify_clr='' | |
| ++++ /scripts/functions/logging : 53 > /Users/domon/.rvm/scripts/color reset | |
| +++ /scripts/functions/logging : 53 > rvm_reset_clr='' | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/utility | |
| +++ /scripts/functions/utility : 3 > [[ -z tar ]] | |
| +++ /scripts/functions/utility : 12 > [[ ! =~ --no-same-owner ]] | |
| +++ /scripts/functions/utility : 13 > tar --help | |
| +++ /scripts/functions/utility : 13 > GREP_OPTIONS= | |
| +++ /scripts/functions/utility : 13 > grep -- --no-same-owner | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/init | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/cleanup | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/env | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.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/domon/.rvm/scripts/functions/install | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/environment | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/gemset | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/db | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/bundler | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/checksum | |
| ++ /scripts/base : 98 > unset scripts entry rvm_base_except | |
| + /scripts/manage : 14 > source /Users/domon/.rvm/scripts/patches | |
| + /scripts/manage : 15 > source /Users/domon/.rvm/scripts/functions/build | |
| + /scripts/manage : 16 > source /Users/domon/.rvm/scripts/functions/pkg | |
| + /scripts/manage : 17 > source /Users/domon/.rvm/scripts/functions/irbrc | |
| + /scripts/manage : 18 > source /Users/domon/.rvm/scripts/functions/db | |
| + /scripts/manage : 19 > source /Users/domon/.rvm/scripts/functions/manage/base | |
| + /scripts/manage : 21 > unset RUBYLIB RUBYOPT | |
| + /scripts/manage : 23 > args=($*) | |
| + /scripts/manage : 24 > action=install | |
| + /scripts/manage : 25 > rubies_string=ruby-head | |
| ++ /scripts/manage : 26 > echo | |
| + /scripts/manage : 26 > args= | |
| + /scripts/manage : 27 > binaries=() | |
| + /scripts/manage : 29 > __rvm_manage_rubies | |
| + /scripts/functions/manage/base : __rvm_manage_rubies() 1150 > typeset manage_result bin_line | |
| + /scripts/functions/manage/base : __rvm_manage_rubies() 1152 > manage_result=0 | |
| + /scripts/functions/manage/base : __rvm_manage_rubies() 1154 > rvm_gemset_name= | |
| + /scripts/functions/manage/base : __rvm_manage_rubies() 1155 > rvm_ruby_selected_flag=0 | |
| + /scripts/functions/manage/base : __rvm_manage_rubies() 1157 > rvm_ruby_gem_home='//@*' | |
| + /scripts/functions/manage/base : __rvm_manage_rubies() 1158 > rvm_ruby_string=ruby-head | |
| + /scripts/functions/manage/base : __rvm_manage_rubies() 1161 > [[ -n ruby-head ]] | |
| + /scripts/functions/manage/base : __rvm_manage_rubies() 1163 > rubies=(${rubies_string//,/ }) | |
| + /scripts/functions/manage/base : __rvm_manage_rubies() 1165 > for rvm_ruby_string in '"${rubies[@]}"' | |
| + /scripts/functions/manage/base : __rvm_manage_rubies() 1167 > current_ruby_string=ruby-head | |
| + /scripts/functions/manage/base : __rvm_manage_rubies() 1169 > rvm_hook=before_install | |
| + /scripts/functions/manage/base : __rvm_manage_rubies() 1170 > source /Users/domon/.rvm/scripts/hook | |
| ++ /scripts/hook : source() 4 > typeset old_rvm_verbose_flag old_rvm_debug_flag | |
| ++ /scripts/hook : source() 5 > old_rvm_verbose_flag=0 | |
| ++ /scripts/hook : source() 6 > old_rvm_debug_flag=0 | |
| ++ /scripts/hook : source() 9 > typeset rvm_verbose_flag rvm_debug_flag hooks | |
| ++ /scripts/hook : source() 11 > true rvm_verbose_flag:0 rvm_debug_flag:0 rvm_hook:before_install | |
| ++ /scripts/hook : source() 14 > [[ -n before_install ]] | |
| ++ /scripts/hook : source() 16 > [[ /Users/domon/.rvm/hooks/before_install == \/\U\s\e\r\s\/\d\o\m\o\n\/\.\r\v\m\/\h\o\o\k\s\/\b\e\f\o\r\e\_\i\n\s\t\a\l\l ]] | |
| ++ /scripts/hook : source() 18 > hooks=("$rvm_hooks_path/$rvm_hook") | |
| ++ /scripts/hook : source() 23 > for hook in '"${hooks[@]}"' | |
| ++ /scripts/hook : source() 25 > [[ -s /Users/domon/.rvm/hooks/before_install ]] | |
| ++ /scripts/hook : source() 34 > continue | |
| ++ /scripts/hook : source() 40 > unset rvm_hook hooks | |
| + /scripts/functions/manage/base : __rvm_manage_rubies() 1172 > eval __rvm_install_ruby | |
| ++ /scripts/functions/manage/base : __rvm_manage_rubies() 1172 > __rvm_install_ruby | |
| ++ /scripts/functions/manage/base : __rvm_install_ruby() 290 > true 0 0 | |
| ++ /scripts/functions/manage/base : __rvm_install_ruby() 292 > typeset binary __rvm_ruby_name | |
| ++ /scripts/functions/manage/base : __rvm_install_ruby() 294 > (( rvm_ruby_selected_flag == 0 )) | |
| ++ /scripts/functions/manage/base : __rvm_install_ruby() 296 > __rvm_ruby_name= | |
| ++ /scripts/functions/manage/base : __rvm_install_ruby() 297 > __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 GEM_HOME GEM_PATH MY_RUBY_HOME RUBY_VERSION IRBRC | |
| ++ /scripts/selector : __rvm_select() 12 > export rvm_env_string rvm_action rvm_alias_expanded rvm_archive_extension rvm_bin_flag rvm_bin_path rvm_configure_flags 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_args rvm_install_on_use_flag rvm_llvm_flag rvm_loaded_flag rvm_make_flags rvm_niceness rvm_nightly_flag rvm_only_path_flag rvm_parse_break rvm_patch_names rvm_patch_original_pwd rvm_pretty_print_flag rvm_proxy rvm_quiet_flag rvm_ree_options rvm_reload_flag rvm_remove_flag rvm_ruby_alias rvm_ruby_aliases 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() 14 > [[ -z ruby-head ]] | |
| ++ /scripts/selector : __rvm_select() 38 > __rvm_ruby_string | |
| ++ /scripts/selector : __rvm_ruby_string() 592 > typeset ruby_string gemset_name expanded_alias_name repo_url branch_name ruby_name | |
| ++ /scripts/selector : __rvm_ruby_string() 594 > __rvm_default_flags | |
| ++ /scripts/functions/env : __rvm_default_flags() 9 > true 0 0 | |
| ++ /scripts/selector : __rvm_ruby_string() 596 > rvm_expanding_aliases= | |
| ++ /scripts/selector : __rvm_ruby_string() 599 > true '' '' '' '' '' '' '' @ ruby-head 0 0 | |
| ++ /scripts/selector : __rvm_ruby_string() 604 > echo ruby-head | |
| ++ /scripts/selector : __rvm_ruby_string() 604 > GREP_OPTIONS= | |
| ++ /scripts/selector : __rvm_ruby_string() 604 > grep @ | |
| ++ /scripts/selector : __rvm_ruby_string() 611 > (( rvm_expanding_aliases == 0 )) | |
| ++ /scripts/selector : __rvm_ruby_string() 612 > [[ -n ruby-head ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 612 > [[ ruby-head != \s\y\s\t\e\m ]] | |
| +++ /scripts/selector : __rvm_ruby_string() 614 > /Users/domon/.rvm/scripts/alias show ruby-head | |
| ++ /scripts/selector : __rvm_ruby_string() 614 > expanded_alias_name= | |
| ++ /scripts/selector : __rvm_ruby_string() 615 > [[ -n '' ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 618 > [[ ruby-head == default ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 625 > echo ruby-head | |
| ++ /scripts/selector : __rvm_ruby_string() 625 > GREP_OPTIONS= | |
| ++ /scripts/selector : __rvm_ruby_string() 625 > grep @ | |
| ++ /scripts/selector : __rvm_ruby_string() 631 > ruby_string=ruby-head | |
| ++ /scripts/selector : __rvm_ruby_string() 632 > gemset_name= | |
| ++ /scripts/selector : __rvm_ruby_string() 633 > repo_url= | |
| ++ /scripts/selector : __rvm_ruby_string() 634 > branch_name= | |
| ++ /scripts/selector : __rvm_ruby_string() 635 > ruby_name= | |
| ++ /scripts/selector : __rvm_ruby_string() 637 > __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 > : rvm_stored_umask:0022 | |
| ++ /scripts/functions/init : __rvm_load_rvmrc() 14 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc") | |
| ++ /scripts/functions/init : __rvm_load_rvmrc() 15 > [[ -n /Users/domon ]] | |
| ++ /scripts/functions/init : __rvm_load_rvmrc() 15 > [[ /Users/domon/.rvmrc -ef /Users/domon/.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/domon/.rvmrc ]] | |
| ++ /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"' | |
| ++ /scripts/functions/init : __rvm_load_rvmrc() 20 > [[ -s /Users/domon/.rvmrc ]] | |
| ++ /scripts/functions/init : __rvm_load_rvmrc() 35 > return 0 | |
| ++ /scripts/selector : __rvm_ruby_string() 639 > rvm_ruby_repo_url= | |
| ++ /scripts/selector : __rvm_ruby_string() 640 > rvm_ruby_repo_branch= | |
| ++ /scripts/selector : __rvm_ruby_string() 641 > rvm_ruby_name= | |
| ++ /scripts/selector : __rvm_ruby_string() 643 > [[ -n '' ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 649 > strings=($(echo ${ruby_string//-/ })) | |
| +++ /scripts/selector : __rvm_ruby_string() 649 > echo ruby head | |
| ++ /scripts/selector : __rvm_ruby_string() 651 > (( 2 == 0 )) | |
| ++ /scripts/selector : __rvm_ruby_string() 666 > for string in '${strings[@]}' | |
| ++ /scripts/selector : __rvm_ruby_string() 668 > case "$string" in | |
| ++ /scripts/selector : __rvm_ruby_string() 825 > rvm_ruby_interpreter=ruby | |
| ++ /scripts/selector : __rvm_ruby_string() 666 > for string in '${strings[@]}' | |
| ++ /scripts/selector : __rvm_ruby_string() 668 > case "$string" in | |
| ++ /scripts/selector : __rvm_ruby_string() 670 > rvm_ruby_patch_level= | |
| ++ /scripts/selector : __rvm_ruby_string() 671 > rvm_ruby_revision= | |
| ++ /scripts/selector : __rvm_ruby_string() 672 > rvm_ruby_tag= | |
| ++ /scripts/selector : __rvm_ruby_string() 673 > export rvm_head_flag=1 | |
| ++ /scripts/selector : __rvm_ruby_string() 673 > rvm_head_flag=1 | |
| ++ /scripts/selector : __rvm_ruby_string() 839 > [[ -z ruby ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 855 > rvm_ruby_version= | |
| ++ /scripts/selector : __rvm_ruby_string() 856 > [[ -z '' ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 856 > [[ ruby != \e\x\t ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 856 > (( 1 == 0 )) | |
| ++ /scripts/selector : __rvm_ruby_string() 863 > [[ -z '' ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 865 > rvm_ruby_string=ruby | |
| ++ /scripts/selector : __rvm_ruby_string() 870 > [[ ruby == \e\x\t ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 874 > (( 1 == 1 )) | |
| ++ /scripts/selector : __rvm_ruby_string() 876 > rvm_ruby_string=ruby-head | |
| ++ /scripts/selector : __rvm_ruby_string() 937 > [[ -n '' ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 946 > detected_rvm_ruby_name= | |
| ++ /scripts/selector : __rvm_select() 40 > rvm_archive_extension=tar.gz | |
| ++ /scripts/selector : __rvm_select() 42 > [[ -z ruby ]] | |
| ++ /scripts/selector : __rvm_select() 47 > case "${rvm_ruby_interpreter:-missing}" in | |
| ++ /scripts/selector : __rvm_select() 265 > [[ -n '' ]] | |
| ++ /scripts/selector : __rvm_select() 270 > rvm_ruby_package_file=ruby- | |
| ++ /scripts/selector : __rvm_select() 271 > rvm_ruby_package_name=ruby- | |
| ++ /scripts/selector : __rvm_select() 274 > [[ -z '' ]] | |
| ++ /scripts/selector : __rvm_select() 274 > (( 1 == 0 )) | |
| +++ /scripts/selector : __rvm_select() 278 > __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/domon/.rvm/user/db ]] | |
| ++++ /scripts/functions/db : __rvm_db() 14 > /Users/domon/.rvm/scripts/db /Users/domon/.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/domon/.rvm/scripts/db /Users/domon/.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() 278 > rvm_ruby_repo_url=git://github.com/ruby/ruby.git | |
| ++ /scripts/selector : __rvm_select() 279 > (( 1 == 0 )) | |
| ++ /scripts/selector : __rvm_select() 329 > [[ -n '' ]] | |
| ++ /scripts/selector : __rvm_select() 345 > [[ ruby == ext ]] | |
| ++ /scripts/selector : __rvm_select() 351 > rvm_ruby_package_name=ruby- | |
| ++ /scripts/selector : __rvm_select() 352 > rvm_ruby_home=/Users/domon/.rvm/rubies/ruby-head | |
| ++ /scripts/selector : __rvm_select() 353 > rvm_ruby_irbrc=/Users/domon/.rvm/rubies/ruby-head/.irbrc | |
| ++ /scripts/selector : __rvm_select() 354 > rvm_ruby_binary=/Users/domon/.rvm/rubies/ruby-head/bin/ruby | |
| ++ /scripts/selector : __rvm_select() 358 > [[ maglev == \r\u\b\y ]] | |
| ++ /scripts/selector : __rvm_select() 364 > [[ system != \r\u\b\y ]] | |
| ++ /scripts/selector : __rvm_select() 366 > __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/domon/.rvm/gems/ruby-head | |
| ++ /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/domon/.rvm/gems/ruby-head@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/domon/.rvm/gems/ruby-head:/Users/domon/.rvm/gems/ruby-head@global | |
| ++ /scripts/selector_gemsets : __rvm_gemset_select_only() 77 > [[ -n '' ]] | |
| ++ /scripts/selector_gemsets : __rvm_gemset_select_only() 81 > rvm_env_string=ruby-head | |
| ++ /scripts/selector_gemsets : __rvm_gemset_select() 126 > __rvm_gemset_select_validation | |
| ++ /scripts/selector_gemsets : __rvm_gemset_select_validation() 88 > [[ ! -d /Users/domon/.rvm/gems/ruby-head ]] | |
| ++ /scripts/selector_gemsets : __rvm_gemset_select_validation() 90 > (( 0 == 0 && 0 == 0 && 0 == 0 )) | |
| ++ /scripts/selector_gemsets : __rvm_gemset_select_validation() 92 > rvm_expected_gemset_name= | |
| ++ /scripts/selector_gemsets : __rvm_gemset_select_validation() 93 > rvm_gemset_name= | |
| ++ /scripts/selector_gemsets : __rvm_gemset_select_validation() 94 > __rvm_gemset_select_only | |
| ++ /scripts/selector_gemsets : __rvm_gemset_select_only() 54 > rvm_ruby_gem_home=/Users/domon/.rvm/gems/ruby-head | |
| ++ /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/domon/.rvm/gems/ruby-head@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/domon/.rvm/gems/ruby-head:/Users/domon/.rvm/gems/ruby-head@global | |
| ++ /scripts/selector_gemsets : __rvm_gemset_select_only() 77 > [[ -n '' ]] | |
| ++ /scripts/selector_gemsets : __rvm_gemset_select_only() 81 > rvm_env_string=ruby-head | |
| ++ /scripts/selector_gemsets : __rvm_gemset_select_validation() 95 > return 2 | |
| ++ /scripts/selector : __rvm_select() 367 > case $? in | |
| ++ /scripts/selector : __rvm_select() 374 > rvm_ruby_selected_flag=1 | |
| ++ /scripts/selector : __rvm_select() 376 > [[ -d /Users/domon/.rvm/log/ruby-head ]] | |
| ++ /scripts/selector : __rvm_select() 381 > rvm_ruby_interpreter=ruby | |
| ++ /scripts/functions/manage/base : __rvm_install_ruby() 298 > [[ -n '' ]] | |
| ++ /scripts/functions/manage/base : __rvm_install_ruby() 316 > [[ -n '' ]] | |
| ++ /scripts/functions/manage/base : __rvm_install_ruby() 320 > unset RUBYOPT | |
| ++ /scripts/functions/manage/base : __rvm_install_ruby() 322 > __rvm_check_for_compiler | |
| ++ /scripts/functions/build : __rvm_check_for_compiler() 133 > __rvm_selected_compiler | |
| ++ /scripts/functions/build : __rvm_selected_compiler() 6 > [[ =~ --with-gcc= ]] | |
| ++ /scripts/functions/build : __rvm_selected_compiler() 13 > [[ -n '' ]] | |
| ++ /scripts/functions/build : __rvm_selected_compiler() 17 > return 1 | |
| ++ /scripts/functions/manage/base : __rvm_install_ruby() 323 > true | |
| ++ /scripts/functions/manage/base : __rvm_install_ruby() 327 > case "${rvm_ruby_interpreter}" in | |
| ++ /scripts/functions/manage/base : __rvm_install_ruby() 344 > source /Users/domon/.rvm/scripts/functions/manage/ruby | |
| ++ /scripts/functions/manage/base : __rvm_install_ruby() 345 > ruby_install | |
| ++ /scripts/functions/manage/ruby : ruby_install() 54 > typeset result temp_flags | |
| ++ /scripts/functions/manage/ruby : ruby_install() 56 > __rvm_check_for_bison | |
| ++ /scripts/functions/build : __rvm_check_for_bison() 144 > true 1 | |
| ++ /scripts/functions/build : __rvm_check_for_bison() 145 > (( rvm_head_flag > 0 )) | |
| ++ /scripts/functions/build : __rvm_check_for_bison() 147 > builtin command -v bison | |
| ++ /scripts/functions/manage/ruby : ruby_install() 57 > __rvm_check_for_bison | |
| ++ /scripts/functions/build : __rvm_check_for_bison() 144 > true 1 | |
| ++ /scripts/functions/build : __rvm_check_for_bison() 145 > (( rvm_head_flag > 0 )) | |
| ++ /scripts/functions/build : __rvm_check_for_bison() 147 > builtin command -v bison | |
| ++ /scripts/functions/manage/ruby : ruby_install() 58 > true | |
| ++ /scripts/functions/manage/ruby : ruby_install() 65 > case ${rvm_ruby_string:-""} in | |
| ++ /scripts/functions/manage/ruby : ruby_install() 70 > __rvm_ensure_has_mri_ruby '1.8.|ree' | |
| ++ /scripts/functions/build : __rvm_ensure_has_mri_ruby() 206 > typeset versions | |
| ++ /scripts/functions/build : __rvm_ensure_has_mri_ruby() 207 > versions='1.8.|ree' | |
| +++ /scripts/functions/build : __rvm_ensure_has_mri_ruby() 208 > __rvm_mri_ruby '1.8.|ree' | |
| +++ /scripts/functions/build : __rvm_mri_ruby() 188 > typeset versions | |
| +++ /scripts/functions/build : __rvm_mri_ruby() 189 > versions='1.8.|ree' | |
| +++ /scripts/functions/build : __rvm_mri_ruby() 190 > _mri_rubies=($( __rvm_mri_rubies "$versions" )) | |
| ++++ /scripts/functions/build : __rvm_mri_ruby() 190 > __rvm_mri_rubies '1.8.|ree' | |
| ++++ /scripts/functions/build : __rvm_mri_rubies() 176 > typeset versions _ruby | |
| ++++ /scripts/functions/build : __rvm_mri_rubies() 177 > versions='1.8.|ree' | |
| ++++ /scripts/functions/build : __rvm_mri_rubies() 181 > GREP_OPTIONS= | |
| ++++ /scripts/functions/build : __rvm_mri_rubies() 181 > grep -E '1.8.|ree' | |
| +++++ /scripts/functions/build : __rvm_mri_rubies() 175 > find /Users/domon/.rvm/rubies/ -maxdepth 1 -mindepth 1 -type d -not -type l | |
| ++++ /scripts/functions/build : __rvm_mri_rubies() 178 > for _ruby in '$( find $rvm_rubies_path/ -maxdepth 1 -mindepth 1 -type d -not -type l )' | |
| ++++ /scripts/functions/build : __rvm_mri_rubies() 180 > printf %b 'jruby-1.6.7.2\n' | |
| ++++ /scripts/functions/build : __rvm_mri_rubies() 178 > for _ruby in '$( find $rvm_rubies_path/ -maxdepth 1 -mindepth 1 -type d -not -type l )' | |
| ++++ /scripts/functions/build : __rvm_mri_rubies() 180 > printf %b 'ruby-1.9.3-p125\n' | |
| ++++ /scripts/functions/build : __rvm_mri_ruby() 191 > __rvm_env_string | |
| ++++ /scripts/functions/environment : __rvm_env_string() 5 > typeset _path _string | |
| ++++ /scripts/functions/environment : __rvm_env_string() 7 > _path=/Users/domon/.rvm/gems/ruby-1.9.3-p125 | |
| ++++ /scripts/functions/environment : __rvm_env_string() 9 > _string=ruby-1.9.3-p125 | |
| ++++ /scripts/functions/environment : __rvm_env_string() 10 > _string=ruby-1.9.3-p125 | |
| ++++ /scripts/functions/environment : __rvm_env_string() 12 > printf %b ruby-1.9.3-p125 | |
| +++ /scripts/functions/build : __rvm_mri_ruby() 191 > _current_ruby=ruby-1.9.3-p125 | |
| +++ /scripts/functions/build : __rvm_mri_ruby() 192 > [[ =~ ruby-1\.9\.3-p125 ]] | |
| +++ /scripts/functions/build : __rvm_mri_ruby() 199 > sort | |
| +++ /scripts/functions/build : __rvm_mri_ruby() 199 > head -n 1 | |
| +++ /scripts/functions/build : __rvm_mri_ruby() 201 > return 0 | |
| ++ /scripts/functions/build : __rvm_ensure_has_mri_ruby() 208 > [[ -z '' ]] | |
| ++ /scripts/functions/build : __rvm_ensure_has_mri_ruby() 210 > typeset compat_result | |
| ++ /scripts/functions/build : __rvm_ensure_has_mri_ruby() 211 > compat_result=0 | |
| ++ /scripts/functions/build : __rvm_ensure_has_mri_ruby() 212 > /Users/domon/.rvm/bin/rvm install 1.8.7 | |
| +++ /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 > : rvm_stored_umask:0022 | |
| +++ /scripts/base : 36 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc") | |
| +++ /scripts/base : 37 > [[ -n /Users/domon ]] | |
| +++ /scripts/base : 37 > [[ /Users/domon/.rvmrc -ef /Users/domon/.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/domon/.rvmrc ]] | |
| +++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"' | |
| +++ /scripts/base : 43 > [[ -f /Users/domon/.rvmrc ]] | |
| +++ /scripts/base : 58 > unset rvm_rvmrc_files | |
| +++ /scripts/base : 61 > export rvm_path | |
| +++ /scripts/base : 62 > [[ -z /Users/domon/.rvm ]] | |
| +++ /scripts/base : 74 > true /Users/domon/.rvm/scripts | |
| +++ /scripts/base : 77 > source /Users/domon/.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/domon/.rvm/tmp ]] | |
| ++++ /scripts/initialize : 40 > (( __rvm_env_loaded == 1 )) | |
| +++ /scripts/base : 81 > case " ${rvm_base_except:-} " in | |
| +++ /scripts/base : 86 > source /Users/domon/.rvm/scripts/selector | |
| +++ /scripts/base : 87 > source /Users/domon/.rvm/scripts/selector_gemsets | |
| +++ /scripts/base : 91 > typeset -a scripts | |
| +++ /scripts/base : 94 > scripts=(logging utility init cleanup env rvmrc install environment gemset db bundler checksum) | |
| +++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| +++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/logging | |
| ++++ /scripts/functions/logging : 40 > case "${TERM:-dumb}" in | |
| +++++ /scripts/functions/logging : 49 > /Users/domon/.rvm/scripts/color red | |
| ++++ /scripts/functions/logging : 49 > rvm_error_clr='' | |
| +++++ /scripts/functions/logging : 50 > /Users/domon/.rvm/scripts/color yellow | |
| ++++ /scripts/functions/logging : 50 > rvm_warn_clr='' | |
| +++++ /scripts/functions/logging : 51 > /Users/domon/.rvm/scripts/color magenta | |
| ++++ /scripts/functions/logging : 51 > rvm_debug_clr='' | |
| +++++ /scripts/functions/logging : 52 > /Users/domon/.rvm/scripts/color green | |
| ++++ /scripts/functions/logging : 52 > rvm_notify_clr='' | |
| +++++ /scripts/functions/logging : 53 > /Users/domon/.rvm/scripts/color reset | |
| ++++ /scripts/functions/logging : 53 > rvm_reset_clr='' | |
| +++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| +++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/utility | |
| ++++ /scripts/functions/utility : 3 > [[ -z tar ]] | |
| ++++ /scripts/functions/utility : 12 > [[ ! =~ --no-same-owner ]] | |
| ++++ /scripts/functions/utility : 13 > tar --help | |
| ++++ /scripts/functions/utility : 13 > GREP_OPTIONS= | |
| ++++ /scripts/functions/utility : 13 > grep -- --no-same-owner | |
| +++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| +++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/init | |
| +++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| +++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/cleanup | |
| +++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| +++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/env | |
| +++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| +++ /scripts/base : 96 > source /Users/domon/.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/domon/.rvm/scripts/functions/install | |
| +++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| +++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/environment | |
| +++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| +++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/gemset | |
| +++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| +++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/db | |
| +++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| +++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/bundler | |
| +++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| +++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/checksum | |
| +++ /scripts/base : 98 > unset scripts entry rvm_base_except | |
| ++ /scripts/rvm : 116 > __rvm_ensure_is_a_function | |
| ++ /scripts/functions/environment : __rvm_ensure_is_a_function() 370 > [[ 0 == 1 ]] | |
| ++ /scripts/functions/environment : __rvm_ensure_is_a_function() 370 > is_a_function rvm | |
| ++ /scripts/functions/utility : is_a_function() 47 > typeset -f rvm | |
| ++ /scripts/functions/utility : is_a_function() 47 > return 1 | |
| ++ /scripts/functions/environment : __rvm_ensure_is_a_function() 372 > for script in version selector selector_gemsets cd cli override_gem | |
| ++ /scripts/functions/environment : __rvm_ensure_is_a_function() 374 > [[ -f /Users/domon/.rvm/scripts/version ]] | |
| ++ /scripts/functions/environment : __rvm_ensure_is_a_function() 376 > source /Users/domon/.rvm/scripts/version | |
| ++ /scripts/functions/environment : __rvm_ensure_is_a_function() 372 > for script in version selector selector_gemsets cd cli override_gem | |
| ++ /scripts/functions/environment : __rvm_ensure_is_a_function() 374 > [[ -f /Users/domon/.rvm/scripts/selector ]] | |
| ++ /scripts/functions/environment : __rvm_ensure_is_a_function() 376 > source /Users/domon/.rvm/scripts/selector | |
| ++ /scripts/functions/environment : __rvm_ensure_is_a_function() 372 > for script in version selector selector_gemsets cd cli override_gem | |
| ++ /scripts/functions/environment : __rvm_ensure_is_a_function() 374 > [[ -f /Users/domon/.rvm/scripts/selector_gemsets ]] | |
| ++ /scripts/functions/environment : __rvm_ensure_is_a_function() 376 > source /Users/domon/.rvm/scripts/selector_gemsets | |
| ++ /scripts/functions/environment : __rvm_ensure_is_a_function() 372 > for script in version selector selector_gemsets cd cli override_gem | |
| ++ /scripts/functions/environment : __rvm_ensure_is_a_function() 374 > [[ -f /Users/domon/.rvm/scripts/cd ]] | |
| ++ /scripts/functions/environment : __rvm_ensure_is_a_function() 376 > source /Users/domon/.rvm/scripts/cd | |
| +++ /scripts/cd : source() 5 > (( 1 > 0 )) | |
| +++ /scripts/cd : source() 64 > __rvm_setup_cd | |
| +++ /scripts/cd : __rvm_setup_cd() 10 > typeset __cd_prefix __command | |
| +++ /scripts/cd : __rvm_setup_cd() 11 > typeset -f smartcd | |
| +++ /scripts/cd : __rvm_setup_cd() 13 > __cd_prefix=builtin | |
| +++ /scripts/cd : __rvm_setup_cd() 46 > [[ -n '' ]] | |
| +++ /scripts/cd : __rvm_setup_cd() 59 > for __command in cd popd pushd | |
| +++ /scripts/cd : __rvm_setup_cd() 60 > __rvm_setup_cd_function builtin cd | |
| +++ /scripts/cd : __rvm_setup_cd_function() 27 > typeset __cd_prefix __command | |
| +++ /scripts/cd : __rvm_setup_cd_function() 28 > __cd_prefix=builtin | |
| +++ /scripts/cd : __rvm_setup_cd_function() 29 > __command=cd | |
| +++ /scripts/cd : __rvm_setup_cd_function() 43 > eval ' | |
| cd(){ | |
| if builtin cd "$@" | |
| then | |
| [[ -n "${rvm_current_rvmrc:-}" && "$*" == "." ]] && rvm_current_rvmrc="" || true | |
| __rvm_do_with_env_before | |
| __rvm_project_rvmrc | |
| __rvm_after_cd | |
| __rvm_do_with_env_after | |
| return 0 | |
| else | |
| return $? | |
| fi | |
| }' | |
| +++ /scripts/cd : __rvm_setup_cd() 59 > for __command in cd popd pushd | |
| +++ /scripts/cd : __rvm_setup_cd() 60 > __rvm_setup_cd_function builtin popd | |
| +++ /scripts/cd : __rvm_setup_cd_function() 27 > typeset __cd_prefix __command | |
| +++ /scripts/cd : __rvm_setup_cd_function() 28 > __cd_prefix=builtin | |
| +++ /scripts/cd : __rvm_setup_cd_function() 29 > __command=popd | |
| +++ /scripts/cd : __rvm_setup_cd_function() 43 > eval ' | |
| popd(){ | |
| if builtin popd "$@" | |
| then | |
| [[ -n "${rvm_current_rvmrc:-}" && "$*" == "." ]] && rvm_current_rvmrc="" || true | |
| __rvm_do_with_env_before | |
| __rvm_project_rvmrc | |
| __rvm_after_cd | |
| __rvm_do_with_env_after | |
| return 0 | |
| else | |
| return $? | |
| fi | |
| }' | |
| +++ /scripts/cd : __rvm_setup_cd() 59 > for __command in cd popd pushd | |
| +++ /scripts/cd : __rvm_setup_cd() 60 > __rvm_setup_cd_function builtin pushd | |
| +++ /scripts/cd : __rvm_setup_cd_function() 27 > typeset __cd_prefix __command | |
| +++ /scripts/cd : __rvm_setup_cd_function() 28 > __cd_prefix=builtin | |
| +++ /scripts/cd : __rvm_setup_cd_function() 29 > __command=pushd | |
| +++ /scripts/cd : __rvm_setup_cd_function() 43 > eval ' | |
| pushd(){ | |
| if builtin pushd "$@" | |
| then | |
| [[ -n "${rvm_current_rvmrc:-}" && "$*" == "." ]] && rvm_current_rvmrc="" || true | |
| __rvm_do_with_env_before | |
| __rvm_project_rvmrc | |
| __rvm_after_cd | |
| __rvm_do_with_env_after | |
| return 0 | |
| else | |
| return $? | |
| fi | |
| }' | |
| +++ /scripts/cd : source() 68 > (( 0 == 1 )) | |
| ++ /scripts/functions/environment : __rvm_ensure_is_a_function() 372 > for script in version selector selector_gemsets cd cli override_gem | |
| ++ /scripts/functions/environment : __rvm_ensure_is_a_function() 374 > [[ -f /Users/domon/.rvm/scripts/cli ]] | |
| ++ /scripts/functions/environment : __rvm_ensure_is_a_function() 376 > source /Users/domon/.rvm/scripts/cli | |
| ++ /scripts/functions/environment : __rvm_ensure_is_a_function() 372 > for script in version selector selector_gemsets cd cli override_gem | |
| ++ /scripts/functions/environment : __rvm_ensure_is_a_function() 374 > [[ -f /Users/domon/.rvm/scripts/override_gem ]] | |
| ++ /scripts/functions/environment : __rvm_ensure_is_a_function() 376 > source /Users/domon/.rvm/scripts/override_gem | |
| +++ /scripts/override_gem : source() 3 > [[ 0 -eq 0 ]] | |
| ++ /scripts/rvm : 117 > __rvm_setup | |
| ++ /scripts/functions/environment : __rvm_setup() 228 > 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_autoconf_flags 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_ignore_gemsets_flag rvm_skip_gemsets_flag rvm_install_on_use_flag rvm_remote_flag rvm_verify_downloads_flag | |
| ++ /scripts/functions/environment : __rvm_setup() 229 > 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 | |
| ++ /scripts/functions/environment : __rvm_setup() 230 > 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 | |
| ++ /scripts/functions/environment : __rvm_setup() 231 > 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_patch_names rvm_tar_command rvm_tar_options rvm_ree_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 | |
| ++ /scripts/functions/environment : __rvm_setup() 234 > (( __rvm_env_loaded != 1 )) | |
| ++ /scripts/functions/environment : __rvm_setup() 235 > return 0 | |
| ++ /scripts/rvm : 119 > export rvm_version | |
| +++ /scripts/rvm : 120 > cat /Users/domon/.rvm/VERSION | |
| +++ /scripts/rvm : 120 > cat /Users/domon/.rvm/RELEASE | |
| ++ /scripts/rvm : 120 > rvm_version='1.15.7 (master)' | |
| ++ /scripts/rvm : 122 > alias 'rvm-restart=rvm_reload_flag=1 source '\''/Users/domon/.rvm/scripts/rvm'\''' | |
| ++ /scripts/rvm : 124 > builtin command -v ruby | |
| ++ /scripts/rvm : 125 > builtin command -v ruby | |
| ++ /scripts/rvm : 125 > GREP_OPTIONS= | |
| ++ /scripts/rvm : 125 > grep -v /Users/domon/.rvm | |
| ++ /scripts/rvm : 126 > builtin command -v ruby | |
| ++ /scripts/rvm : 126 > GREP_OPTIONS= | |
| ++ /scripts/rvm : 126 > grep '/Users/domon/.rvm/bin/ruby$' | |
| ++ /scripts/rvm : 138 > __rvm_conditionally_add_bin_path | |
| ++ /scripts/functions/env : __rvm_conditionally_add_bin_path() 48 > GREP_OPTIONS= | |
| ++ /scripts/functions/env : __rvm_conditionally_add_bin_path() 48 > grep -vF /Users/domon/.rvm/bin | |
| ++ /scripts/functions/env : __rvm_conditionally_add_bin_path() 48 > printf %b '/Users/domon/.rvm/gems/ruby-1.9.3-p125/bin /Users/domon/.rvm/gems/ruby-1.9.3-p125@global/bin /Users/domon/.rvm/rubies/ruby-1.9.3-p125/bin /Users/domon/.rvm/bin /usr/local/bin /usr/local/sbin /usr/bin /bin /usr/sbin /sbin /usr/X11/bin /Users/domon/bin' | |
| ++ /scripts/functions/env : __rvm_conditionally_add_bin_path() 62 > return 0 | |
| ++ /scripts/rvm : 140 > (( 0 == 1 )) | |
| ++ /scripts/rvm : 148 > rvm_loaded_flag=1 | |
| ++ /scripts/rvm : 152 > unset rvm_prefix_needs_trailing_slash rvm_gems_cache_path rvm_gems_path rvm_project_rvmrc_default rvm_gemset_separator rvm_reload_flag | |
| ++ /scripts/rvm : 159 > [[ -t 0 ]] | |
| ++ /scripts/rvm : 159 > [[ 1 -gt 0 ]] | |
| ++ /scripts/rvm : 160 > rvm_is_a_shell_function no_warning | |
| ++ /scripts/functions/utility : rvm_is_a_shell_function() 305 > (( 1 > 0 )) | |
| ++ /scripts/functions/utility : rvm_is_a_shell_function() 305 > [[ no_warning != \n\o\_\w\a\r\n\i\n\g ]] | |
| ++ /scripts/functions/utility : rvm_is_a_shell_function() 321 > return 1 | |
| ++ /scripts/rvm : 171 > __rvm_teardown | |
| ++ /scripts/functions/environment : __rvm_teardown() 263 > builtin command -v __rvm_cleanup_tmp | |
| ++ /scripts/functions/environment : __rvm_teardown() 265 > __rvm_cleanup_tmp | |
| ++ /scripts/functions/cleanup : __rvm_cleanup_tmp() 95 > [[ -d /Users/domon/.rvm/tmp/ ]] | |
| ++ /scripts/functions/cleanup : __rvm_cleanup_tmp() 97 > case "${rvm_tmp_path%\/}" in | |
| ++ /scripts/functions/cleanup : __rvm_cleanup_tmp() 99 > __rvm_rm_rf '/Users/domon/.rvm/tmp/83498*' | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 8 > typeset result target | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 9 > result=1 | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 10 > target='/Users/domon/.rvm/tmp/83498*' | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 13 > [[ -n '' ]] | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 17 > [[ -n 3.2.48(1)-release ]] | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 19 > shopt -s extglob | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 25 > case "${target}" in | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 31 > [[ -n /Users/domon/.rvm/tmp/83498* ]] | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 33 > [[ -d /Users/domon/.rvm/tmp/83498* ]] | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 37 > [[ -f /Users/domon/.rvm/tmp/83498* ]] | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 37 > [[ -L /Users/domon/.rvm/tmp/83498* ]] | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 42 > result=0 | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 48 > return 0 | |
| ++ /scripts/functions/cleanup : __rvm_cleanup_tmp() 103 > return 0 | |
| ++ /scripts/functions/environment : __rvm_teardown() 268 > export __rvm_env_loaded | |
| ++ /scripts/functions/environment : __rvm_teardown() 270 > : __rvm_env_loaded:3: | |
| ++ /scripts/functions/environment : __rvm_teardown() 271 > : __rvm_env_loaded:3: | |
| ++ /scripts/functions/environment : __rvm_teardown() 273 > : __rvm_env_loaded:2: | |
| ++ /scripts/functions/environment : __rvm_teardown() 275 > [[ -z /Users/domon/.rvm/tmp ]] | |
| ++ /scripts/functions/environment : __rvm_teardown() 275 > (( __rvm_env_loaded > 0 )) | |
| ++ /scripts/functions/environment : __rvm_teardown() 277 > return 0 | |
| + /bin/rvm : 53 > rvm install 1.8.7 | |
| + /scripts/cli : rvm() 791 > typeset result current_result | |
| + /scripts/cli : rvm() 792 > export -a rvm_ruby_args | |
| + /scripts/cli : rvm() 794 > (( 0 == 0 )) | |
| + /scripts/cli : rvm() 796 > : rvm_stored_umask:0022 | |
| + /scripts/cli : rvm() 797 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc") | |
| + /scripts/cli : rvm() 798 > [[ -n /Users/domon ]] | |
| + /scripts/cli : rvm() 798 > [[ /Users/domon/.rvmrc -ef /Users/domon/.rvmrc ]] | |
| + /scripts/cli : rvm() 799 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc") | |
| + /scripts/cli : rvm() 801 > for rvmrc in '"${rvm_rvmrc_files[@]}"' | |
| + /scripts/cli : rvm() 803 > [[ -f /etc/rvmrc ]] | |
| + /scripts/cli : rvm() 801 > for rvmrc in '"${rvm_rvmrc_files[@]}"' | |
| + /scripts/cli : rvm() 803 > [[ -f /Users/domon/.rvmrc ]] | |
| + /scripts/cli : rvm() 801 > for rvmrc in '"${rvm_rvmrc_files[@]}"' | |
| + /scripts/cli : rvm() 803 > [[ -f /Users/domon/.rvmrc ]] | |
| + /scripts/cli : rvm() 818 > unset rvm_rvmrc_files | |
| ++ /scripts/cli : rvm() 821 > cat /Users/domon/.rvm/VERSION | |
| ++ /scripts/cli : rvm() 821 > cat /Users/domon/.rvm/RELEASE | |
| + /scripts/cli : rvm() 821 > disk_version='1.15.7 (master)' | |
| + /scripts/cli : rvm() 824 > [[ -s /Users/domon/.rvm/VERSION ]] | |
| + /scripts/cli : rvm() 824 > [[ 1.15.7 (master) != \1\.\1\5\.\7\ \(\m\a\s\t\e\r\) ]] | |
| + /scripts/cli : rvm() 845 > __rvm_initialize | |
| + /scripts/functions/init : __rvm_initialize() 41 > true /Users/domon/.rvm/scripts | |
| + /scripts/functions/init : __rvm_initialize() 42 > source /Users/domon/.rvm/scripts/base | |
| ++ /scripts/base : source() 5 > : rvm_trace_flag:1 | |
| ++ /scripts/base : source() 6 > (( rvm_trace_flag > 0 )) | |
| ++ /scripts/base : source() 8 > set -o xtrace | |
| ++ /scripts/base : source() 11 > [[ -z '' ]] | |
| ++ /scripts/base : source() 16 > export PS4 | |
| ++ /scripts/base : source() 17 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
| ++ /scripts/base : source() 21 > export __array_start rvm_path | |
| ++ /scripts/base : source() 26 > [[ -n '' ]] | |
| ++ /scripts/base : source() 30 > __array_start=0 | |
| ++ /scripts/base : source() 33 > (( 0 == 0 )) | |
| ++ /scripts/base : source() 35 > : rvm_stored_umask:0022 | |
| ++ /scripts/base : source() 36 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc") | |
| ++ /scripts/base : source() 37 > [[ -n /Users/domon ]] | |
| ++ /scripts/base : source() 37 > [[ /Users/domon/.rvmrc -ef /Users/domon/.rvmrc ]] | |
| ++ /scripts/base : source() 38 > rvm_rvmrc_files+=("${rvm_prefix}/.rvmrc") | |
| ++ /scripts/base : source() 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"' | |
| ++ /scripts/base : source() 43 > [[ -f /etc/rvmrc ]] | |
| ++ /scripts/base : source() 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"' | |
| ++ /scripts/base : source() 43 > [[ -f /Users/domon/.rvmrc ]] | |
| ++ /scripts/base : source() 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"' | |
| ++ /scripts/base : source() 43 > [[ -f /Users/domon/.rvmrc ]] | |
| ++ /scripts/base : source() 58 > unset rvm_rvmrc_files | |
| ++ /scripts/base : source() 61 > export rvm_path | |
| ++ /scripts/base : source() 62 > [[ -z /Users/domon/.rvm ]] | |
| ++ /scripts/base : source() 74 > true /Users/domon/.rvm/scripts | |
| ++ /scripts/base : source() 77 > source /Users/domon/.rvm/scripts/initialize | |
| +++ /scripts/initialize : source() 3 > : rvm_trace_flag:1 | |
| +++ /scripts/initialize : source() 4 > (( rvm_trace_flag > 0 )) | |
| +++ /scripts/initialize : source() 6 > set -o xtrace | |
| +++ /scripts/initialize : source() 9 > [[ -z '' ]] | |
| +++ /scripts/initialize : source() 14 > export PS4 | |
| +++ /scripts/initialize : source() 15 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
| +++ /scripts/initialize : source() 21 > [[ -n 3.2.48(1)-release ]] | |
| +++ /scripts/initialize : source() 23 > shopt -s extglob | |
| +++ /scripts/initialize : source() 33 > export __rvm_env_loaded | |
| +++ /scripts/initialize : source() 35 > : __rvm_env_loaded:2: | |
| +++ /scripts/initialize : source() 37 > : __rvm_env_loaded:3: | |
| +++ /scripts/initialize : source() 40 > [[ -z /Users/domon/.rvm/tmp ]] | |
| +++ /scripts/initialize : source() 40 > (( __rvm_env_loaded == 1 )) | |
| ++ /scripts/base : source() 81 > case " ${rvm_base_except:-} " in | |
| ++ /scripts/base : source() 86 > source /Users/domon/.rvm/scripts/selector | |
| ++ /scripts/base : source() 87 > source /Users/domon/.rvm/scripts/selector_gemsets | |
| ++ /scripts/base : source() 91 > typeset -a scripts | |
| ++ /scripts/base : source() 94 > scripts=(logging utility init cleanup env rvmrc install environment gemset db bundler checksum) | |
| ++ /scripts/base : source() 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : source() 96 > source /Users/domon/.rvm/scripts/functions/logging | |
| +++ /scripts/functions/logging : source() 40 > case "${TERM:-dumb}" in | |
| ++++ /scripts/functions/logging : source() 49 > /Users/domon/.rvm/scripts/color red | |
| +++ /scripts/functions/logging : source() 49 > rvm_error_clr='' | |
| ++++ /scripts/functions/logging : source() 50 > /Users/domon/.rvm/scripts/color yellow | |
| +++ /scripts/functions/logging : source() 50 > rvm_warn_clr='' | |
| ++++ /scripts/functions/logging : source() 51 > /Users/domon/.rvm/scripts/color magenta | |
| +++ /scripts/functions/logging : source() 51 > rvm_debug_clr='' | |
| ++++ /scripts/functions/logging : source() 52 > /Users/domon/.rvm/scripts/color green | |
| +++ /scripts/functions/logging : source() 52 > rvm_notify_clr='' | |
| ++++ /scripts/functions/logging : source() 53 > /Users/domon/.rvm/scripts/color reset | |
| +++ /scripts/functions/logging : source() 53 > rvm_reset_clr='' | |
| ++ /scripts/base : source() 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : source() 96 > source /Users/domon/.rvm/scripts/functions/utility | |
| +++ /scripts/functions/utility : source() 3 > [[ -z tar ]] | |
| +++ /scripts/functions/utility : source() 12 > [[ ! =~ --no-same-owner ]] | |
| +++ /scripts/functions/utility : source() 13 > tar --help | |
| +++ /scripts/functions/utility : source() 13 > GREP_OPTIONS= | |
| +++ /scripts/functions/utility : source() 13 > grep -- --no-same-owner | |
| ++ /scripts/base : source() 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : source() 96 > source /Users/domon/.rvm/scripts/functions/init | |
| ++ /scripts/base : source() 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : source() 96 > source /Users/domon/.rvm/scripts/functions/cleanup | |
| ++ /scripts/base : source() 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : source() 96 > source /Users/domon/.rvm/scripts/functions/env | |
| ++ /scripts/base : source() 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : source() 96 > source /Users/domon/.rvm/scripts/functions/rvmrc | |
| +++ /scripts/functions/rvmrc : source() 3 > export escape_flag _first _second | |
| +++ /scripts/functions/rvmrc : source() 4 > escape_flag=1 | |
| +++ /scripts/functions/rvmrc : source() 5 > _first=0 | |
| +++ /scripts/functions/rvmrc : source() 6 > _second=1 | |
| ++ /scripts/base : source() 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : source() 96 > source /Users/domon/.rvm/scripts/functions/install | |
| ++ /scripts/base : source() 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : source() 96 > source /Users/domon/.rvm/scripts/functions/environment | |
| ++ /scripts/base : source() 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : source() 96 > source /Users/domon/.rvm/scripts/functions/gemset | |
| ++ /scripts/base : source() 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : source() 96 > source /Users/domon/.rvm/scripts/functions/db | |
| ++ /scripts/base : source() 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : source() 96 > source /Users/domon/.rvm/scripts/functions/bundler | |
| ++ /scripts/base : source() 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : source() 96 > source /Users/domon/.rvm/scripts/functions/checksum | |
| ++ /scripts/base : source() 98 > unset scripts entry rvm_base_except | |
| + /scripts/functions/init : __rvm_initialize() 44 > __rvm_clean_path | |
| ++ /scripts/functions/env : __rvm_clean_path() 128 > printf %b /Users/domon/.rvm/gems/ruby-1.9.3-p125/bin:/Users/domon/.rvm/gems/ruby-1.9.3-p125@global/bin:/Users/domon/.rvm/rubies/ruby-1.9.3-p125/bin:/Users/domon/.rvm/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/Users/domon/bin | |
| ++ /scripts/functions/env : __rvm_clean_path() 128 > awk -v RS=: -v ORS=: '!($0 in a){a[$0];print}' | |
| + /scripts/functions/env : __rvm_clean_path() 128 > PATH=/Users/domon/.rvm/gems/ruby-1.9.3-p125/bin:/Users/domon/.rvm/gems/ruby-1.9.3-p125@global/bin:/Users/domon/.rvm/rubies/ruby-1.9.3-p125/bin:/Users/domon/.rvm/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/Users/domon/bin: | |
| + /scripts/functions/env : __rvm_clean_path() 129 > PATH=/Users/domon/.rvm/gems/ruby-1.9.3-p125/bin:/Users/domon/.rvm/gems/ruby-1.9.3-p125@global/bin:/Users/domon/.rvm/rubies/ruby-1.9.3-p125/bin:/Users/domon/.rvm/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/Users/domon/bin | |
| + /scripts/functions/env : __rvm_clean_path() 131 > export PATH | |
| + /scripts/functions/env : __rvm_clean_path() 133 > builtin hash -r | |
| + /scripts/functions/init : __rvm_initialize() 45 > __rvm_conditionally_add_bin_path | |
| + /scripts/functions/env : __rvm_conditionally_add_bin_path() 48 > GREP_OPTIONS= | |
| + /scripts/functions/env : __rvm_conditionally_add_bin_path() 48 > grep -vF /Users/domon/.rvm/bin | |
| + /scripts/functions/env : __rvm_conditionally_add_bin_path() 48 > printf %b '/Users/domon/.rvm/gems/ruby-1.9.3-p125/bin /Users/domon/.rvm/gems/ruby-1.9.3-p125@global/bin /Users/domon/.rvm/rubies/ruby-1.9.3-p125/bin /Users/domon/.rvm/bin /usr/local/bin /usr/local/sbin /usr/bin /bin /usr/sbin /sbin /usr/X11/bin /Users/domon/bin' | |
| + /scripts/functions/env : __rvm_conditionally_add_bin_path() 62 > return 0 | |
| + /scripts/functions/init : __rvm_initialize() 46 > export PATH | |
| + /scripts/functions/init : __rvm_initialize() 48 > [[ ! -d /Users/domon/.rvm/tmp ]] | |
| + /scripts/functions/init : __rvm_initialize() 53 > return 0 | |
| + /scripts/cli : rvm() 846 > __rvm_setup | |
| + /scripts/functions/environment : __rvm_setup() 228 > 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_autoconf_flags 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_ignore_gemsets_flag rvm_skip_gemsets_flag rvm_install_on_use_flag rvm_remote_flag rvm_verify_downloads_flag | |
| + /scripts/functions/environment : __rvm_setup() 229 > 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 | |
| + /scripts/functions/environment : __rvm_setup() 230 > 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 | |
| + /scripts/functions/environment : __rvm_setup() 231 > 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_patch_names rvm_tar_command rvm_tar_options rvm_ree_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 | |
| + /scripts/functions/environment : __rvm_setup() 234 > (( __rvm_env_loaded != 1 )) | |
| + /scripts/functions/environment : __rvm_setup() 235 > return 0 | |
| + /scripts/cli : rvm() 848 > next_token=install | |
| + /scripts/cli : rvm() 849 > [[ 2 -eq 0 ]] | |
| + /scripts/cli : rvm() 849 > shift | |
| + /scripts/cli : rvm() 850 > __rvm_parse_args 1.8.7 | |
| + /scripts/cli : __rvm_parse_args() 14 > typeset _string | |
| + /scripts/cli : __rvm_parse_args() 15 > export rvm_ruby_string | |
| + /scripts/cli : __rvm_parse_args() 17 > rvm_action=install | |
| + /scripts/cli : __rvm_parse_args() 18 > rvm_parse_break=0 | |
| + /scripts/cli : __rvm_parse_args() 20 > [[ 1.8.7 =~ --trace ]] | |
| + /scripts/cli : __rvm_parse_args() 26 > [[ -n install ]] | |
| + /scripts/cli : __rvm_parse_args() 28 > rvm_token=install | |
| + /scripts/cli : __rvm_parse_args() 30 > (( 1 > 0 )) | |
| + /scripts/cli : __rvm_parse_args() 32 > next_token=1.8.7 | |
| + /scripts/cli : __rvm_parse_args() 33 > shift | |
| + /scripts/cli : __rvm_parse_args() 38 > case "$rvm_token" in | |
| + /scripts/cli : __rvm_parse_args() 42 > case "$rvm_token" in | |
| + /scripts/cli : __rvm_parse_args() 59 > export install_flag=1 | |
| + /scripts/cli : __rvm_parse_args() 59 > install_flag=1 | |
| + /scripts/cli : __rvm_parse_args() 60 > rvm_action=install | |
| + /scripts/cli : __rvm_parse_args() 61 > _string= | |
| + /scripts/cli : __rvm_parse_args() 62 > [[ =~ -- ]] | |
| + /scripts/cli : __rvm_parse_args() 775 > [[ -z install ]] | |
| + /scripts/cli : __rvm_parse_args() 777 > [[ 0 -eq 1 ]] | |
| + /scripts/cli : __rvm_parse_args() 777 > [[ -n '' ]] | |
| + /scripts/cli : __rvm_parse_args() 26 > [[ -n 1.8.7 ]] | |
| + /scripts/cli : __rvm_parse_args() 28 > rvm_token=1.8.7 | |
| + /scripts/cli : __rvm_parse_args() 30 > (( 0 > 0 )) | |
| + /scripts/cli : __rvm_parse_args() 35 > next_token= | |
| + /scripts/cli : __rvm_parse_args() 38 > case "$rvm_token" in | |
| + /scripts/cli : __rvm_parse_args() 42 > case "$rvm_token" in | |
| + /scripts/cli : __rvm_parse_args() 346 > [[ 1.8.7 == \i\n ]] | |
| + /scripts/cli : __rvm_parse_args() 358 > [[ -n 1.8.7 ]] | |
| + /scripts/cli : __rvm_parse_args() 362 > [[ gemset == \i\n\s\t\a\l\l ]] | |
| + /scripts/cli : __rvm_parse_args() 380 > case "$rvm_token" in | |
| + /scripts/cli : __rvm_parse_args() 418 > rvm_action=install | |
| + /scripts/cli : __rvm_parse_args() 419 > rvm_ruby_string=1.8.7 | |
| + /scripts/cli : __rvm_parse_args() 420 > rvm_ruby_strings=1.8.7 | |
| + /scripts/cli : __rvm_parse_args() 468 > [[ error == \i\n\s\t\a\l\l ]] | |
| + /scripts/cli : __rvm_parse_args() 775 > [[ -z install ]] | |
| + /scripts/cli : __rvm_parse_args() 777 > [[ 0 -eq 1 ]] | |
| + /scripts/cli : __rvm_parse_args() 777 > [[ -n '' ]] | |
| + /scripts/cli : __rvm_parse_args() 26 > [[ -n '' ]] | |
| + /scripts/cli : __rvm_parse_args() 781 > [[ 0 -gt 0 ]] | |
| + /scripts/cli : __rvm_parse_args() 783 > [[ -n '' ]] | |
| + /scripts/cli : rvm() 851 > result=0 | |
| + /scripts/cli : rvm() 853 > rvm_action=install | |
| + /scripts/cli : rvm() 855 > [[ 0 -gt 0 ]] | |
| + /scripts/cli : rvm() 856 > case "$rvm_action" in | |
| + /scripts/cli : rvm() 1033 > export rvm_path | |
| + /scripts/cli : rvm() 1034 > [[ -n 1.8.7 ]] | |
| + /scripts/cli : rvm() 1036 > typeset save_ruby | |
| ++ /scripts/cli : rvm() 1037 > __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 GEM_HOME GEM_PATH MY_RUBY_HOME RUBY_VERSION IRBRC | |
| ++ /scripts/selector : __rvm_select() 12 > export rvm_env_string rvm_action rvm_alias_expanded rvm_archive_extension rvm_bin_flag rvm_bin_path rvm_configure_flags 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_args rvm_install_on_use_flag rvm_llvm_flag rvm_loaded_flag rvm_make_flags rvm_niceness rvm_nightly_flag rvm_only_path_flag rvm_parse_break rvm_patch_names rvm_patch_original_pwd rvm_pretty_print_flag rvm_proxy rvm_quiet_flag rvm_ree_options rvm_reload_flag rvm_remove_flag rvm_ruby_alias rvm_ruby_aliases 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() 14 > [[ -z 1.8.7 ]] | |
| ++ /scripts/selector : __rvm_select() 38 > __rvm_ruby_string | |
| ++ /scripts/selector : __rvm_ruby_string() 592 > typeset ruby_string gemset_name expanded_alias_name repo_url branch_name ruby_name | |
| ++ /scripts/selector : __rvm_ruby_string() 594 > __rvm_default_flags | |
| ++ /scripts/functions/env : __rvm_default_flags() 9 > true 1 0 | |
| ++ /scripts/selector : __rvm_ruby_string() 596 > rvm_expanding_aliases= | |
| ++ /scripts/selector : __rvm_ruby_string() 599 > true '' '' '' '' '' '' '' @ 1.8.7 0 1 | |
| ++ /scripts/selector : __rvm_ruby_string() 604 > echo 1.8.7 | |
| ++ /scripts/selector : __rvm_ruby_string() 604 > GREP_OPTIONS= | |
| ++ /scripts/selector : __rvm_ruby_string() 604 > grep @ | |
| ++ /scripts/selector : __rvm_ruby_string() 611 > (( rvm_expanding_aliases == 0 )) | |
| ++ /scripts/selector : __rvm_ruby_string() 612 > [[ -n 1.8.7 ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 612 > [[ 1.8.7 != \s\y\s\t\e\m ]] | |
| +++ /scripts/selector : __rvm_ruby_string() 614 > /Users/domon/.rvm/scripts/alias show 1.8.7 | |
| ++ /scripts/selector : __rvm_ruby_string() 614 > expanded_alias_name= | |
| ++ /scripts/selector : __rvm_ruby_string() 615 > [[ -n '' ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 618 > [[ 1.8.7 == default ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 625 > echo 1.8.7 | |
| ++ /scripts/selector : __rvm_ruby_string() 625 > GREP_OPTIONS= | |
| ++ /scripts/selector : __rvm_ruby_string() 625 > grep @ | |
| ++ /scripts/selector : __rvm_ruby_string() 631 > ruby_string=1.8.7 | |
| ++ /scripts/selector : __rvm_ruby_string() 632 > gemset_name= | |
| ++ /scripts/selector : __rvm_ruby_string() 633 > repo_url= | |
| ++ /scripts/selector : __rvm_ruby_string() 634 > branch_name= | |
| ++ /scripts/selector : __rvm_ruby_string() 635 > ruby_name= | |
| ++ /scripts/selector : __rvm_ruby_string() 637 > __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 > : rvm_stored_umask:0022 | |
| ++ /scripts/functions/init : __rvm_load_rvmrc() 14 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc") | |
| ++ /scripts/functions/init : __rvm_load_rvmrc() 15 > [[ -n /Users/domon ]] | |
| ++ /scripts/functions/init : __rvm_load_rvmrc() 15 > [[ /Users/domon/.rvmrc -ef /Users/domon/.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/domon/.rvmrc ]] | |
| ++ /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"' | |
| ++ /scripts/functions/init : __rvm_load_rvmrc() 20 > [[ -s /Users/domon/.rvmrc ]] | |
| ++ /scripts/functions/init : __rvm_load_rvmrc() 35 > return 0 | |
| ++ /scripts/selector : __rvm_ruby_string() 639 > rvm_ruby_repo_url= | |
| ++ /scripts/selector : __rvm_ruby_string() 640 > rvm_ruby_repo_branch= | |
| ++ /scripts/selector : __rvm_ruby_string() 641 > rvm_ruby_name= | |
| ++ /scripts/selector : __rvm_ruby_string() 643 > [[ -n '' ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 649 > strings=($(echo ${ruby_string//-/ })) | |
| +++ /scripts/selector : __rvm_ruby_string() 649 > echo 1.8.7 | |
| ++ /scripts/selector : __rvm_ruby_string() 651 > (( 1 == 0 )) | |
| ++ /scripts/selector : __rvm_ruby_string() 666 > for string in '${strings[@]}' | |
| ++ /scripts/selector : __rvm_ruby_string() 668 > case "$string" in | |
| ++ /scripts/selector : __rvm_ruby_string() 718 > [[ '' == \r\b\x ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 731 > case "$string" in | |
| ++ /scripts/selector : __rvm_ruby_string() 733 > rvm_ruby_version=1.8.7 | |
| ++ /scripts/selector : __rvm_ruby_string() 734 > rvm_ruby_revision= | |
| ++ /scripts/selector : __rvm_ruby_string() 735 > rvm_ruby_tag= | |
| ++ /scripts/selector : __rvm_ruby_string() 839 > [[ -z '' ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 842 > case "$rvm_ruby_version" in | |
| ++ /scripts/selector : __rvm_ruby_string() 843 > rvm_ruby_interpreter=ruby | |
| ++ /scripts/selector : __rvm_ruby_string() 855 > rvm_ruby_version=1.8.7 | |
| ++ /scripts/selector : __rvm_ruby_string() 856 > [[ -z 1.8.7 ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 863 > [[ -z 1.8.7 ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 867 > rvm_ruby_string=ruby-1.8.7 | |
| ++ /scripts/selector : __rvm_ruby_string() 870 > [[ ruby == \e\x\t ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 874 > (( 0 == 1 )) | |
| ++ /scripts/selector : __rvm_ruby_string() 878 > [[ -n '' ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 882 > [[ -n '' ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 886 > [[ -n '' ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 890 > [[ -n '' ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 894 > [[ -n '' ]] | |
| +++ /scripts/selector : __rvm_ruby_string() 902 > __rvm_db ruby_1.8.7_patch_level | |
| +++ /scripts/functions/db : __rvm_db() 7 > typeset value key variable | |
| +++ /scripts/functions/db : __rvm_db() 9 > key=ruby_1.8.7_patch_level | |
| +++ /scripts/functions/db : __rvm_db() 10 > key=ruby_1.8.7_patch_level | |
| +++ /scripts/functions/db : __rvm_db() 11 > variable= | |
| +++ /scripts/functions/db : __rvm_db() 13 > [[ -f /Users/domon/.rvm/user/db ]] | |
| ++++ /scripts/functions/db : __rvm_db() 14 > /Users/domon/.rvm/scripts/db /Users/domon/.rvm/user/db ruby_1.8.7_patch_level | |
| +++ /scripts/functions/db : __rvm_db() 14 > value= | |
| +++ /scripts/functions/db : __rvm_db() 17 > [[ -z '' ]] | |
| ++++ /scripts/functions/db : __rvm_db() 18 > /Users/domon/.rvm/scripts/db /Users/domon/.rvm/config/db ruby_1.8.7_patch_level | |
| +++ /scripts/functions/db : __rvm_db() 18 > value=370 | |
| +++ /scripts/functions/db : __rvm_db() 21 > [[ -n 370 ]] | |
| +++ /scripts/functions/db : __rvm_db() 22 > [[ -z '' ]] | |
| +++ /scripts/functions/db : __rvm_db() 23 > echo 370 | |
| +++ /scripts/functions/db : __rvm_db() 29 > return 0 | |
| ++ /scripts/selector : __rvm_ruby_string() 901 > patch_level=370 | |
| ++ /scripts/selector : __rvm_ruby_string() 903 > [[ -n 370 ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 905 > case "$rvm_ruby_interpreter" in | |
| ++ /scripts/selector : __rvm_ruby_string() 912 > rvm_ruby_patch_level=p370 | |
| ++ /scripts/selector : __rvm_ruby_string() 918 > [[ -n p370 ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 920 > rvm_ruby_patch_level=p370 | |
| ++ /scripts/selector : __rvm_ruby_string() 921 > rvm_ruby_patch_level=p370 | |
| ++ /scripts/selector : __rvm_ruby_string() 922 > rvm_ruby_string=ruby-1.8.7-p370 | |
| ++ /scripts/selector : __rvm_ruby_string() 924 > case "$rvm_ruby_interpreter" in | |
| ++ /scripts/selector : __rvm_ruby_string() 930 > rvm_ruby_string=ruby-1.8.7-p370 | |
| ++ /scripts/selector : __rvm_ruby_string() 931 > rvm_ruby_string=ruby-1.8.7-p370 | |
| ++ /scripts/selector : __rvm_ruby_string() 937 > [[ -n '' ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 946 > detected_rvm_ruby_name= | |
| ++ /scripts/selector : __rvm_select() 40 > rvm_archive_extension=tar.gz | |
| ++ /scripts/selector : __rvm_select() 42 > [[ -z ruby ]] | |
| ++ /scripts/selector : __rvm_select() 47 > case "${rvm_ruby_interpreter:-missing}" in | |
| ++ /scripts/selector : __rvm_select() 265 > [[ -n p370 ]] | |
| ++ /scripts/selector : __rvm_select() 267 > rvm_ruby_package_file=ruby-1.8.7-p370 | |
| ++ /scripts/selector : __rvm_select() 268 > rvm_ruby_package_name=ruby-1.8.7-p370 | |
| ++ /scripts/selector : __rvm_select() 274 > [[ -z 1.8.7 ]] | |
| +++ /scripts/selector : __rvm_select() 278 > __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/domon/.rvm/user/db ]] | |
| ++++ /scripts/functions/db : __rvm_db() 14 > /Users/domon/.rvm/scripts/db /Users/domon/.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/domon/.rvm/scripts/db /Users/domon/.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() 278 > rvm_ruby_repo_url=git://github.com/ruby/ruby.git | |
| ++ /scripts/selector : __rvm_select() 279 > (( 0 == 0 )) | |
| ++ /scripts/selector : __rvm_select() 281 > case "${rvm_ruby_version}" in | |
| ++ /scripts/selector : __rvm_select() 286 > rvm_archive_extension=tar.bz2 | |
| ++ /scripts/selector : __rvm_select() 329 > [[ -n 1.8.7 ]] | |
| ++ /scripts/selector : __rvm_select() 331 > case "$rvm_ruby_version" in | |
| ++ /scripts/selector : __rvm_select() 333 > rvm_ruby_release_version=1 | |
| ++ /scripts/selector : __rvm_select() 334 > rvm_ruby_major_version=1.8 | |
| ++ /scripts/selector : __rvm_select() 334 > rvm_ruby_major_version=8 | |
| ++ /scripts/selector : __rvm_select() 335 > rvm_ruby_minor_version=7 | |
| ++ /scripts/selector : __rvm_select() 345 > [[ ruby == ext ]] | |
| ++ /scripts/selector : __rvm_select() 351 > rvm_ruby_package_name=ruby-1.8.7-p370 | |
| ++ /scripts/selector : __rvm_select() 352 > rvm_ruby_home=/Users/domon/.rvm/rubies/ruby-1.8.7-p370 | |
| ++ /scripts/selector : __rvm_select() 353 > rvm_ruby_irbrc=/Users/domon/.rvm/rubies/ruby-1.8.7-p370/.irbrc | |
| ++ /scripts/selector : __rvm_select() 354 > rvm_ruby_binary=/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/ruby | |
| ++ /scripts/selector : __rvm_select() 358 > [[ maglev == \r\u\b\y ]] | |
| ++ /scripts/selector : __rvm_select() 364 > [[ system != \r\u\b\y ]] | |
| ++ /scripts/selector : __rvm_select() 366 > __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/domon/.rvm/gems/ruby-1.8.7-p370 | |
| ++ /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/domon/.rvm/gems/ruby-1.8.7-p370@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/domon/.rvm/gems/ruby-1.8.7-p370:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global | |
| ++ /scripts/selector_gemsets : __rvm_gemset_select_only() 77 > [[ -n '' ]] | |
| ++ /scripts/selector_gemsets : __rvm_gemset_select_only() 81 > rvm_env_string=ruby-1.8.7-p370 | |
| ++ /scripts/selector_gemsets : __rvm_gemset_select() 126 > __rvm_gemset_select_validation | |
| ++ /scripts/selector_gemsets : __rvm_gemset_select_validation() 88 > [[ ! -d /Users/domon/.rvm/gems/ruby-1.8.7-p370 ]] | |
| ++ /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/domon/.rvm/gems/ruby-1.8.7-p370 | |
| ++ /scripts/selector_gemsets : __rvm_gemset_select_ensure() 107 > __rvm_using_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() 21 > /Users/domon/.rvm/scripts/db /Users/domon/.rvm/user/db use_gemset_globalcache | |
| ++ /scripts/functions/gemset : __rvm_using_gemset_globalcache() 23 > return 1 | |
| ++ /scripts/selector : __rvm_select() 367 > case $? in | |
| ++ /scripts/selector : __rvm_select() 374 > rvm_ruby_selected_flag=1 | |
| ++ /scripts/selector : __rvm_select() 376 > [[ -d /Users/domon/.rvm/log/ruby-1.8.7-p370 ]] | |
| ++ /scripts/selector : __rvm_select() 378 > mkdir -p /Users/domon/.rvm/log/ruby-1.8.7-p370 | |
| ++ /scripts/selector : __rvm_select() 381 > rvm_ruby_interpreter=ruby | |
| ++ /scripts/cli : rvm() 1037 > echo ruby-1.8.7-p370 | |
| + /scripts/cli : rvm() 1037 > selected_ruby=ruby-1.8.7-p370 | |
| + /scripts/cli : rvm() 1038 > [[ -z ruby-1.8.7-p370 ]] | |
| + /scripts/cli : rvm() 1043 > (( 0 == 0 )) | |
| + /scripts/cli : rvm() 1043 > /Users/domon/.rvm/scripts/list strings | |
| + /scripts/cli : rvm() 1043 > GREP_OPTIONS= | |
| + /scripts/cli : rvm() 1043 > grep '^ruby-1.8.7-p370$' | |
| ++ /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 > umask | |
| ++ /scripts/base : 35 > : rvm_stored_umask:0022 | |
| ++ /scripts/base : 36 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc") | |
| ++ /scripts/base : 37 > [[ -n /Users/domon ]] | |
| ++ /scripts/base : 37 > [[ /Users/domon/.rvmrc -ef /Users/domon/.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/domon/.rvmrc ]] | |
| ++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"' | |
| ++ /scripts/base : 43 > [[ -f /Users/domon/.rvmrc ]] | |
| ++ /scripts/base : 58 > unset rvm_rvmrc_files | |
| ++ /scripts/base : 61 > export rvm_path | |
| ++ /scripts/base : 62 > [[ -z /Users/domon/.rvm ]] | |
| ++ /scripts/base : 74 > true /Users/domon/.rvm/scripts | |
| ++ /scripts/base : 77 > source /Users/domon/.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/domon/.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 utility init cleanup env rvmrc install environment gemset db bundler checksum) | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/logging | |
| +++ /scripts/functions/logging : 40 > case "${TERM:-dumb}" in | |
| ++++ /scripts/functions/logging : 49 > /Users/domon/.rvm/scripts/color red | |
| +++ /scripts/functions/logging : 49 > rvm_error_clr='' | |
| ++++ /scripts/functions/logging : 50 > /Users/domon/.rvm/scripts/color yellow | |
| +++ /scripts/functions/logging : 50 > rvm_warn_clr='' | |
| ++++ /scripts/functions/logging : 51 > /Users/domon/.rvm/scripts/color magenta | |
| +++ /scripts/functions/logging : 51 > rvm_debug_clr='' | |
| ++++ /scripts/functions/logging : 52 > /Users/domon/.rvm/scripts/color green | |
| +++ /scripts/functions/logging : 52 > rvm_notify_clr='' | |
| ++++ /scripts/functions/logging : 53 > /Users/domon/.rvm/scripts/color reset | |
| +++ /scripts/functions/logging : 53 > rvm_reset_clr='' | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/utility | |
| +++ /scripts/functions/utility : 3 > [[ -z tar ]] | |
| +++ /scripts/functions/utility : 12 > [[ ! =~ --no-same-owner ]] | |
| +++ /scripts/functions/utility : 13 > tar --help | |
| +++ /scripts/functions/utility : 13 > GREP_OPTIONS= | |
| +++ /scripts/functions/utility : 13 > grep -- --no-same-owner | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/init | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/cleanup | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/env | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.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/domon/.rvm/scripts/functions/install | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/environment | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/gemset | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/db | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/bundler | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/checksum | |
| ++ /scripts/base : 98 > unset scripts entry rvm_base_except | |
| + /scripts/list : 363 > args=($*) | |
| + /scripts/list : 364 > action=strings | |
| + /scripts/list : 365 > args= | |
| + /scripts/list : 367 > case "${action:-rubies}" in | |
| + /scripts/list : 374 > list_strings | |
| + /scripts/list : list_strings() 204 > builtin cd /Users/domon/.rvm/rubies | |
| + /scripts/list : list_strings() 205 > find . -maxdepth 1 -mindepth 1 -type d | |
| + /scripts/list : list_strings() 205 > sed -e s#./##g | |
| + /scripts/list : list_strings() 208 > return 0 | |
| + /scripts/list : 383 > exit 0 | |
| ++ /scripts/cli : rvm() 1051 > wc -l | |
| ++ /scripts/cli : rvm() 1051 > ls -1 /Users/domon/.rvm/rubies/default/bin/ruby /Users/domon/.rvm/rubies/jruby-1.6.7.2/bin/ruby /Users/domon/.rvm/rubies/ruby-1.9.3-p125/bin/ruby | |
| + /scripts/cli : rvm() 1051 > [[ 3 -eq 0 ]] | |
| + /scripts/cli : rvm() 1062 > /Users/domon/.rvm/scripts/manage install 1.8.7 | |
| ++ /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 > umask | |
| ++ /scripts/base : 35 > : rvm_stored_umask:0022 | |
| ++ /scripts/base : 36 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc") | |
| ++ /scripts/base : 37 > [[ -n /Users/domon ]] | |
| ++ /scripts/base : 37 > [[ /Users/domon/.rvmrc -ef /Users/domon/.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/domon/.rvmrc ]] | |
| ++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"' | |
| ++ /scripts/base : 43 > [[ -f /Users/domon/.rvmrc ]] | |
| ++ /scripts/base : 58 > unset rvm_rvmrc_files | |
| ++ /scripts/base : 61 > export rvm_path | |
| ++ /scripts/base : 62 > [[ -z /Users/domon/.rvm ]] | |
| ++ /scripts/base : 74 > true /Users/domon/.rvm/scripts | |
| ++ /scripts/base : 77 > source /Users/domon/.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/domon/.rvm/tmp ]] | |
| +++ /scripts/initialize : 40 > (( __rvm_env_loaded == 1 )) | |
| ++ /scripts/base : 81 > case " ${rvm_base_except:-} " in | |
| ++ /scripts/base : 86 > source /Users/domon/.rvm/scripts/selector | |
| ++ /scripts/base : 87 > source /Users/domon/.rvm/scripts/selector_gemsets | |
| ++ /scripts/base : 91 > typeset -a scripts | |
| ++ /scripts/base : 94 > scripts=(logging utility init cleanup env rvmrc install environment gemset db bundler checksum) | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/logging | |
| +++ /scripts/functions/logging : 40 > case "${TERM:-dumb}" in | |
| ++++ /scripts/functions/logging : 49 > /Users/domon/.rvm/scripts/color red | |
| +++ /scripts/functions/logging : 49 > rvm_error_clr='' | |
| ++++ /scripts/functions/logging : 50 > /Users/domon/.rvm/scripts/color yellow | |
| +++ /scripts/functions/logging : 50 > rvm_warn_clr='' | |
| ++++ /scripts/functions/logging : 51 > /Users/domon/.rvm/scripts/color magenta | |
| +++ /scripts/functions/logging : 51 > rvm_debug_clr='' | |
| ++++ /scripts/functions/logging : 52 > /Users/domon/.rvm/scripts/color green | |
| +++ /scripts/functions/logging : 52 > rvm_notify_clr='' | |
| ++++ /scripts/functions/logging : 53 > /Users/domon/.rvm/scripts/color reset | |
| +++ /scripts/functions/logging : 53 > rvm_reset_clr='' | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/utility | |
| +++ /scripts/functions/utility : 3 > [[ -z tar ]] | |
| +++ /scripts/functions/utility : 12 > [[ ! =~ --no-same-owner ]] | |
| +++ /scripts/functions/utility : 13 > tar --help | |
| +++ /scripts/functions/utility : 13 > GREP_OPTIONS= | |
| +++ /scripts/functions/utility : 13 > grep -- --no-same-owner | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/init | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/cleanup | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/env | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.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/domon/.rvm/scripts/functions/install | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/environment | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/gemset | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/db | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/bundler | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/checksum | |
| ++ /scripts/base : 98 > unset scripts entry rvm_base_except | |
| + /scripts/manage : 14 > source /Users/domon/.rvm/scripts/patches | |
| + /scripts/manage : 15 > source /Users/domon/.rvm/scripts/functions/build | |
| + /scripts/manage : 16 > source /Users/domon/.rvm/scripts/functions/pkg | |
| + /scripts/manage : 17 > source /Users/domon/.rvm/scripts/functions/irbrc | |
| + /scripts/manage : 18 > source /Users/domon/.rvm/scripts/functions/db | |
| + /scripts/manage : 19 > source /Users/domon/.rvm/scripts/functions/manage/base | |
| + /scripts/manage : 21 > unset RUBYLIB RUBYOPT | |
| + /scripts/manage : 23 > args=($*) | |
| + /scripts/manage : 24 > action=install | |
| + /scripts/manage : 25 > rubies_string=1.8.7 | |
| ++ /scripts/manage : 26 > echo | |
| + /scripts/manage : 26 > args= | |
| + /scripts/manage : 27 > binaries=() | |
| + /scripts/manage : 29 > __rvm_manage_rubies | |
| + /scripts/functions/manage/base : __rvm_manage_rubies() 1150 > typeset manage_result bin_line | |
| + /scripts/functions/manage/base : __rvm_manage_rubies() 1152 > manage_result=0 | |
| + /scripts/functions/manage/base : __rvm_manage_rubies() 1154 > rvm_gemset_name= | |
| + /scripts/functions/manage/base : __rvm_manage_rubies() 1155 > rvm_ruby_selected_flag=0 | |
| + /scripts/functions/manage/base : __rvm_manage_rubies() 1157 > rvm_ruby_gem_home='//@*' | |
| + /scripts/functions/manage/base : __rvm_manage_rubies() 1158 > rvm_ruby_string=1.8.7 | |
| + /scripts/functions/manage/base : __rvm_manage_rubies() 1161 > [[ -n 1.8.7 ]] | |
| + /scripts/functions/manage/base : __rvm_manage_rubies() 1163 > rubies=(${rubies_string//,/ }) | |
| + /scripts/functions/manage/base : __rvm_manage_rubies() 1165 > for rvm_ruby_string in '"${rubies[@]}"' | |
| + /scripts/functions/manage/base : __rvm_manage_rubies() 1167 > current_ruby_string=1.8.7 | |
| + /scripts/functions/manage/base : __rvm_manage_rubies() 1169 > rvm_hook=before_install | |
| + /scripts/functions/manage/base : __rvm_manage_rubies() 1170 > source /Users/domon/.rvm/scripts/hook | |
| ++ /scripts/hook : source() 4 > typeset old_rvm_verbose_flag old_rvm_debug_flag | |
| ++ /scripts/hook : source() 5 > old_rvm_verbose_flag=0 | |
| ++ /scripts/hook : source() 6 > old_rvm_debug_flag=0 | |
| ++ /scripts/hook : source() 9 > typeset rvm_verbose_flag rvm_debug_flag hooks | |
| ++ /scripts/hook : source() 11 > true rvm_verbose_flag:0 rvm_debug_flag:0 rvm_hook:before_install | |
| ++ /scripts/hook : source() 14 > [[ -n before_install ]] | |
| ++ /scripts/hook : source() 16 > [[ /Users/domon/.rvm/hooks/before_install == \/\U\s\e\r\s\/\d\o\m\o\n\/\.\r\v\m\/\h\o\o\k\s\/\b\e\f\o\r\e\_\i\n\s\t\a\l\l ]] | |
| ++ /scripts/hook : source() 18 > hooks=("$rvm_hooks_path/$rvm_hook") | |
| ++ /scripts/hook : source() 23 > for hook in '"${hooks[@]}"' | |
| ++ /scripts/hook : source() 25 > [[ -s /Users/domon/.rvm/hooks/before_install ]] | |
| ++ /scripts/hook : source() 34 > continue | |
| ++ /scripts/hook : source() 40 > unset rvm_hook hooks | |
| + /scripts/functions/manage/base : __rvm_manage_rubies() 1172 > eval __rvm_install_ruby | |
| ++ /scripts/functions/manage/base : __rvm_manage_rubies() 1172 > __rvm_install_ruby | |
| ++ /scripts/functions/manage/base : __rvm_install_ruby() 290 > true 1 0 | |
| ++ /scripts/functions/manage/base : __rvm_install_ruby() 292 > typeset binary __rvm_ruby_name | |
| ++ /scripts/functions/manage/base : __rvm_install_ruby() 294 > (( rvm_ruby_selected_flag == 0 )) | |
| ++ /scripts/functions/manage/base : __rvm_install_ruby() 296 > __rvm_ruby_name= | |
| ++ /scripts/functions/manage/base : __rvm_install_ruby() 297 > __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 GEM_HOME GEM_PATH MY_RUBY_HOME RUBY_VERSION IRBRC | |
| ++ /scripts/selector : __rvm_select() 12 > export rvm_env_string rvm_action rvm_alias_expanded rvm_archive_extension rvm_bin_flag rvm_bin_path rvm_configure_flags 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_args rvm_install_on_use_flag rvm_llvm_flag rvm_loaded_flag rvm_make_flags rvm_niceness rvm_nightly_flag rvm_only_path_flag rvm_parse_break rvm_patch_names rvm_patch_original_pwd rvm_pretty_print_flag rvm_proxy rvm_quiet_flag rvm_ree_options rvm_reload_flag rvm_remove_flag rvm_ruby_alias rvm_ruby_aliases 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() 14 > [[ -z 1.8.7 ]] | |
| ++ /scripts/selector : __rvm_select() 38 > __rvm_ruby_string | |
| ++ /scripts/selector : __rvm_ruby_string() 592 > typeset ruby_string gemset_name expanded_alias_name repo_url branch_name ruby_name | |
| ++ /scripts/selector : __rvm_ruby_string() 594 > __rvm_default_flags | |
| ++ /scripts/functions/env : __rvm_default_flags() 9 > true 1 0 | |
| ++ /scripts/selector : __rvm_ruby_string() 596 > rvm_expanding_aliases= | |
| ++ /scripts/selector : __rvm_ruby_string() 599 > true '' '' '' '' '' '' '' @ 1.8.7 0 1 | |
| ++ /scripts/selector : __rvm_ruby_string() 604 > echo 1.8.7 | |
| ++ /scripts/selector : __rvm_ruby_string() 604 > GREP_OPTIONS= | |
| ++ /scripts/selector : __rvm_ruby_string() 604 > grep @ | |
| ++ /scripts/selector : __rvm_ruby_string() 611 > (( rvm_expanding_aliases == 0 )) | |
| ++ /scripts/selector : __rvm_ruby_string() 612 > [[ -n 1.8.7 ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 612 > [[ 1.8.7 != \s\y\s\t\e\m ]] | |
| +++ /scripts/selector : __rvm_ruby_string() 614 > /Users/domon/.rvm/scripts/alias show 1.8.7 | |
| ++ /scripts/selector : __rvm_ruby_string() 614 > expanded_alias_name= | |
| ++ /scripts/selector : __rvm_ruby_string() 615 > [[ -n '' ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 618 > [[ 1.8.7 == default ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 625 > echo 1.8.7 | |
| ++ /scripts/selector : __rvm_ruby_string() 625 > GREP_OPTIONS= | |
| ++ /scripts/selector : __rvm_ruby_string() 625 > grep @ | |
| ++ /scripts/selector : __rvm_ruby_string() 631 > ruby_string=1.8.7 | |
| ++ /scripts/selector : __rvm_ruby_string() 632 > gemset_name= | |
| ++ /scripts/selector : __rvm_ruby_string() 633 > repo_url= | |
| ++ /scripts/selector : __rvm_ruby_string() 634 > branch_name= | |
| ++ /scripts/selector : __rvm_ruby_string() 635 > ruby_name= | |
| ++ /scripts/selector : __rvm_ruby_string() 637 > __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 > : rvm_stored_umask:0022 | |
| ++ /scripts/functions/init : __rvm_load_rvmrc() 14 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc") | |
| ++ /scripts/functions/init : __rvm_load_rvmrc() 15 > [[ -n /Users/domon ]] | |
| ++ /scripts/functions/init : __rvm_load_rvmrc() 15 > [[ /Users/domon/.rvmrc -ef /Users/domon/.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/domon/.rvmrc ]] | |
| ++ /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"' | |
| ++ /scripts/functions/init : __rvm_load_rvmrc() 20 > [[ -s /Users/domon/.rvmrc ]] | |
| ++ /scripts/functions/init : __rvm_load_rvmrc() 35 > return 0 | |
| ++ /scripts/selector : __rvm_ruby_string() 639 > rvm_ruby_repo_url= | |
| ++ /scripts/selector : __rvm_ruby_string() 640 > rvm_ruby_repo_branch= | |
| ++ /scripts/selector : __rvm_ruby_string() 641 > rvm_ruby_name= | |
| ++ /scripts/selector : __rvm_ruby_string() 643 > [[ -n '' ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 649 > strings=($(echo ${ruby_string//-/ })) | |
| +++ /scripts/selector : __rvm_ruby_string() 649 > echo 1.8.7 | |
| ++ /scripts/selector : __rvm_ruby_string() 651 > (( 1 == 0 )) | |
| ++ /scripts/selector : __rvm_ruby_string() 666 > for string in '${strings[@]}' | |
| ++ /scripts/selector : __rvm_ruby_string() 668 > case "$string" in | |
| ++ /scripts/selector : __rvm_ruby_string() 718 > [[ '' == \r\b\x ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 731 > case "$string" in | |
| ++ /scripts/selector : __rvm_ruby_string() 733 > rvm_ruby_version=1.8.7 | |
| ++ /scripts/selector : __rvm_ruby_string() 734 > rvm_ruby_revision= | |
| ++ /scripts/selector : __rvm_ruby_string() 735 > rvm_ruby_tag= | |
| ++ /scripts/selector : __rvm_ruby_string() 839 > [[ -z '' ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 842 > case "$rvm_ruby_version" in | |
| ++ /scripts/selector : __rvm_ruby_string() 843 > rvm_ruby_interpreter=ruby | |
| ++ /scripts/selector : __rvm_ruby_string() 855 > rvm_ruby_version=1.8.7 | |
| ++ /scripts/selector : __rvm_ruby_string() 856 > [[ -z 1.8.7 ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 863 > [[ -z 1.8.7 ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 867 > rvm_ruby_string=ruby-1.8.7 | |
| ++ /scripts/selector : __rvm_ruby_string() 870 > [[ ruby == \e\x\t ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 874 > (( 0 == 1 )) | |
| ++ /scripts/selector : __rvm_ruby_string() 878 > [[ -n '' ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 882 > [[ -n '' ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 886 > [[ -n '' ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 890 > [[ -n '' ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 894 > [[ -n '' ]] | |
| +++ /scripts/selector : __rvm_ruby_string() 902 > __rvm_db ruby_1.8.7_patch_level | |
| +++ /scripts/functions/db : __rvm_db() 7 > typeset value key variable | |
| +++ /scripts/functions/db : __rvm_db() 9 > key=ruby_1.8.7_patch_level | |
| +++ /scripts/functions/db : __rvm_db() 10 > key=ruby_1.8.7_patch_level | |
| +++ /scripts/functions/db : __rvm_db() 11 > variable= | |
| +++ /scripts/functions/db : __rvm_db() 13 > [[ -f /Users/domon/.rvm/user/db ]] | |
| ++++ /scripts/functions/db : __rvm_db() 14 > /Users/domon/.rvm/scripts/db /Users/domon/.rvm/user/db ruby_1.8.7_patch_level | |
| +++ /scripts/functions/db : __rvm_db() 14 > value= | |
| +++ /scripts/functions/db : __rvm_db() 17 > [[ -z '' ]] | |
| ++++ /scripts/functions/db : __rvm_db() 18 > /Users/domon/.rvm/scripts/db /Users/domon/.rvm/config/db ruby_1.8.7_patch_level | |
| +++ /scripts/functions/db : __rvm_db() 18 > value=370 | |
| +++ /scripts/functions/db : __rvm_db() 21 > [[ -n 370 ]] | |
| +++ /scripts/functions/db : __rvm_db() 22 > [[ -z '' ]] | |
| +++ /scripts/functions/db : __rvm_db() 23 > echo 370 | |
| +++ /scripts/functions/db : __rvm_db() 29 > return 0 | |
| ++ /scripts/selector : __rvm_ruby_string() 901 > patch_level=370 | |
| ++ /scripts/selector : __rvm_ruby_string() 903 > [[ -n 370 ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 905 > case "$rvm_ruby_interpreter" in | |
| ++ /scripts/selector : __rvm_ruby_string() 912 > rvm_ruby_patch_level=p370 | |
| ++ /scripts/selector : __rvm_ruby_string() 918 > [[ -n p370 ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 920 > rvm_ruby_patch_level=p370 | |
| ++ /scripts/selector : __rvm_ruby_string() 921 > rvm_ruby_patch_level=p370 | |
| ++ /scripts/selector : __rvm_ruby_string() 922 > rvm_ruby_string=ruby-1.8.7-p370 | |
| ++ /scripts/selector : __rvm_ruby_string() 924 > case "$rvm_ruby_interpreter" in | |
| ++ /scripts/selector : __rvm_ruby_string() 930 > rvm_ruby_string=ruby-1.8.7-p370 | |
| ++ /scripts/selector : __rvm_ruby_string() 931 > rvm_ruby_string=ruby-1.8.7-p370 | |
| ++ /scripts/selector : __rvm_ruby_string() 937 > [[ -n '' ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 946 > detected_rvm_ruby_name= | |
| ++ /scripts/selector : __rvm_select() 40 > rvm_archive_extension=tar.gz | |
| ++ /scripts/selector : __rvm_select() 42 > [[ -z ruby ]] | |
| ++ /scripts/selector : __rvm_select() 47 > case "${rvm_ruby_interpreter:-missing}" in | |
| ++ /scripts/selector : __rvm_select() 265 > [[ -n p370 ]] | |
| ++ /scripts/selector : __rvm_select() 267 > rvm_ruby_package_file=ruby-1.8.7-p370 | |
| ++ /scripts/selector : __rvm_select() 268 > rvm_ruby_package_name=ruby-1.8.7-p370 | |
| ++ /scripts/selector : __rvm_select() 274 > [[ -z 1.8.7 ]] | |
| +++ /scripts/selector : __rvm_select() 278 > __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/domon/.rvm/user/db ]] | |
| ++++ /scripts/functions/db : __rvm_db() 14 > /Users/domon/.rvm/scripts/db /Users/domon/.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/domon/.rvm/scripts/db /Users/domon/.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() 278 > rvm_ruby_repo_url=git://github.com/ruby/ruby.git | |
| ++ /scripts/selector : __rvm_select() 279 > (( 0 == 0 )) | |
| ++ /scripts/selector : __rvm_select() 281 > case "${rvm_ruby_version}" in | |
| ++ /scripts/selector : __rvm_select() 286 > rvm_archive_extension=tar.bz2 | |
| ++ /scripts/selector : __rvm_select() 329 > [[ -n 1.8.7 ]] | |
| ++ /scripts/selector : __rvm_select() 331 > case "$rvm_ruby_version" in | |
| ++ /scripts/selector : __rvm_select() 333 > rvm_ruby_release_version=1 | |
| ++ /scripts/selector : __rvm_select() 334 > rvm_ruby_major_version=1.8 | |
| ++ /scripts/selector : __rvm_select() 334 > rvm_ruby_major_version=8 | |
| ++ /scripts/selector : __rvm_select() 335 > rvm_ruby_minor_version=7 | |
| ++ /scripts/selector : __rvm_select() 345 > [[ ruby == ext ]] | |
| ++ /scripts/selector : __rvm_select() 351 > rvm_ruby_package_name=ruby-1.8.7-p370 | |
| ++ /scripts/selector : __rvm_select() 352 > rvm_ruby_home=/Users/domon/.rvm/rubies/ruby-1.8.7-p370 | |
| ++ /scripts/selector : __rvm_select() 353 > rvm_ruby_irbrc=/Users/domon/.rvm/rubies/ruby-1.8.7-p370/.irbrc | |
| ++ /scripts/selector : __rvm_select() 354 > rvm_ruby_binary=/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/ruby | |
| ++ /scripts/selector : __rvm_select() 358 > [[ maglev == \r\u\b\y ]] | |
| ++ /scripts/selector : __rvm_select() 364 > [[ system != \r\u\b\y ]] | |
| ++ /scripts/selector : __rvm_select() 366 > __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/domon/.rvm/gems/ruby-1.8.7-p370 | |
| ++ /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/domon/.rvm/gems/ruby-1.8.7-p370@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/domon/.rvm/gems/ruby-1.8.7-p370:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global | |
| ++ /scripts/selector_gemsets : __rvm_gemset_select_only() 77 > [[ -n '' ]] | |
| ++ /scripts/selector_gemsets : __rvm_gemset_select_only() 81 > rvm_env_string=ruby-1.8.7-p370 | |
| ++ /scripts/selector_gemsets : __rvm_gemset_select() 126 > __rvm_gemset_select_validation | |
| ++ /scripts/selector_gemsets : __rvm_gemset_select_validation() 88 > [[ ! -d /Users/domon/.rvm/gems/ruby-1.8.7-p370 ]] | |
| ++ /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/domon/.rvm/gems/ruby-1.8.7-p370 | |
| ++ /scripts/selector_gemsets : __rvm_gemset_select_ensure() 107 > __rvm_using_gemset_globalcache | |
| ++ /scripts/functions/gemset : __rvm_using_gemset_globalcache() 21 > /Users/domon/.rvm/scripts/db /Users/domon/.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() 367 > case $? in | |
| ++ /scripts/selector : __rvm_select() 374 > rvm_ruby_selected_flag=1 | |
| ++ /scripts/selector : __rvm_select() 376 > [[ -d /Users/domon/.rvm/log/ruby-1.8.7-p370 ]] | |
| ++ /scripts/selector : __rvm_select() 378 > mkdir -p /Users/domon/.rvm/log/ruby-1.8.7-p370 | |
| ++ /scripts/selector : __rvm_select() 381 > rvm_ruby_interpreter=ruby | |
| ++ /scripts/functions/manage/base : __rvm_install_ruby() 298 > [[ -n '' ]] | |
| ++ /scripts/functions/manage/base : __rvm_install_ruby() 316 > [[ -n '' ]] | |
| ++ /scripts/functions/manage/base : __rvm_install_ruby() 320 > unset RUBYOPT | |
| ++ /scripts/functions/manage/base : __rvm_install_ruby() 322 > __rvm_check_for_compiler | |
| ++ /scripts/functions/build : __rvm_check_for_compiler() 133 > __rvm_selected_compiler | |
| ++ /scripts/functions/build : __rvm_selected_compiler() 6 > [[ =~ --with-gcc= ]] | |
| ++ /scripts/functions/build : __rvm_selected_compiler() 13 > [[ -n '' ]] | |
| ++ /scripts/functions/build : __rvm_selected_compiler() 17 > return 1 | |
| ++ /scripts/functions/manage/base : __rvm_install_ruby() 323 > true | |
| ++ /scripts/functions/manage/base : __rvm_install_ruby() 327 > case "${rvm_ruby_interpreter}" in | |
| ++ /scripts/functions/manage/base : __rvm_install_ruby() 344 > source /Users/domon/.rvm/scripts/functions/manage/ruby | |
| ++ /scripts/functions/manage/base : __rvm_install_ruby() 345 > ruby_install | |
| ++ /scripts/functions/manage/ruby : ruby_install() 54 > typeset result temp_flags | |
| ++ /scripts/functions/manage/ruby : ruby_install() 56 > __rvm_check_for_bison | |
| ++ /scripts/functions/build : __rvm_check_for_bison() 144 > true 0 | |
| ++ /scripts/functions/build : __rvm_check_for_bison() 145 > (( rvm_head_flag > 0 )) | |
| ++ /scripts/functions/manage/ruby : ruby_install() 57 > __rvm_check_for_bison | |
| ++ /scripts/functions/build : __rvm_check_for_bison() 144 > true 0 | |
| ++ /scripts/functions/build : __rvm_check_for_bison() 145 > (( rvm_head_flag > 0 )) | |
| ++ /scripts/functions/manage/ruby : ruby_install() 58 > true | |
| ++ /scripts/functions/manage/ruby : ruby_install() 65 > case ${rvm_ruby_string:-""} in | |
| ++ /scripts/functions/manage/ruby : ruby_install() 67 > true | |
| ++ /scripts/functions/manage/ruby : ruby_install() 79 > [[ =~ --enable-load-relative ]] | |
| ++ /scripts/functions/manage/ruby : ruby_install() 84 > case ${rvm_ruby_string} in | |
| ++ /scripts/functions/manage/ruby : ruby_install() 112 > case "$(uname -s)" in | |
| +++ /scripts/functions/manage/ruby : ruby_install() 112 > uname -s | |
| ++ /scripts/functions/manage/ruby : ruby_install() 122 > __rvm_setup_compile_environment | |
| ++ /scripts/functions/build : __rvm_setup_compile_environment() 50 > __rvm_setup_compile_environment_osx_gcc | |
| +++ /scripts/functions/build : __rvm_setup_compile_environment_osx_gcc() 57 > uname | |
| ++ /scripts/functions/build : __rvm_setup_compile_environment_osx_gcc() 57 > [[ Darwin == \D\a\r\w\i\n ]] | |
| ++ /scripts/functions/build : __rvm_setup_compile_environment_osx_gcc() 57 > __rvm_selected_compiler | |
| ++ /scripts/functions/build : __rvm_selected_compiler() 6 > [[ =~ --with-gcc= ]] | |
| ++ /scripts/functions/build : __rvm_selected_compiler() 13 > [[ -n '' ]] | |
| ++ /scripts/functions/build : __rvm_selected_compiler() 17 > return 1 | |
| ++ /scripts/functions/build : __rvm_setup_compile_environment_osx_gcc() 59 > export CC | |
| ++ /scripts/functions/build : __rvm_setup_compile_environment_osx_gcc() 62 > [[ -x /usr/bin/gcc-4.2 ]] | |
| ++ /scripts/functions/build : __rvm_setup_compile_environment_osx_gcc() 64 > CC=/usr/bin/gcc-4.2 | |
| ++ /scripts/functions/build : __rvm_setup_compile_environment_osx_gcc() 76 > [[ '' =~ *debug* ]] | |
| ++ /scripts/functions/build : __rvm_setup_compile_environment() 51 > __rvm_setup_compile_environment_osx_architectures | |
| ++ /scripts/functions/build : __rvm_setup_compile_environment_osx_architectures() 83 > [[ -n '' ]] | |
| ++ /scripts/functions/build : __rvm_setup_compile_environment_osx_architectures() 83 > return 0 | |
| ++ /scripts/functions/build : __rvm_setup_compile_environment() 52 > __rvm_setup_compile_environment_gcc47 | |
| ++ /scripts/functions/build : __rvm_setup_compile_environment_gcc47() 117 > __rvm_compiler_is_gcc47 | |
| ++ /scripts/functions/build : __rvm_compiler_is_gcc47() 39 > typeset compiler | |
| +++ /scripts/functions/build : __rvm_compiler_is_gcc47() 40 > __rvm_found_compiler | |
| +++ /scripts/functions/build : __rvm_found_compiler() 23 > __rvm_selected_compiler | |
| +++ /scripts/functions/build : __rvm_selected_compiler() 6 > [[ =~ --with-gcc= ]] | |
| +++ /scripts/functions/build : __rvm_selected_compiler() 13 > [[ -n /usr/bin/gcc-4.2 ]] | |
| +++ /scripts/functions/build : __rvm_selected_compiler() 15 > echo /usr/bin/gcc-4.2 | |
| ++ /scripts/functions/build : __rvm_compiler_is_gcc47() 40 > compiler=/usr/bin/gcc-4.2 | |
| +++ /scripts/functions/build : __rvm_compiler_is_gcc47() 42 > /usr/bin/gcc-4.2 -dumpversion | |
| ++ /scripts/functions/build : __rvm_compiler_is_gcc47() 42 > [[ 4.2.1 =~ 4\.7 ]] | |
| ++ /scripts/functions/build : __rvm_setup_compile_environment_gcc47() 117 > return 0 | |
| ++ /scripts/functions/manage/ruby : ruby_install() 127 > [[ x86_64-apple-darwin11 == *darwin* ]] | |
| ++ /scripts/functions/manage/ruby : ruby_install() 128 > __clang_ready | |
| ++ /scripts/functions/manage/ruby : __clang_ready() 38 > typeset _patch_level | |
| ++ /scripts/functions/manage/ruby : __clang_ready() 39 > case ${rvm_ruby_string} in | |
| ++ /scripts/functions/manage/ruby : __clang_ready() 49 > return 1 | |
| ++ /scripts/functions/manage/ruby : ruby_install() 134 > __rvm_compiler_is_llvm | |
| ++ /scripts/functions/build : __rvm_compiler_is_llvm() 28 > typeset compiler | |
| +++ /scripts/functions/build : __rvm_compiler_is_llvm() 29 > __rvm_found_compiler | |
| +++ /scripts/functions/build : __rvm_found_compiler() 23 > __rvm_selected_compiler | |
| +++ /scripts/functions/build : __rvm_selected_compiler() 6 > [[ =~ --with-gcc= ]] | |
| +++ /scripts/functions/build : __rvm_selected_compiler() 13 > [[ -n /usr/bin/gcc-4.2 ]] | |
| +++ /scripts/functions/build : __rvm_selected_compiler() 15 > echo /usr/bin/gcc-4.2 | |
| ++ /scripts/functions/build : __rvm_compiler_is_llvm() 29 > compiler=/usr/bin/gcc-4.2 | |
| ++ /scripts/functions/build : __rvm_compiler_is_llvm() 31 > /usr/bin/gcc-4.2 --version | |
| ++ /scripts/functions/build : __rvm_compiler_is_llvm() 31 > GREP_OPTIONS= | |
| ++ /scripts/functions/build : __rvm_compiler_is_llvm() 31 > grep -i llvm | |
| ++ /scripts/functions/manage/ruby : ruby_install() 145 > __rvm_install_source | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 93 > true 1 0 | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 95 > typeset directory configure_parameters db_configure_flags autoconf_flags | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 97 > (( rvm_ruby_selected_flag == 0 )) | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 102 > rvm_log 'Installing Ruby from source to: /Users/domon/.rvm/rubies/ruby-1.8.7-p370, this may take a while depending on your cpu(s)...\n' | |
| ++ /scripts/functions/logging : rvm_log() 92 > 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() 32 > return 0 | |
| ++ /scripts/functions/logging : rvm_log() 93 > printf %b 'Installing Ruby from source to: /Users/domon/.rvm/rubies/ruby-1.8.7-p370, this may take a while depending on your cpu(s)...\n\n' | |
| Installing Ruby from source to: /Users/domon/.rvm/rubies/ruby-1.8.7-p370, this may take a while depending on your cpu(s)... | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 104 > builtin cd /Users/domon/.rvm/src | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 106 > __rvm_fetch_ruby | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 496 > (( 1 == 0 )) | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 501 > (( 0 == 0 )) | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 502 > [[ -z '' ]] | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 502 > [[ -z '' ]] | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 502 > [[ -z '' ]] | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 504 > rvm_ruby_package_name=ruby-1.8.7-p370 | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 505 > rvm_ruby_package_file=ruby-1.8.7-p370 | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 507 > case "$rvm_ruby_string" in | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 509 > rvm_archive_extension=tar.bz2 | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 513 > case "$rvm_ruby_interpreter" in | |
| +++ /scripts/functions/manage/base : __rvm_fetch_ruby() 515 > __rvm_db ruby_1.8_url | |
| +++ /scripts/functions/db : __rvm_db() 7 > typeset value key variable | |
| +++ /scripts/functions/db : __rvm_db() 9 > key=ruby_1.8_url | |
| +++ /scripts/functions/db : __rvm_db() 10 > key=ruby_1.8_url | |
| +++ /scripts/functions/db : __rvm_db() 11 > variable= | |
| +++ /scripts/functions/db : __rvm_db() 13 > [[ -f /Users/domon/.rvm/user/db ]] | |
| ++++ /scripts/functions/db : __rvm_db() 14 > /Users/domon/.rvm/scripts/db /Users/domon/.rvm/user/db ruby_1.8_url | |
| +++ /scripts/functions/db : __rvm_db() 14 > value= | |
| +++ /scripts/functions/db : __rvm_db() 17 > [[ -z '' ]] | |
| ++++ /scripts/functions/db : __rvm_db() 18 > /Users/domon/.rvm/scripts/db /Users/domon/.rvm/config/db ruby_1.8_url | |
| +++ /scripts/functions/db : __rvm_db() 18 > value=http://ftp.ruby-lang.org/pub/ruby/1.8 | |
| +++ /scripts/functions/db : __rvm_db() 21 > [[ -n http://ftp.ruby-lang.org/pub/ruby/1.8 ]] | |
| +++ /scripts/functions/db : __rvm_db() 22 > [[ -z '' ]] | |
| +++ /scripts/functions/db : __rvm_db() 23 > echo http://ftp.ruby-lang.org/pub/ruby/1.8 | |
| +++ /scripts/functions/db : __rvm_db() 29 > return 0 | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 515 > rvm_ruby_url=http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p370.tar.bz2 | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 531 > rvm_log 'ruby-1.8.7-p370 - #downloading ruby-1.8.7-p370, this may take a while depending on your connection...' | |
| ++ /scripts/functions/logging : rvm_log() 92 > 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() 32 > return 0 | |
| ++ /scripts/functions/logging : rvm_log() 93 > printf %b 'ruby-1.8.7-p370 - #downloading ruby-1.8.7-p370, this may take a while depending on your connection...\n' | |
| ruby-1.8.7-p370 - #downloading ruby-1.8.7-p370, this may take a while depending on your connection... | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 533 > /Users/domon/.rvm/scripts/fetch http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p370.tar.bz2 | |
| ++ /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 > umask | |
| ++ /scripts/base : 35 > : rvm_stored_umask:0022 | |
| ++ /scripts/base : 36 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc") | |
| ++ /scripts/base : 37 > [[ -n /Users/domon ]] | |
| ++ /scripts/base : 37 > [[ /Users/domon/.rvmrc -ef /Users/domon/.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/domon/.rvmrc ]] | |
| ++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"' | |
| ++ /scripts/base : 43 > [[ -f /Users/domon/.rvmrc ]] | |
| ++ /scripts/base : 58 > unset rvm_rvmrc_files | |
| ++ /scripts/base : 61 > export rvm_path | |
| ++ /scripts/base : 62 > [[ -z /Users/domon/.rvm ]] | |
| ++ /scripts/base : 74 > true /Users/domon/.rvm/scripts | |
| ++ /scripts/base : 77 > source /Users/domon/.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:4: | |
| +++ /scripts/initialize : 37 > : __rvm_env_loaded:5: | |
| +++ /scripts/initialize : 40 > [[ -z /Users/domon/.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 utility init cleanup env rvmrc install environment gemset db bundler checksum) | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/logging | |
| +++ /scripts/functions/logging : 40 > case "${TERM:-dumb}" in | |
| ++++ /scripts/functions/logging : 49 > /Users/domon/.rvm/scripts/color red | |
| +++ /scripts/functions/logging : 49 > rvm_error_clr='' | |
| ++++ /scripts/functions/logging : 50 > /Users/domon/.rvm/scripts/color yellow | |
| +++ /scripts/functions/logging : 50 > rvm_warn_clr='' | |
| ++++ /scripts/functions/logging : 51 > /Users/domon/.rvm/scripts/color magenta | |
| +++ /scripts/functions/logging : 51 > rvm_debug_clr='' | |
| ++++ /scripts/functions/logging : 52 > /Users/domon/.rvm/scripts/color green | |
| +++ /scripts/functions/logging : 52 > rvm_notify_clr='' | |
| ++++ /scripts/functions/logging : 53 > /Users/domon/.rvm/scripts/color reset | |
| +++ /scripts/functions/logging : 53 > rvm_reset_clr='' | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/utility | |
| +++ /scripts/functions/utility : 3 > [[ -z tar ]] | |
| +++ /scripts/functions/utility : 12 > [[ ! =~ --no-same-owner ]] | |
| +++ /scripts/functions/utility : 13 > tar --help | |
| +++ /scripts/functions/utility : 13 > GREP_OPTIONS= | |
| +++ /scripts/functions/utility : 13 > grep -- --no-same-owner | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/init | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/cleanup | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/env | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.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/domon/.rvm/scripts/functions/install | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/environment | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/gemset | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/db | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/bundler | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/checksum | |
| ++ /scripts/base : 98 > unset scripts entry rvm_base_except | |
| + /scripts/fetch : 21 > builtin cd /Users/domon/.rvm/archives | |
| + /scripts/fetch : 23 > [[ -n '' ]] | |
| ++ /scripts/fetch : 23 > basename http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p370.tar.bz2 | |
| + /scripts/fetch : 23 > archive=ruby-1.8.7-p370.tar.bz2 | |
| + /scripts/fetch : 24 > fetch_command='curl -f -L --create-dirs -C - -o ruby-1.8.7-p370.tar.bz2' | |
| + /scripts/fetch : 25 > rvm_debug 'Fetching: http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p370.tar.bz2' | |
| + /scripts/functions/logging : rvm_debug() 84 > (( 0 > 0 )) | |
| + /scripts/functions/logging : rvm_debug() 84 > return 0 | |
| + /scripts/fetch : 26 > rvm_debug 'Fetch command: curl -f -L --create-dirs -C - -o ruby-1.8.7-p370.tar.bz2' | |
| + /scripts/functions/logging : rvm_debug() 84 > (( 0 > 0 )) | |
| + /scripts/functions/logging : rvm_debug() 84 > 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 http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p370.tar.bz2 ruby-1.8.7-p370.tar.bz2 | |
| + /scripts/functions/checksum : __rvm_checksum_read() 101 > __rvm_checksum_none | |
| + /scripts/functions/checksum : __rvm_checksum_none() 71 > [[ -z '' ]] | |
| + /scripts/functions/checksum : __rvm_checksum_none() 71 > [[ -z '' ]] | |
| + /scripts/functions/checksum : __rvm_checksum_read() 102 > typeset _type _value _name | |
| + /scripts/functions/checksum : __rvm_checksum_read() 103 > typeset -a _list | |
| + /scripts/functions/checksum : __rvm_checksum_read() 104 > list=() | |
| + /scripts/functions/checksum : __rvm_checksum_read() 106 > for _name in '"$@"' | |
| + /scripts/functions/checksum : __rvm_checksum_read() 108 > list+=("$_name") | |
| + /scripts/functions/checksum : __rvm_checksum_read() 110 > [[ http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p370.tar.bz2 =~ \? ]] | |
| + /scripts/functions/checksum : __rvm_checksum_read() 106 > for _name in '"$@"' | |
| + /scripts/functions/checksum : __rvm_checksum_read() 108 > list+=("$_name") | |
| + /scripts/functions/checksum : __rvm_checksum_read() 110 > [[ ruby-1.8.7-p370.tar.bz2 =~ \? ]] | |
| + /scripts/functions/checksum : __rvm_checksum_read() 116 > for _name in '"${list[@]}"' | |
| ++ /scripts/functions/checksum : __rvm_checksum_read() 118 > /Users/domon/.rvm/scripts/db /Users/domon/.rvm/config/md5 http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p370.tar.bz2 | |
| ++ /scripts/functions/checksum : __rvm_checksum_read() 118 > head -n 1 | |
| + /scripts/functions/checksum : __rvm_checksum_read() 118 > _checksum_md5= | |
| + /scripts/functions/checksum : __rvm_checksum_read() 119 > [[ -n '' ]] | |
| ++ /scripts/functions/checksum : __rvm_checksum_read() 120 > /Users/domon/.rvm/scripts/db /Users/domon/.rvm/user/md5 http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p370.tar.bz2 | |
| ++ /scripts/functions/checksum : __rvm_checksum_read() 120 > head -n 1 | |
| + /scripts/functions/checksum : __rvm_checksum_read() 120 > _checksum_md5= | |
| ++ /scripts/functions/checksum : __rvm_checksum_read() 122 > /Users/domon/.rvm/scripts/db /Users/domon/.rvm/config/sha512 http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p370.tar.bz2 | |
| ++ /scripts/functions/checksum : __rvm_checksum_read() 122 > head -n 1 | |
| + /scripts/functions/checksum : __rvm_checksum_read() 122 > _checksum_sha512= | |
| + /scripts/functions/checksum : __rvm_checksum_read() 123 > [[ -n '' ]] | |
| ++ /scripts/functions/checksum : __rvm_checksum_read() 124 > /Users/domon/.rvm/scripts/db /Users/domon/.rvm/user/sha512 http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p370.tar.bz2 | |
| ++ /scripts/functions/checksum : __rvm_checksum_read() 124 > head -n 1 | |
| + /scripts/functions/checksum : __rvm_checksum_read() 124 > _checksum_sha512= | |
| + /scripts/functions/checksum : __rvm_checksum_read() 126 > __rvm_checksum_none | |
| + /scripts/functions/checksum : __rvm_checksum_none() 71 > [[ -z '' ]] | |
| + /scripts/functions/checksum : __rvm_checksum_none() 71 > [[ -z '' ]] | |
| + /scripts/functions/checksum : __rvm_checksum_read() 116 > for _name in '"${list[@]}"' | |
| ++ /scripts/functions/checksum : __rvm_checksum_read() 118 > /Users/domon/.rvm/scripts/db /Users/domon/.rvm/config/md5 ruby-1.8.7-p370.tar.bz2 | |
| ++ /scripts/functions/checksum : __rvm_checksum_read() 118 > head -n 1 | |
| + /scripts/functions/checksum : __rvm_checksum_read() 118 > _checksum_md5=1e4c3194537dd8ff92e756993e55a29d | |
| + /scripts/functions/checksum : __rvm_checksum_read() 119 > [[ -n 1e4c3194537dd8ff92e756993e55a29d ]] | |
| ++ /scripts/functions/checksum : __rvm_checksum_read() 122 > /Users/domon/.rvm/scripts/db /Users/domon/.rvm/config/sha512 ruby-1.8.7-p370.tar.bz2 | |
| ++ /scripts/functions/checksum : __rvm_checksum_read() 122 > head -n 1 | |
| + /scripts/functions/checksum : __rvm_checksum_read() 122 > _checksum_sha512= | |
| + /scripts/functions/checksum : __rvm_checksum_read() 123 > [[ -n '' ]] | |
| ++ /scripts/functions/checksum : __rvm_checksum_read() 124 > /Users/domon/.rvm/scripts/db /Users/domon/.rvm/user/sha512 ruby-1.8.7-p370.tar.bz2 | |
| ++ /scripts/functions/checksum : __rvm_checksum_read() 124 > head -n 1 | |
| + /scripts/functions/checksum : __rvm_checksum_read() 124 > _checksum_sha512= | |
| + /scripts/functions/checksum : __rvm_checksum_read() 126 > __rvm_checksum_none | |
| + /scripts/functions/checksum : __rvm_checksum_none() 71 > [[ -z 1e4c3194537dd8ff92e756993e55a29d ]] | |
| + /scripts/functions/checksum : __rvm_checksum_read() 126 > return 0 | |
| + /scripts/fetch : 35 > __rvm_checksum_any | |
| + /scripts/functions/checksum : __rvm_checksum_any() 72 > [[ -n 1e4c3194537dd8ff92e756993e55a29d ]] | |
| + /scripts/fetch : 41 > [[ -e ruby-1.8.7-p370.tar.bz2 ]] | |
| + /scripts/fetch : 45 > __rvm_checksum_validate_file /Users/domon/.rvm/archives/ruby-1.8.7-p370.tar.bz2 | |
| + /scripts/functions/checksum : __rvm_checksum_validate_file() 79 > __rvm_checksum_any | |
| + /scripts/functions/checksum : __rvm_checksum_any() 72 > [[ -n 1e4c3194537dd8ff92e756993e55a29d ]] | |
| + /scripts/functions/checksum : __rvm_checksum_validate_file() 81 > [[ -n 1e4c3194537dd8ff92e756993e55a29d ]] | |
| ++ /scripts/functions/checksum : __rvm_checksum_validate_file() 83 > __rvm_md5_calculate /Users/domon/.rvm/archives/ruby-1.8.7-p370.tar.bz2 | |
| ++ /scripts/functions/checksum : __rvm_md5_calculate() 6 > builtin command -v md5 | |
| ++ /scripts/functions/checksum : __rvm_md5_calculate() 8 > md5 -q /Users/domon/.rvm/archives/ruby-1.8.7-p370.tar.bz2 | |
| ++ /scripts/functions/checksum : __rvm_md5_calculate() 9 > return 0 | |
| + /scripts/functions/checksum : __rvm_checksum_validate_file() 83 > [[ 1e4c3194537dd8ff92e756993e55a29d == \1\e\4\c\3\1\9\4\5\3\7\d\d\8\f\f\9\2\e\7\5\6\9\9\3\e\5\5\a\2\9\d ]] | |
| + /scripts/functions/checksum : __rvm_checksum_validate_file() 86 > [[ -n '' ]] | |
| + /scripts/functions/checksum : __rvm_checksum_validate_file() 90 > return 0 | |
| + /scripts/fetch : 47 > rvm_debug 'Archive checksum matched, not downloading' | |
| + /scripts/functions/logging : rvm_debug() 84 > (( 0 > 0 )) | |
| + /scripts/functions/logging : rvm_debug() 84 > return 0 | |
| + /scripts/fetch : 48 > download=0 | |
| + /scripts/fetch : 62 > (( download > 0 )) | |
| + /scripts/fetch : 110 > __rvm_checksum_validate_file /Users/domon/.rvm/archives/ruby-1.8.7-p370.tar.bz2 | |
| + /scripts/functions/checksum : __rvm_checksum_validate_file() 79 > __rvm_checksum_any | |
| + /scripts/functions/checksum : __rvm_checksum_any() 72 > [[ -n 1e4c3194537dd8ff92e756993e55a29d ]] | |
| + /scripts/functions/checksum : __rvm_checksum_validate_file() 81 > [[ -n 1e4c3194537dd8ff92e756993e55a29d ]] | |
| ++ /scripts/functions/checksum : __rvm_checksum_validate_file() 83 > __rvm_md5_calculate /Users/domon/.rvm/archives/ruby-1.8.7-p370.tar.bz2 | |
| ++ /scripts/functions/checksum : __rvm_md5_calculate() 6 > builtin command -v md5 | |
| ++ /scripts/functions/checksum : __rvm_md5_calculate() 8 > md5 -q /Users/domon/.rvm/archives/ruby-1.8.7-p370.tar.bz2 | |
| ++ /scripts/functions/checksum : __rvm_md5_calculate() 9 > return 0 | |
| + /scripts/functions/checksum : __rvm_checksum_validate_file() 83 > [[ 1e4c3194537dd8ff92e756993e55a29d == \1\e\4\c\3\1\9\4\5\3\7\d\d\8\f\f\9\2\e\7\5\6\9\9\3\e\5\5\a\2\9\d ]] | |
| + /scripts/functions/checksum : __rvm_checksum_validate_file() 86 > [[ -n '' ]] | |
| + /scripts/functions/checksum : __rvm_checksum_validate_file() 90 > return 0 | |
| + /scripts/fetch : 112 > rvm_debug 'Downloaded archive checksum matched.' | |
| + /scripts/functions/logging : rvm_debug() 84 > (( 0 > 0 )) | |
| + /scripts/functions/logging : rvm_debug() 84 > return 0 | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 534 > result=0 | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 536 > (( result > 0 )) | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 543 > [[ ! -d /Users/domon/.rvm/src/ruby-1.8.7-p370 ]] | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 545 > [[ ! -d /Users/domon/.rvm/src/ruby-1.8.7-p370 ]] | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 547 > mkdir -p /Users/domon/.rvm/tmp/rvm_src_83672 | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 549 > case "$rvm_archive_extension" in | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 575 > __rvm_run extract 'tar xjf /Users/domon/.rvm/archives/ruby-1.8.7-p370.tar.bz2 -C /Users/domon/.rvm/tmp/rvm_src_83672 ' 'ruby-1.8.7-p370 - #extracting ruby-1.8.7-p370 to /Users/domon/.rvm/src/ruby-1.8.7-p370' | |
| ++ /scripts/functions/utility : __rvm_run() 105 > typeset name message | |
| ++ /scripts/functions/utility : __rvm_run() 106 > typeset -a _command_array | |
| ++ /scripts/functions/utility : __rvm_run() 108 > name=extract | |
| ++ /scripts/functions/utility : __rvm_run() 109 > eval '_command_array=( tar xjf /Users/domon/.rvm/archives/ruby-1.8.7-p370.tar.bz2 -C /Users/domon/.rvm/tmp/rvm_src_83672 )' | |
| +++ /scripts/functions/utility : __rvm_run() 109 > _command_array=(tar xjf /Users/domon/.rvm/archives/ruby-1.8.7-p370.tar.bz2 -C /Users/domon/.rvm/tmp/rvm_src_83672) | |
| ++ /scripts/functions/utility : __rvm_run() 110 > message='ruby-1.8.7-p370 - #extracting ruby-1.8.7-p370 to /Users/domon/.rvm/src/ruby-1.8.7-p370' | |
| ++ /scripts/functions/utility : __rvm_run() 112 > __rvm_log_command extract 'ruby-1.8.7-p370 - #extracting ruby-1.8.7-p370 to /Users/domon/.rvm/src/ruby-1.8.7-p370' tar xjf /Users/domon/.rvm/archives/ruby-1.8.7-p370.tar.bz2 -C /Users/domon/.rvm/tmp/rvm_src_83672 | |
| ++ /scripts/functions/utility : __rvm_log_command() 118 > typeset name log temp_log_path message | |
| ++ /scripts/functions/utility : __rvm_log_command() 119 > typeset -a _command | |
| ++ /scripts/functions/utility : __rvm_log_command() 120 > true 0 0 | |
| ++ /scripts/functions/utility : __rvm_log_command() 122 > name=extract | |
| ++ /scripts/functions/utility : __rvm_log_command() 123 > message='ruby-1.8.7-p370 - #extracting ruby-1.8.7-p370 to /Users/domon/.rvm/src/ruby-1.8.7-p370' | |
| ++ /scripts/functions/utility : __rvm_log_command() 124 > shift 2 | |
| ++ /scripts/functions/utility : __rvm_log_command() 125 > _command=("$@") | |
| ++ /scripts/functions/utility : __rvm_log_command() 127 > [[ -n ruby-1.8.7-p370 - #extracting ruby-1.8.7-p370 to /Users/domon/.rvm/src/ruby-1.8.7-p370 ]] | |
| ++ /scripts/functions/utility : __rvm_log_command() 128 > rvm_log 'ruby-1.8.7-p370 - #extracting ruby-1.8.7-p370 to /Users/domon/.rvm/src/ruby-1.8.7-p370' | |
| ++ /scripts/functions/logging : rvm_log() 92 > 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() 32 > return 0 | |
| ++ /scripts/functions/logging : rvm_log() 93 > printf %b 'ruby-1.8.7-p370 - #extracting ruby-1.8.7-p370 to /Users/domon/.rvm/src/ruby-1.8.7-p370\n' | |
| ruby-1.8.7-p370 - #extracting ruby-1.8.7-p370 to /Users/domon/.rvm/src/ruby-1.8.7-p370 | |
| ++ /scripts/functions/utility : __rvm_log_command() 131 > [[ tar =~ = ]] | |
| ++ /scripts/functions/utility : __rvm_log_command() 135 > (( rvm_niceness > 0 )) | |
| ++ /scripts/functions/utility : __rvm_log_command() 140 > (( rvm_debug_flag > 0 )) | |
| ++ /scripts/functions/utility : __rvm_log_command() 150 > [[ -n ruby-1.8.7-p370 ]] | |
| ++ /scripts/functions/utility : __rvm_log_command() 151 > temp_log_path=/Users/domon/.rvm/log/ruby-1.8.7-p370 | |
| ++ /scripts/functions/utility : __rvm_log_command() 155 > log=/Users/domon/.rvm/log/ruby-1.8.7-p370/extract.log | |
| ++ /scripts/functions/utility : __rvm_log_command() 157 > [[ -d /Users/domon/.rvm/log/ruby-1.8.7-p370 ]] | |
| ++ /scripts/functions/utility : __rvm_log_command() 158 > [[ -f /Users/domon/.rvm/log/ruby-1.8.7-p370/extract.log ]] | |
| +++ /scripts/functions/utility : __rvm_log_command() 161 > date '+%Y-%m-%d %H:%M:%S' | |
| ++ /scripts/functions/utility : __rvm_log_command() 161 > printf %b '[2012-08-27 13:54:50] tar xjf /Users/domon/.rvm/archives/ruby-1.8.7-p370.tar.bz2 -C /Users/domon/.rvm/tmp/rvm_src_83672\n' | |
| ++ /scripts/functions/utility : __rvm_log_command() 163 > is_a_function tar | |
| ++ /scripts/functions/utility : is_a_function() 47 > typeset -f tar | |
| ++ /scripts/functions/utility : is_a_function() 47 > return 1 | |
| ++ /scripts/functions/utility : __rvm_log_command() 168 > tar xjf /Users/domon/.rvm/archives/ruby-1.8.7-p370.tar.bz2 -C /Users/domon/.rvm/tmp/rvm_src_83672 | |
| ++ /scripts/functions/utility : __rvm_log_command() 169 > result=0 | |
| ++ /scripts/functions/utility : __rvm_log_command() 171 > (( result > 0 )) | |
| ++ /scripts/functions/utility : __rvm_log_command() 175 > return 0 | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 578 > result=0 | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 580 > (( result > 0 )) | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 592 > __rvm_rm_rf /Users/domon/.rvm/src/ruby-1.8.7-p370 | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 8 > typeset result target | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 9 > result=1 | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 10 > target=/Users/domon/.rvm/src/ruby-1.8.7-p370 | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 13 > [[ -n '' ]] | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 17 > [[ -n 3.2.48(1)-release ]] | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 19 > shopt -s extglob | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 25 > case "${target}" in | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 31 > [[ -n /Users/domon/.rvm/src/ruby-1.8.7-p370 ]] | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 33 > [[ -d /Users/domon/.rvm/src/ruby-1.8.7-p370 ]] | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 37 > [[ -f /Users/domon/.rvm/src/ruby-1.8.7-p370 ]] | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 37 > [[ -L /Users/domon/.rvm/src/ruby-1.8.7-p370 ]] | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 42 > result=0 | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 48 > return 0 | |
| +++ /scripts/functions/manage/base : __rvm_fetch_ruby() 594 > builtin cd /Users/domon/.rvm/tmp/rvm_src_83672 | |
| +++ /scripts/functions/manage/base : __rvm_fetch_ruby() 594 > ls | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 594 > mv /Users/domon/.rvm/tmp/rvm_src_83672/ruby-1.8.7-p370 /Users/domon/.rvm/src/ruby-1.8.7-p370 | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 597 > __rvm_rm_rf /Users/domon/.rvm/tmp/rvm_src_83672 | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 8 > typeset result target | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 9 > result=1 | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 10 > target=/Users/domon/.rvm/tmp/rvm_src_83672 | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 13 > [[ -n '' ]] | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 17 > [[ -n 3.2.48(1)-release ]] | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 19 > shopt -s extglob | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 25 > case "${target}" in | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 31 > [[ -n /Users/domon/.rvm/tmp/rvm_src_83672 ]] | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 33 > [[ -d /Users/domon/.rvm/tmp/rvm_src_83672 ]] | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 35 > rm -rf /Users/domon/.rvm/tmp/rvm_src_83672 | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 36 > result=0 | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 48 > return 0 | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 599 > [[ -n '' ]] | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 603 > rvm_log 'ruby-1.8.7-p370 - #extracted to /Users/domon/.rvm/src/ruby-1.8.7-p370' | |
| ++ /scripts/functions/logging : rvm_log() 92 > 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() 32 > return 0 | |
| ++ /scripts/functions/logging : rvm_log() 93 > printf %b 'ruby-1.8.7-p370 - #extracted to /Users/domon/.rvm/src/ruby-1.8.7-p370\n' | |
| ruby-1.8.7-p370 - #extracted to /Users/domon/.rvm/src/ruby-1.8.7-p370 | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 608 > return 0 | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 107 > result=0 | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 109 > (( result > 0 )) | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 115 > builtin cd /Users/domon/.rvm/src/ruby-1.8.7-p370 | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 116 > result=0 | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 117 > (( result > 0 )) | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 123 > [[ -d /Users/domon/.rvm/usr ]] | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 125 > __rvm_add_to_path prepend /Users/domon/.rvm/usr/bin | |
| ++ /scripts/functions/utility : __rvm_add_to_path() 255 > export PATH | |
| ++ /scripts/functions/utility : __rvm_add_to_path() 257 > (( 2 != 2 )) | |
| ++ /scripts/functions/utility : __rvm_add_to_path() 257 > [[ -z /Users/domon/.rvm/usr/bin ]] | |
| ++ /scripts/functions/utility : __rvm_add_to_path() 263 > __rvm_remove_from_path /Users/domon/.rvm/usr/bin | |
| ++ /scripts/functions/utility : __rvm_remove_from_path() 245 > export PATH | |
| ++ /scripts/functions/utility : __rvm_remove_from_path() 246 > PATH=:/Users/domon/.rvm/gems/ruby-1.9.3-p125/bin:/Users/domon/.rvm/gems/ruby-1.9.3-p125@global/bin:/Users/domon/.rvm/rubies/ruby-1.9.3-p125/bin:/Users/domon/.rvm/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/Users/domon/bin: | |
| ++ /scripts/functions/utility : __rvm_remove_from_path() 247 > PATH=:/Users/domon/.rvm/gems/ruby-1.9.3-p125/bin:/Users/domon/.rvm/gems/ruby-1.9.3-p125@global/bin:/Users/domon/.rvm/rubies/ruby-1.9.3-p125/bin:/Users/domon/.rvm/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/Users/domon/bin: | |
| ++ /scripts/functions/utility : __rvm_remove_from_path() 248 > PATH=:/Users/domon/.rvm/gems/ruby-1.9.3-p125/bin:/Users/domon/.rvm/gems/ruby-1.9.3-p125@global/bin:/Users/domon/.rvm/rubies/ruby-1.9.3-p125/bin:/Users/domon/.rvm/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/Users/domon/bin: | |
| ++ /scripts/functions/utility : __rvm_remove_from_path() 249 > PATH=:/Users/domon/.rvm/gems/ruby-1.9.3-p125/bin:/Users/domon/.rvm/gems/ruby-1.9.3-p125@global/bin:/Users/domon/.rvm/rubies/ruby-1.9.3-p125/bin:/Users/domon/.rvm/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/Users/domon/bin | |
| ++ /scripts/functions/utility : __rvm_remove_from_path() 250 > PATH=/Users/domon/.rvm/gems/ruby-1.9.3-p125/bin:/Users/domon/.rvm/gems/ruby-1.9.3-p125@global/bin:/Users/domon/.rvm/rubies/ruby-1.9.3-p125/bin:/Users/domon/.rvm/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/Users/domon/bin | |
| ++ /scripts/functions/utility : __rvm_add_to_path() 264 > case "$1" in | |
| ++ /scripts/functions/utility : __rvm_add_to_path() 265 > PATH=/Users/domon/.rvm/usr/bin:/Users/domon/.rvm/gems/ruby-1.9.3-p125/bin:/Users/domon/.rvm/gems/ruby-1.9.3-p125@global/bin:/Users/domon/.rvm/rubies/ruby-1.9.3-p125/bin:/Users/domon/.rvm/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/Users/domon/bin | |
| ++ /scripts/functions/utility : __rvm_add_to_path() 270 > [[ -n '' ]] | |
| ++ /scripts/functions/utility : __rvm_add_to_path() 276 > builtin hash -r | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 127 > builtin hash -r | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 130 > (( rvm_static_flag == 1 )) | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 146 > __rvm_apply_patches | |
| ++ /scripts/functions/manage/base : __rvm_apply_patches() 36 > typeset patches patch_name patch_level_separator patch_fuzziness patch_level source_directory full_patch_path | |
| ++ /scripts/functions/manage/base : __rvm_apply_patches() 38 > result=0 | |
| ++ /scripts/functions/manage/base : __rvm_apply_patches() 39 > patch_level_separator=% | |
| ++ /scripts/functions/manage/base : __rvm_apply_patches() 40 > patch_fuzziness=25 | |
| ++ /scripts/functions/manage/base : __rvm_apply_patches() 41 > patch_level=1 | |
| ++ /scripts/functions/manage/base : __rvm_apply_patches() 43 > source_directory= | |
| ++ /scripts/functions/manage/base : __rvm_apply_patches() 45 > [[ -z '' ]] | |
| ++ /scripts/functions/manage/base : __rvm_apply_patches() 47 > source_directory=/Users/domon/.rvm/src/ruby-1.8.7-p370 | |
| ++ /scripts/functions/manage/base : __rvm_apply_patches() 51 > builtin cd /Users/domon/.rvm/src/ruby-1.8.7-p370 | |
| ++ /scripts/functions/manage/base : __rvm_apply_patches() 53 > patches=($(__rvm_current_patch_names)) | |
| +++ /scripts/functions/manage/base : __rvm_apply_patches() 53 > __rvm_current_patch_names | |
| +++ /scripts/functions/manage/base : __rvm_current_patch_names() 8 > typeset separator patches level name | |
| +++ /scripts/functions/manage/base : __rvm_current_patch_names() 10 > separator=% | |
| +++ /scripts/functions/manage/base : __rvm_current_patch_names() 11 > patches=' default' | |
| ++++ /scripts/functions/manage/base : __rvm_current_patch_names() 6 > echo default | |
| +++ /scripts/functions/manage/base : __rvm_current_patch_names() 13 > for name in '$(echo ${patches//,/ })' | |
| +++ /scripts/functions/manage/base : __rvm_current_patch_names() 15 > [[ default == \d\e\f\a\u\l\t ]] | |
| +++ /scripts/functions/manage/base : __rvm_current_patch_names() 17 > level=1 | |
| +++ /scripts/functions/manage/base : __rvm_current_patch_names() 23 > typeset expanded_name | |
| ++++ /scripts/functions/manage/base : __rvm_current_patch_names() 24 > __rvm_expand_patch_name default | |
| ++++ /scripts/patches : __rvm_expand_patch_name() 22 > typeset name expanded_patch_name | |
| ++++ /scripts/patches : __rvm_expand_patch_name() 24 > name=default | |
| ++++ /scripts/patches : __rvm_expand_patch_name() 26 > [[ -z default ]] | |
| +++++ /scripts/patches : __rvm_expand_patch_name() 28 > rvm_ruby_string=ruby-1.8.7-p370 | |
| +++++ /scripts/patches : __rvm_expand_patch_name() 28 > /Users/domon/.rvm/scripts/patchsets show default | |
| ++ /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 > umask | |
| ++ /scripts/base : 35 > : rvm_stored_umask:0022 | |
| ++ /scripts/base : 36 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc") | |
| ++ /scripts/base : 37 > [[ -n /Users/domon ]] | |
| ++ /scripts/base : 37 > [[ /Users/domon/.rvmrc -ef /Users/domon/.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/domon/.rvmrc ]] | |
| ++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"' | |
| ++ /scripts/base : 43 > [[ -f /Users/domon/.rvmrc ]] | |
| ++ /scripts/base : 58 > unset rvm_rvmrc_files | |
| ++ /scripts/base : 61 > export rvm_path | |
| ++ /scripts/base : 62 > [[ -z /Users/domon/.rvm ]] | |
| ++ /scripts/base : 74 > true /Users/domon/.rvm/scripts | |
| ++ /scripts/base : 77 > source /Users/domon/.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:4: | |
| +++ /scripts/initialize : 37 > : __rvm_env_loaded:5: | |
| +++ /scripts/initialize : 40 > [[ -z /Users/domon/.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 utility init cleanup env rvmrc install environment gemset db bundler checksum) | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/logging | |
| +++ /scripts/functions/logging : 40 > case "${TERM:-dumb}" in | |
| ++++ /scripts/functions/logging : 49 > /Users/domon/.rvm/scripts/color red | |
| +++ /scripts/functions/logging : 49 > rvm_error_clr='' | |
| ++++ /scripts/functions/logging : 50 > /Users/domon/.rvm/scripts/color yellow | |
| +++ /scripts/functions/logging : 50 > rvm_warn_clr='' | |
| ++++ /scripts/functions/logging : 51 > /Users/domon/.rvm/scripts/color magenta | |
| +++ /scripts/functions/logging : 51 > rvm_debug_clr='' | |
| ++++ /scripts/functions/logging : 52 > /Users/domon/.rvm/scripts/color green | |
| +++ /scripts/functions/logging : 52 > rvm_notify_clr='' | |
| ++++ /scripts/functions/logging : 53 > /Users/domon/.rvm/scripts/color reset | |
| +++ /scripts/functions/logging : 53 > rvm_reset_clr='' | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/utility | |
| +++ /scripts/functions/utility : 3 > [[ -z tar ]] | |
| +++ /scripts/functions/utility : 12 > [[ ! =~ --no-same-owner ]] | |
| +++ /scripts/functions/utility : 13 > tar --help | |
| +++ /scripts/functions/utility : 13 > GREP_OPTIONS= | |
| +++ /scripts/functions/utility : 13 > grep -- --no-same-owner | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/init | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/cleanup | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/env | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.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/domon/.rvm/scripts/functions/install | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/environment | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/gemset | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/db | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/bundler | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/checksum | |
| ++ /scripts/base : 98 > unset scripts entry rvm_base_except | |
| + /scripts/patchsets : 6 > source /Users/domon/.rvm/scripts/patches | |
| + /scripts/patchsets : 75 > args=($*) | |
| + /scripts/patchsets : 76 > action=show | |
| + /scripts/patchsets : 77 > patchset=default | |
| ++ /scripts/patchsets : 78 > echo | |
| + /scripts/patchsets : 78 > args= | |
| + /scripts/patchsets : 80 > case "$action" in | |
| + /scripts/patchsets : 81 > lookup_patchset default | |
| + /scripts/patchsets : lookup_patchset() 10 > typeset paths lookup_path | |
| + /scripts/patchsets : lookup_patchset() 12 > [[ -z default ]] | |
| + /scripts/patchsets : lookup_patchset() 18 > paths=($(__rvm_ruby_string_paths_under "$rvm_path/patchsets" | sort -r)) | |
| ++ /scripts/patchsets : lookup_patchset() 18 > __rvm_ruby_string_paths_under /Users/domon/.rvm/patchsets | |
| ++ /scripts/patchsets : lookup_patchset() 18 > sort -r | |
| ++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 85 > typeset path part parts | |
| ++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 87 > path=/Users/domon/.rvm/patchsets | |
| ++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 89 > parts=(${rvm_ruby_string//-/ }) | |
| ++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 91 > echo /Users/domon/.rvm/patchsets | |
| ++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 93 > for part in '"${parts[@]}"' | |
| ++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 95 > path=/Users/domon/.rvm/patchsets/ruby | |
| ++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 96 > echo /Users/domon/.rvm/patchsets/ruby | |
| ++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 93 > for part in '"${parts[@]}"' | |
| ++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 95 > path=/Users/domon/.rvm/patchsets/ruby/1.8.7 | |
| ++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 96 > echo /Users/domon/.rvm/patchsets/ruby/1.8.7 | |
| ++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 93 > for part in '"${parts[@]}"' | |
| ++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 95 > path=/Users/domon/.rvm/patchsets/ruby/1.8.7/p370 | |
| ++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 96 > echo /Users/domon/.rvm/patchsets/ruby/1.8.7/p370 | |
| ++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 99 > return 0 | |
| + /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"' | |
| + /scripts/patchsets : lookup_patchset() 22 > [[ -s /Users/domon/.rvm/patchsets/ruby/1.8.7/p370/default ]] | |
| + /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"' | |
| + /scripts/patchsets : lookup_patchset() 22 > [[ -s /Users/domon/.rvm/patchsets/ruby/1.8.7/default ]] | |
| + /scripts/patchsets : lookup_patchset() 24 > cat /Users/domon/.rvm/patchsets/ruby/1.8.7/default | |
| + /scripts/patchsets : lookup_patchset() 25 > return 0 | |
| + /scripts/patchsets : 85 > exit 0 | |
| ++++ /scripts/patches : __rvm_expand_patch_name() 28 > expanded_patch_name='stdout-rouge-fix | |
| no_sslv2' | |
| ++++ /scripts/patches : __rvm_expand_patch_name() 31 > [[ 0 == \0 ]] | |
| ++++ /scripts/patches : __rvm_expand_patch_name() 33 > echo 'stdout-rouge-fix | |
| no_sslv2' | |
| ++++ /scripts/patches : __rvm_expand_patch_name() 40 > return 0 | |
| +++ /scripts/functions/manage/base : __rvm_current_patch_names() 24 > expanded_name='stdout-rouge-fix | |
| no_sslv2' | |
| +++ /scripts/functions/manage/base : __rvm_current_patch_names() 25 > [[ -n default ]] | |
| +++ /scripts/functions/manage/base : __rvm_current_patch_names() 25 > [[ -n stdout-rouge-fix | |
| no_sslv2 ]] | |
| +++ /scripts/functions/manage/base : __rvm_current_patch_names() 27 > echo 'stdout-rouge-fix | |
| no_sslv2%1' | |
| +++ /scripts/functions/manage/base : __rvm_current_patch_names() 31 > return 0 | |
| ++ /scripts/functions/manage/base : __rvm_apply_patches() 55 > for patch_name in '${patches[*]}' | |
| ++ /scripts/functions/manage/base : __rvm_apply_patches() 58 > patch_level=1 | |
| ++ /scripts/functions/manage/base : __rvm_apply_patches() 60 > echo stdout-rouge-fix | |
| ++ /scripts/functions/manage/base : __rvm_apply_patches() 60 > GREP_OPTIONS= | |
| ++ /scripts/functions/manage/base : __rvm_apply_patches() 60 > grep % | |
| +++ /scripts/functions/manage/base : __rvm_apply_patches() 65 > __rvm_lookup_full_patch_path stdout-rouge-fix | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 46 > typeset extension patch_path directory directories | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 49 > directories=($(__rvm_patch_lookup_path)) | |
| ++++ /scripts/patches : __rvm_lookup_full_patch_path() 49 > __rvm_patch_lookup_path | |
| ++++ /scripts/patches : __rvm_patch_lookup_path() 9 > echo / | |
| ++++ /scripts/patches : __rvm_patch_lookup_path() 11 > [[ -n '' ]] | |
| ++++ /scripts/patches : __rvm_patch_lookup_path() 13 > echo /Users/domon/.rvm/src/ruby-1.8.7-p370/ | |
| ++++ /scripts/patches : __rvm_patch_lookup_path() 15 > __rvm_ruby_string_paths_under /Users/domon/.rvm/patches | |
| ++++ /scripts/patches : __rvm_patch_lookup_path() 15 > sed 's/$/\//' | |
| ++++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 85 > typeset path part parts | |
| ++++ /scripts/patches : __++++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 87 > path=/Users/domon/.rvm/patches | |
| rvm_patch_lookup_path() 15 > sort -r | |
| ++++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 89 > parts=(${rvm_ruby_string//-/ }) | |
| ++++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 91 > echo /Users/domon/.rvm/patches | |
| ++++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 93 > for part in '"${parts[@]}"' | |
| ++++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 95 > path=/Users/domon/.rvm/patches/ruby | |
| ++++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 96 > echo /Users/domon/.rvm/patches/ruby | |
| ++++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 93 > for part in '"${parts[@]}"' | |
| ++++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 95 > path=/Users/domon/.rvm/patches/ruby/1.8.7 | |
| ++++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 96 > echo /Users/domon/.rvm/patches/ruby/1.8.7 | |
| ++++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 93 > for part in '"${parts[@]}"' | |
| ++++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 95 > path=/Users/domon/.rvm/patches/ruby/1.8.7/p370 | |
| ++++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 96 > echo /Users/domon/.rvm/patches/ruby/1.8.7/p370 | |
| ++++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 99 > return 0 | |
| ++++ /scripts/patches : __rvm_patch_lookup_path() 17 > return 0 | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 51 > for directory in '"${directories[@]}"' | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 53 > for extension in '{"",.patch,.diff}' | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 55 > patch_path=/stdout-rouge-fix | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 58 > [[ -s /stdout-rouge-fix ]] | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 53 > for extension in '{"",.patch,.diff}' | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 55 > patch_path=/stdout-rouge-fix.patch | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 58 > [[ -s /stdout-rouge-fix.patch ]] | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 53 > for extension in '{"",.patch,.diff}' | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 55 > patch_path=/stdout-rouge-fix.diff | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 58 > [[ -s /stdout-rouge-fix.diff ]] | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 51 > for directory in '"${directories[@]}"' | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 53 > for extension in '{"",.patch,.diff}' | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 55 > patch_path=/Users/domon/.rvm/src/ruby-1.8.7-p370/stdout-rouge-fix | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 58 > [[ -s /Users/domon/.rvm/src/ruby-1.8.7-p370/stdout-rouge-fix ]] | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 53 > for extension in '{"",.patch,.diff}' | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 55 > patch_path=/Users/domon/.rvm/src/ruby-1.8.7-p370/stdout-rouge-fix.patch | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 58 > [[ -s /Users/domon/.rvm/src/ruby-1.8.7-p370/stdout-rouge-fix.patch ]] | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 53 > for extension in '{"",.patch,.diff}' | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 55 > patch_path=/Users/domon/.rvm/src/ruby-1.8.7-p370/stdout-rouge-fix.diff | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 58 > [[ -s /Users/domon/.rvm/src/ruby-1.8.7-p370/stdout-rouge-fix.diff ]] | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 51 > for directory in '"${directories[@]}"' | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 53 > for extension in '{"",.patch,.diff}' | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 55 > patch_path=/Users/domon/.rvm/patches/ruby/1.8.7/p370/stdout-rouge-fix | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 58 > [[ -s /Users/domon/.rvm/patches/ruby/1.8.7/p370/stdout-rouge-fix ]] | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 53 > for extension in '{"",.patch,.diff}' | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 55 > patch_path=/Users/domon/.rvm/patches/ruby/1.8.7/p370/stdout-rouge-fix.patch | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 58 > [[ -s /Users/domon/.rvm/patches/ruby/1.8.7/p370/stdout-rouge-fix.patch ]] | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 53 > for extension in '{"",.patch,.diff}' | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 55 > patch_path=/Users/domon/.rvm/patches/ruby/1.8.7/p370/stdout-rouge-fix.diff | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 58 > [[ -s /Users/domon/.rvm/patches/ruby/1.8.7/p370/stdout-rouge-fix.diff ]] | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 51 > for directory in '"${directories[@]}"' | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 53 > for extension in '{"",.patch,.diff}' | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 55 > patch_path=/Users/domon/.rvm/patches/ruby/1.8.7/stdout-rouge-fix | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 58 > [[ -s /Users/domon/.rvm/patches/ruby/1.8.7/stdout-rouge-fix ]] | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 53 > for extension in '{"",.patch,.diff}' | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 55 > patch_path=/Users/domon/.rvm/patches/ruby/1.8.7/stdout-rouge-fix.patch | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 58 > [[ -s /Users/domon/.rvm/patches/ruby/1.8.7/stdout-rouge-fix.patch ]] | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 58 > [[ -f /Users/domon/.rvm/patches/ruby/1.8.7/stdout-rouge-fix.patch ]] | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 59 > echo /Users/domon/.rvm/patches/ruby/1.8.7/stdout-rouge-fix.patch | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 60 > return 0 | |
| ++ /scripts/functions/manage/base : __rvm_apply_patches() 65 > full_patch_path=/Users/domon/.rvm/patches/ruby/1.8.7/stdout-rouge-fix.patch | |
| ++ /scripts/functions/manage/base : __rvm_apply_patches() 68 > [[ -n /Users/domon/.rvm/patches/ruby/1.8.7/stdout-rouge-fix.patch ]] | |
| ++ /scripts/functions/manage/base : __rvm_apply_patches() 70 > [[ -f /Users/domon/.rvm/patches/ruby/1.8.7/stdout-rouge-fix.patch ]] | |
| ++ /scripts/functions/manage/base : __rvm_apply_patches() 72 > __rvm_run patch.apply.stdout-rouge-fix 'patch -F 25 -p1 -N -f -i "/Users/domon/.rvm/patches/ruby/1.8.7/stdout-rouge-fix.patch"' 'Applying patch '\''stdout-rouge-fix'\'' (located at /Users/domon/.rvm/patches/ruby/1.8.7/stdout-rouge-fix.patch)' | |
| ++ /scripts/functions/utility : __rvm_run() 105 > typeset name message | |
| ++ /scripts/functions/utility : __rvm_run() 106 > typeset -a _command_array | |
| ++ /scripts/functions/utility : __rvm_run() 108 > name=patch.apply.stdout-rouge-fix | |
| ++ /scripts/functions/utility : __rvm_run() 109 > eval '_command_array=( patch -F 25 -p1 -N -f -i "/Users/domon/.rvm/patches/ruby/1.8.7/stdout-rouge-fix.patch" )' | |
| +++ /scripts/functions/utility : __rvm_run() 109 > _command_array=(patch -F 25 -p1 -N -f -i "/Users/domon/.rvm/patches/ruby/1.8.7/stdout-rouge-fix.patch") | |
| ++ /scripts/functions/utility : __rvm_run() 110 > message='Applying patch '\''stdout-rouge-fix'\'' (located at /Users/domon/.rvm/patches/ruby/1.8.7/stdout-rouge-fix.patch)' | |
| ++ /scripts/functions/utility : __rvm_run() 112 > __rvm_log_command patch.apply.stdout-rouge-fix 'Applying patch '\''stdout-rouge-fix'\'' (located at /Users/domon/.rvm/patches/ruby/1.8.7/stdout-rouge-fix.patch)' patch -F 25 -p1 -N -f -i /Users/domon/.rvm/patches/ruby/1.8.7/stdout-rouge-fix.patch | |
| ++ /scripts/functions/utility : __rvm_log_command() 118 > typeset name log temp_log_path message | |
| ++ /scripts/functions/utility : __rvm_log_command() 119 > typeset -a _command | |
| ++ /scripts/functions/utility : __rvm_log_command() 120 > true 0 0 | |
| ++ /scripts/functions/utility : __rvm_log_command() 122 > name=patch.apply.stdout-rouge-fix | |
| ++ /scripts/functions/utility : __rvm_log_command() 123 > message='Applying patch '\''stdout-rouge-fix'\'' (located at /Users/domon/.rvm/patches/ruby/1.8.7/stdout-rouge-fix.patch)' | |
| ++ /scripts/functions/utility : __rvm_log_command() 124 > shift 2 | |
| ++ /scripts/functions/utility : __rvm_log_command() 125 > _command=("$@") | |
| ++ /scripts/functions/utility : __rvm_log_command() 127 > [[ -n Applying patch 'stdout-rouge-fix' (located at /Users/domon/.rvm/patches/ruby/1.8.7/stdout-rouge-fix.patch) ]] | |
| ++ /scripts/functions/utility : __rvm_log_command() 128 > rvm_log 'Applying patch '\''stdout-rouge-fix'\'' (located at /Users/domon/.rvm/patches/ruby/1.8.7/stdout-rouge-fix.patch)' | |
| ++ /scripts/functions/logging : rvm_log() 92 > 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() 32 > return 0 | |
| ++ /scripts/functions/logging : rvm_log() 93 > printf %b 'Applying patch '\''stdout-rouge-fix'\'' (located at /Users/domon/.rvm/patches/ruby/1.8.7/stdout-rouge-fix.patch)\n' | |
| Applying patch 'stdout-rouge-fix' (located at /Users/domon/.rvm/patches/ruby/1.8.7/stdout-rouge-fix.patch) | |
| ++ /scripts/functions/utility : __rvm_log_command() 131 > [[ patch =~ = ]] | |
| ++ /scripts/functions/utility : __rvm_log_command() 135 > (( rvm_niceness > 0 )) | |
| ++ /scripts/functions/utility : __rvm_log_command() 140 > (( rvm_debug_flag > 0 )) | |
| ++ /scripts/functions/utility : __rvm_log_command() 150 > [[ -n ruby-1.8.7-p370 ]] | |
| ++ /scripts/functions/utility : __rvm_log_command() 151 > temp_log_path=/Users/domon/.rvm/log/ruby-1.8.7-p370 | |
| ++ /scripts/functions/utility : __rvm_log_command() 155 > log=/Users/domon/.rvm/log/ruby-1.8.7-p370/patch.apply.stdout-rouge-fix.log | |
| ++ /scripts/functions/utility : __rvm_log_command() 157 > [[ -d /Users/domon/.rvm/log/ruby-1.8.7-p370 ]] | |
| ++ /scripts/functions/utility : __rvm_log_command() 158 > [[ -f /Users/domon/.rvm/log/ruby-1.8.7-p370/patch.apply.stdout-rouge-fix.log ]] | |
| +++ /scripts/functions/utility : __rvm_log_command() 161 > date '+%Y-%m-%d %H:%M:%S' | |
| ++ /scripts/functions/utility : __rvm_log_command() 161 > printf %b '[2012-08-27 13:54:52] patch -F 25 -p1 -N -f -i /Users/domon/.rvm/patches/ruby/1.8.7/stdout-rouge-fix.patch\n' | |
| ++ /scripts/functions/utility : __rvm_log_command() 163 > is_a_function patch | |
| ++ /scripts/functions/utility : is_a_function() 47 > typeset -f patch | |
| ++ /scripts/functions/utility : is_a_function() 47 > return 1 | |
| ++ /scripts/functions/utility : __rvm_log_command() 168 > patch -F 25 -p1 -N -f -i /Users/domon/.rvm/patches/ruby/1.8.7/stdout-rouge-fix.patch | |
| ++ /scripts/functions/utility : __rvm_log_command() 169 > result=0 | |
| ++ /scripts/functions/utility : __rvm_log_command() 171 > (( result > 0 )) | |
| ++ /scripts/functions/utility : __rvm_log_command() 175 > return 0 | |
| ++ /scripts/functions/manage/base : __rvm_apply_patches() 75 > (( 0 > 0 )) | |
| ++ /scripts/functions/manage/base : __rvm_apply_patches() 55 > for patch_name in '${patches[*]}' | |
| ++ /scripts/functions/manage/base : __rvm_apply_patches() 58 > patch_level=1 | |
| ++ /scripts/functions/manage/base : __rvm_apply_patches() 60 > echo no_sslv2%1 | |
| ++ /scripts/functions/manage/base : __rvm_apply_patches() 60 > GREP_OPTIONS= | |
| ++ /scripts/functions/manage/base : __rvm_apply_patches() 60 > grep % | |
| ++ /scripts/functions/manage/base : __rvm_apply_patches() 61 > patch_level=1 | |
| ++ /scripts/functions/manage/base : __rvm_apply_patches() 62 > patch_name=no_sslv2 | |
| +++ /scripts/functions/manage/base : __rvm_apply_patches() 65 > __rvm_lookup_full_patch_path no_sslv2 | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 46 > typeset extension patch_path directory directories | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 49 > directories=($(__rvm_patch_lookup_path)) | |
| ++++ /scripts/patches : __rvm_lookup_full_patch_path() 49 > __rvm_patch_lookup_path | |
| ++++ /scripts/patches : __rvm_patch_lookup_path() 9 > echo / | |
| ++++ /scripts/patches : __rvm_patch_lookup_path() 11 > [[ -n '' ]] | |
| ++++ /scripts/patches : __rvm_patch_lookup_path() 13 > echo /Users/domon/.rvm/src/ruby-1.8.7-p370/ | |
| ++++ /scripts/patches : __rvm_patch_lookup_path() 15 > __rvm_ruby_string_paths_under /Users/domon/.rvm/patches | |
| ++++ /scripts/patches : __rvm_patch_lookup_path() 15 > sed 's/$/\//' | |
| ++++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 85 > typeset path part parts | |
| ++++ /scripts/patches : __rvm_patch_lookup_path() 15 > sort -r | |
| ++++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 87 > path=/Users/domon/.rvm/patches | |
| ++++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 89 > parts=(${rvm_ruby_string//-/ }) | |
| ++++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 91 > echo /Users/domon/.rvm/patches | |
| ++++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 93 > for part in '"${parts[@]}"' | |
| ++++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 95 > path=/Users/domon/.rvm/patches/ruby | |
| ++++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 96 > echo /Users/domon/.rvm/patches/ruby | |
| ++++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 93 > for part in '"${parts[@]}"' | |
| ++++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 95 > path=/Users/domon/.rvm/patches/ruby/1.8.7 | |
| ++++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 96 > echo /Users/domon/.rvm/patches/ruby/1.8.7 | |
| ++++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 93 > for part in '"${parts[@]}"' | |
| ++++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 95 > path=/Users/domon/.rvm/patches/ruby/1.8.7/p370 | |
| ++++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 96 > echo /Users/domon/.rvm/patches/ruby/1.8.7/p370 | |
| ++++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 99 > return 0 | |
| ++++ /scripts/patches : __rvm_patch_lookup_path() 17 > return 0 | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 51 > for directory in '"${directories[@]}"' | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 53 > for extension in '{"",.patch,.diff}' | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 55 > patch_path=/no_sslv2 | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 58 > [[ -s /no_sslv2 ]] | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 53 > for extension in '{"",.patch,.diff}' | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 55 > patch_path=/no_sslv2.patch | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 58 > [[ -s /no_sslv2.patch ]] | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 53 > for extension in '{"",.patch,.diff}' | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 55 > patch_path=/no_sslv2.diff | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 58 > [[ -s /no_sslv2.diff ]] | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 51 > for directory in '"${directories[@]}"' | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 53 > for extension in '{"",.patch,.diff}' | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 55 > patch_path=/Users/domon/.rvm/src/ruby-1.8.7-p370/no_sslv2 | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 58 > [[ -s /Users/domon/.rvm/src/ruby-1.8.7-p370/no_sslv2 ]] | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 53 > for extension in '{"",.patch,.diff}' | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 55 > patch_path=/Users/domon/.rvm/src/ruby-1.8.7-p370/no_sslv2.patch | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 58 > [[ -s /Users/domon/.rvm/src/ruby-1.8.7-p370/no_sslv2.patch ]] | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 53 > for extension in '{"",.patch,.diff}' | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 55 > patch_path=/Users/domon/.rvm/src/ruby-1.8.7-p370/no_sslv2.diff | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 58 > [[ -s /Users/domon/.rvm/src/ruby-1.8.7-p370/no_sslv2.diff ]] | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 51 > for directory in '"${directories[@]}"' | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 53 > for extension in '{"",.patch,.diff}' | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 55 > patch_path=/Users/domon/.rvm/patches/ruby/1.8.7/p370/no_sslv2 | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 58 > [[ -s /Users/domon/.rvm/patches/ruby/1.8.7/p370/no_sslv2 ]] | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 53 > for extension in '{"",.patch,.diff}' | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 55 > patch_path=/Users/domon/.rvm/patches/ruby/1.8.7/p370/no_sslv2.patch | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 58 > [[ -s /Users/domon/.rvm/patches/ruby/1.8.7/p370/no_sslv2.patch ]] | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 53 > for extension in '{"",.patch,.diff}' | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 55 > patch_path=/Users/domon/.rvm/patches/ruby/1.8.7/p370/no_sslv2.diff | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 58 > [[ -s /Users/domon/.rvm/patches/ruby/1.8.7/p370/no_sslv2.diff ]] | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 51 > for directory in '"${directories[@]}"' | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 53 > for extension in '{"",.patch,.diff}' | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 55 > patch_path=/Users/domon/.rvm/patches/ruby/1.8.7/no_sslv2 | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 58 > [[ -s /Users/domon/.rvm/patches/ruby/1.8.7/no_sslv2 ]] | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 53 > for extension in '{"",.patch,.diff}' | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 55 > patch_path=/Users/domon/.rvm/patches/ruby/1.8.7/no_sslv2.patch | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 58 > [[ -s /Users/domon/.rvm/patches/ruby/1.8.7/no_sslv2.patch ]] | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 53 > for extension in '{"",.patch,.diff}' | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 55 > patch_path=/Users/domon/.rvm/patches/ruby/1.8.7/no_sslv2.diff | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 58 > [[ -s /Users/domon/.rvm/patches/ruby/1.8.7/no_sslv2.diff ]] | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 58 > [[ -f /Users/domon/.rvm/patches/ruby/1.8.7/no_sslv2.diff ]] | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 59 > echo /Users/domon/.rvm/patches/ruby/1.8.7/no_sslv2.diff | |
| +++ /scripts/patches : __rvm_lookup_full_patch_path() 60 > return 0 | |
| ++ /scripts/functions/manage/base : __rvm_apply_patches() 65 > full_patch_path=/Users/domon/.rvm/patches/ruby/1.8.7/no_sslv2.diff | |
| ++ /scripts/functions/manage/base : __rvm_apply_patches() 68 > [[ -n /Users/domon/.rvm/patches/ruby/1.8.7/no_sslv2.diff ]] | |
| ++ /scripts/functions/manage/base : __rvm_apply_patches() 70 > [[ -f /Users/domon/.rvm/patches/ruby/1.8.7/no_sslv2.diff ]] | |
| ++ /scripts/functions/manage/base : __rvm_apply_patches() 72 > __rvm_run patch.apply.no_sslv2 'patch -F 25 -p1 -N -f -i "/Users/domon/.rvm/patches/ruby/1.8.7/no_sslv2.diff"' 'Applying patch '\''no_sslv2'\'' (located at /Users/domon/.rvm/patches/ruby/1.8.7/no_sslv2.diff)' | |
| ++ /scripts/functions/utility : __rvm_run() 105 > typeset name message | |
| ++ /scripts/functions/utility : __rvm_run() 106 > typeset -a _command_array | |
| ++ /scripts/functions/utility : __rvm_run() 108 > name=patch.apply.no_sslv2 | |
| ++ /scripts/functions/utility : __rvm_run() 109 > eval '_command_array=( patch -F 25 -p1 -N -f -i "/Users/domon/.rvm/patches/ruby/1.8.7/no_sslv2.diff" )' | |
| +++ /scripts/functions/utility : __rvm_run() 109 > _command_array=(patch -F 25 -p1 -N -f -i "/Users/domon/.rvm/patches/ruby/1.8.7/no_sslv2.diff") | |
| ++ /scripts/functions/utility : __rvm_run() 110 > message='Applying patch '\''no_sslv2'\'' (located at /Users/domon/.rvm/patches/ruby/1.8.7/no_sslv2.diff)' | |
| ++ /scripts/functions/utility : __rvm_run() 112 > __rvm_log_command patch.apply.no_sslv2 'Applying patch '\''no_sslv2'\'' (located at /Users/domon/.rvm/patches/ruby/1.8.7/no_sslv2.diff)' patch -F 25 -p1 -N -f -i /Users/domon/.rvm/patches/ruby/1.8.7/no_sslv2.diff | |
| ++ /scripts/functions/utility : __rvm_log_command() 118 > typeset name log temp_log_path message | |
| ++ /scripts/functions/utility : __rvm_log_command() 119 > typeset -a _command | |
| ++ /scripts/functions/utility : __rvm_log_command() 120 > true 0 0 | |
| ++ /scripts/functions/utility : __rvm_log_command() 122 > name=patch.apply.no_sslv2 | |
| ++ /scripts/functions/utility : __rvm_log_command() 123 > message='Applying patch '\''no_sslv2'\'' (located at /Users/domon/.rvm/patches/ruby/1.8.7/no_sslv2.diff)' | |
| ++ /scripts/functions/utility : __rvm_log_command() 124 > shift 2 | |
| ++ /scripts/functions/utility : __rvm_log_command() 125 > _command=("$@") | |
| ++ /scripts/functions/utility : __rvm_log_command() 127 > [[ -n Applying patch 'no_sslv2' (located at /Users/domon/.rvm/patches/ruby/1.8.7/no_sslv2.diff) ]] | |
| ++ /scripts/functions/utility : __rvm_log_command() 128 > rvm_log 'Applying patch '\''no_sslv2'\'' (located at /Users/domon/.rvm/patches/ruby/1.8.7/no_sslv2.diff)' | |
| ++ /scripts/functions/logging : rvm_log() 92 > 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() 32 > return 0 | |
| ++ /scripts/functions/logging : rvm_log() 93 > printf %b 'Applying patch '\''no_sslv2'\'' (located at /Users/domon/.rvm/patches/ruby/1.8.7/no_sslv2.diff)\n' | |
| Applying patch 'no_sslv2' (located at /Users/domon/.rvm/patches/ruby/1.8.7/no_sslv2.diff) | |
| ++ /scripts/functions/utility : __rvm_log_command() 131 > [[ patch =~ = ]] | |
| ++ /scripts/functions/utility : __rvm_log_command() 135 > (( rvm_niceness > 0 )) | |
| ++ /scripts/functions/utility : __rvm_log_command() 140 > (( rvm_debug_flag > 0 )) | |
| ++ /scripts/functions/utility : __rvm_log_command() 150 > [[ -n ruby-1.8.7-p370 ]] | |
| ++ /scripts/functions/utility : __rvm_log_command() 151 > temp_log_path=/Users/domon/.rvm/log/ruby-1.8.7-p370 | |
| ++ /scripts/functions/utility : __rvm_log_command() 155 > log=/Users/domon/.rvm/log/ruby-1.8.7-p370/patch.apply.no_sslv2.log | |
| ++ /scripts/functions/utility : __rvm_log_command() 157 > [[ -d /Users/domon/.rvm/log/ruby-1.8.7-p370 ]] | |
| ++ /scripts/functions/utility : __rvm_log_command() 158 > [[ -f /Users/domon/.rvm/log/ruby-1.8.7-p370/patch.apply.no_sslv2.log ]] | |
| +++ /scripts/functions/utility : __rvm_log_command() 161 > date '+%Y-%m-%d %H:%M:%S' | |
| ++ /scripts/functions/utility : __rvm_log_command() 161 > printf %b '[2012-08-27 13:54:52] patch -F 25 -p1 -N -f -i /Users/domon/.rvm/patches/ruby/1.8.7/no_sslv2.diff\n' | |
| ++ /scripts/functions/utility : __rvm_log_command() 163 > is_a_function patch | |
| ++ /scripts/functions/utility : is_a_function() 47 > typeset -f patch | |
| ++ /scripts/functions/utility : is_a_function() 47 > return 1 | |
| ++ /scripts/functions/utility : __rvm_log_command() 168 > patch -F 25 -p1 -N -f -i /Users/domon/.rvm/patches/ruby/1.8.7/no_sslv2.diff | |
| ++ /scripts/functions/utility : __rvm_log_command() 169 > result=0 | |
| ++ /scripts/functions/utility : __rvm_log_command() 171 > (( result > 0 )) | |
| ++ /scripts/functions/utility : __rvm_log_command() 175 > return 0 | |
| ++ /scripts/functions/manage/base : __rvm_apply_patches() 75 > (( 0 > 0 )) | |
| ++ /scripts/functions/manage/base : __rvm_apply_patches() 88 > return 0 | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 147 > result=0 | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 149 > (( result > 0 )) | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 157 > [[ -z '' ]] | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 157 > [[ ! -s /Users/domon/.rvm/src/ruby-1.8.7-p370/configure ]] | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 157 > [[ /Users/domon/.rvm/src/ruby-1.8.7-p370/configure.in -nt /Users/domon/.rvm/src/ruby-1.8.7-p370/configure ]] | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 158 > (( 0 == 1 )) | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 173 > [[ -n '' ]] | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 184 > [[ -s ./configure ]] | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 187 > [[ ree != \r\u\b\y ]] | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 189 > __rvm_db ruby_configure_flags db_configure_flags | |
| ++ /scripts/functions/db : __rvm_db() 7 > typeset value key variable | |
| ++ /scripts/functions/db : __rvm_db() 9 > key=ruby_configure_flags | |
| ++ /scripts/functions/db : __rvm_db() 10 > key=ruby_configure_flags | |
| ++ /scripts/functions/db : __rvm_db() 11 > variable=db_configure_flags | |
| ++ /scripts/functions/db : __rvm_db() 13 > [[ -f /Users/domon/.rvm/user/db ]] | |
| +++ /scripts/functions/db : __rvm_db() 14 > /Users/domon/.rvm/scripts/db /Users/domon/.rvm/user/db ruby_configure_flags | |
| ++ /scripts/functions/db : __rvm_db() 14 > value= | |
| ++ /scripts/functions/db : __rvm_db() 17 > [[ -z '' ]] | |
| +++ /scripts/functions/db : __rvm_db() 18 > /Users/domon/.rvm/scripts/db /Users/domon/.rvm/config/db ruby_configure_flags | |
| ++ /scripts/functions/db : __rvm_db() 18 > value='--enable-shared --disable-install-doc' | |
| ++ /scripts/functions/db : __rvm_db() 21 > [[ -n --enable-shared --disable-install-doc ]] | |
| ++ /scripts/functions/db : __rvm_db() 22 > [[ -z db_configure_flags ]] | |
| ++ /scripts/functions/db : __rvm_db() 25 > eval 'db_configure_flags='\''--enable-shared --disable-install-doc'\''' | |
| +++ /scripts/functions/db : __rvm_db() 25 > db_configure_flags='--enable-shared --disable-install-doc' | |
| ++ /scripts/functions/db : __rvm_db() 29 > return 0 | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 194 > case "${rvm_ruby_string:-""}" in | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 205 > typeset configure_command | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 206 > configure_command=' ./configure --prefix=/Users/domon/.rvm/rubies/ruby-1.8.7-p370 --enable-shared --disable-install-doc ' | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 208 > __rvm_run configure ' ./configure --prefix=/Users/domon/.rvm/rubies/ruby-1.8.7-p370 --enable-shared --disable-install-doc ' 'ruby-1.8.7-p370 - #configuring ' | |
| ++ /scripts/functions/utility : __rvm_run() 105 > typeset name message | |
| ++ /scripts/functions/utility : __rvm_run() 106 > typeset -a _command_array | |
| ++ /scripts/functions/utility : __rvm_run() 108 > name=configure | |
| ++ /scripts/functions/utility : __rvm_run() 109 > eval '_command_array=( ./configure --prefix=/Users/domon/.rvm/rubies/ruby-1.8.7-p370 --enable-shared --disable-install-doc )' | |
| +++ /scripts/functions/utility : __rvm_run() 109 > _command_array=(./configure --prefix=/Users/domon/.rvm/rubies/ruby-1.8.7-p370 --enable-shared --disable-install-doc) | |
| ++ /scripts/functions/utility : __rvm_run() 110 > message='ruby-1.8.7-p370 - #configuring ' | |
| ++ /scripts/functions/utility : __rvm_run() 112 > __rvm_log_command configure 'ruby-1.8.7-p370 - #configuring ' ./configure --prefix=/Users/domon/.rvm/rubies/ruby-1.8.7-p370 --enable-shared --disable-install-doc | |
| ++ /scripts/functions/utility : __rvm_log_command() 118 > typeset name log temp_log_path message | |
| ++ /scripts/functions/utility : __rvm_log_command() 119 > typeset -a _command | |
| ++ /scripts/functions/utility : __rvm_log_command() 120 > true 0 0 | |
| ++ /scripts/functions/utility : __rvm_log_command() 122 > name=configure | |
| ++ /scripts/functions/utility : __rvm_log_command() 123 > message='ruby-1.8.7-p370 - #configuring ' | |
| ++ /scripts/functions/utility : __rvm_log_command() 124 > shift 2 | |
| ++ /scripts/functions/utility : __rvm_log_command() 125 > _command=("$@") | |
| ++ /scripts/functions/utility : __rvm_log_command() 127 > [[ -n ruby-1.8.7-p370 - #configuring ]] | |
| ++ /scripts/functions/utility : __rvm_log_command() 128 > rvm_log 'ruby-1.8.7-p370 - #configuring ' | |
| ++ /scripts/functions/logging : rvm_log() 92 > 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() 32 > return 0 | |
| ++ /scripts/functions/logging : rvm_log() 93 > printf %b 'ruby-1.8.7-p370 - #configuring \n' | |
| ruby-1.8.7-p370 - #configuring | |
| ++ /scripts/functions/utility : __rvm_log_command() 131 > [[ ./configure =~ = ]] | |
| ++ /scripts/functions/utility : __rvm_log_command() 135 > (( rvm_niceness > 0 )) | |
| ++ /scripts/functions/utility : __rvm_log_command() 140 > (( rvm_debug_flag > 0 )) | |
| ++ /scripts/functions/utility : __rvm_log_command() 150 > [[ -n ruby-1.8.7-p370 ]] | |
| ++ /scripts/functions/utility : __rvm_log_command() 151 > temp_log_path=/Users/domon/.rvm/log/ruby-1.8.7-p370 | |
| ++ /scripts/functions/utility : __rvm_log_command() 155 > log=/Users/domon/.rvm/log/ruby-1.8.7-p370/configure.log | |
| ++ /scripts/functions/utility : __rvm_log_command() 157 > [[ -d /Users/domon/.rvm/log/ruby-1.8.7-p370 ]] | |
| ++ /scripts/functions/utility : __rvm_log_command() 158 > [[ -f /Users/domon/.rvm/log/ruby-1.8.7-p370/configure.log ]] | |
| +++ /scripts/functions/utility : __rvm_log_command() 161 > date '+%Y-%m-%d %H:%M:%S' | |
| ++ /scripts/functions/utility : __rvm_log_command() 161 > printf %b '[2012-08-27 13:54:52] ./configure --prefix=/Users/domon/.rvm/rubies/ruby-1.8.7-p370 --enable-shared --disable-install-doc\n' | |
| ++ /scripts/functions/utility : __rvm_log_command() 163 > is_a_function ./configure | |
| ++ /scripts/functions/utility : is_a_function() 47 > typeset -f ./configure | |
| ++ /scripts/functions/utility : is_a_function() 47 > return 1 | |
| ++ /scripts/functions/utility : __rvm_log_command() 168 > ./configure --prefix=/Users/domon/.rvm/rubies/ruby-1.8.7-p370 --enable-shared --disable-install-doc | |
| ++ /scripts/functions/utility : __rvm_log_command() 169 > result=0 | |
| ++ /scripts/functions/utility : __rvm_log_command() 171 > (( result > 0 )) | |
| ++ /scripts/functions/utility : __rvm_log_command() 175 > return 0 | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 209 > result=0 | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 211 > (( result > 0 )) | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 221 > rvm_ruby_make=make | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 223 > __rvm_run make 'make ' 'ruby-1.8.7-p370 - #compiling ' | |
| ++ /scripts/functions/utility : __rvm_run() 105 > typeset name message | |
| ++ /scripts/functions/utility : __rvm_run() 106 > typeset -a _command_array | |
| ++ /scripts/functions/utility : __rvm_run() 108 > name=make | |
| ++ /scripts/functions/utility : __rvm_run() 109 > eval '_command_array=( make )' | |
| +++ /scripts/functions/utility : __rvm_run() 109 > _command_array=(make) | |
| ++ /scripts/functions/utility : __rvm_run() 110 > message='ruby-1.8.7-p370 - #compiling ' | |
| ++ /scripts/functions/utility : __rvm_run() 112 > __rvm_log_command make 'ruby-1.8.7-p370 - #compiling ' make | |
| ++ /scripts/functions/utility : __rvm_log_command() 118 > typeset name log temp_log_path message | |
| ++ /scripts/functions/utility : __rvm_log_command() 119 > typeset -a _command | |
| ++ /scripts/functions/utility : __rvm_log_command() 120 > true 0 0 | |
| ++ /scripts/functions/utility : __rvm_log_command() 122 > name=make | |
| ++ /scripts/functions/utility : __rvm_log_command() 123 > message='ruby-1.8.7-p370 - #compiling ' | |
| ++ /scripts/functions/utility : __rvm_log_command() 124 > shift 2 | |
| ++ /scripts/functions/utility : __rvm_log_command() 125 > _command=("$@") | |
| ++ /scripts/functions/utility : __rvm_log_command() 127 > [[ -n ruby-1.8.7-p370 - #compiling ]] | |
| ++ /scripts/functions/utility : __rvm_log_command() 128 > rvm_log 'ruby-1.8.7-p370 - #compiling ' | |
| ++ /scripts/functions/logging : rvm_log() 92 > 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() 32 > return 0 | |
| ++ /scripts/functions/logging : rvm_log() 93 > printf %b 'ruby-1.8.7-p370 - #compiling \n' | |
| ruby-1.8.7-p370 - #compiling | |
| ++ /scripts/functions/utility : __rvm_log_command() 131 > [[ make =~ = ]] | |
| ++ /scripts/functions/utility : __rvm_log_command() 135 > (( rvm_niceness > 0 )) | |
| ++ /scripts/functions/utility : __rvm_log_command() 140 > (( rvm_debug_flag > 0 )) | |
| ++ /scripts/functions/utility : __rvm_log_command() 150 > [[ -n ruby-1.8.7-p370 ]] | |
| ++ /scripts/functions/utility : __rvm_log_command() 151 > temp_log_path=/Users/domon/.rvm/log/ruby-1.8.7-p370 | |
| ++ /scripts/functions/utility : __rvm_log_command() 155 > log=/Users/domon/.rvm/log/ruby-1.8.7-p370/make.log | |
| ++ /scripts/functions/utility : __rvm_log_command() 157 > [[ -d /Users/domon/.rvm/log/ruby-1.8.7-p370 ]] | |
| ++ /scripts/functions/utility : __rvm_log_command() 158 > [[ -f /Users/domon/.rvm/log/ruby-1.8.7-p370/make.log ]] | |
| +++ /scripts/functions/utility : __rvm_log_command() 161 > date '+%Y-%m-%d %H:%M:%S' | |
| ++ /scripts/functions/utility : __rvm_log_command() 161 > printf %b '[2012-08-27 13:55:03] make\n' | |
| ++ /scripts/functions/utility : __rvm_log_command() 163 > is_a_function make | |
| ++ /scripts/functions/utility : is_a_function() 47 > typeset -f make | |
| ++ /scripts/functions/utility : is_a_function() 47 > return 1 | |
| ++ /scripts/functions/utility : __rvm_log_command() 168 > make | |
| ++ /scripts/functions/utility : __rvm_log_command() 169 > result=0 | |
| ++ /scripts/functions/utility : __rvm_log_command() 171 > (( result > 0 )) | |
| ++ /scripts/functions/utility : __rvm_log_command() 175 > return 0 | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 224 > result=0 | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 226 > (( result > 0 )) | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 232 > __rvm_rm_rf /Users/domon/.rvm/src/ruby-1.8.7-p370/.ext/rdoc | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 8 > typeset result target | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 9 > result=1 | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 10 > target=/Users/domon/.rvm/src/ruby-1.8.7-p370/.ext/rdoc | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 13 > [[ -n '' ]] | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 17 > [[ -n 3.2.48(1)-release ]] | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 19 > shopt -s extglob | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 25 > case "${target}" in | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 31 > [[ -n /Users/domon/.rvm/src/ruby-1.8.7-p370/.ext/rdoc ]] | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 33 > [[ -d /Users/domon/.rvm/src/ruby-1.8.7-p370/.ext/rdoc ]] | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 37 > [[ -f /Users/domon/.rvm/src/ruby-1.8.7-p370/.ext/rdoc ]] | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 37 > [[ -L /Users/domon/.rvm/src/ruby-1.8.7-p370/.ext/rdoc ]] | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 42 > result=0 | |
| ++ /scripts/functions/cleanup : __rvm_rm_rf() 48 > return 0 | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 234 > rvm_ruby_make_install='make install' | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 236 > __rvm_run install 'make install' 'ruby-1.8.7-p370 - #installing ' | |
| ++ /scripts/functions/utility : __rvm_run() 105 > typeset name message | |
| ++ /scripts/functions/utility : __rvm_run() 106 > typeset -a _command_array | |
| ++ /scripts/functions/utility : __rvm_run() 108 > name=install | |
| ++ /scripts/functions/utility : __rvm_run() 109 > eval '_command_array=( make install )' | |
| +++ /scripts/functions/utility : __rvm_run() 109 > _command_array=(make install) | |
| ++ /scripts/functions/utility : __rvm_run() 110 > message='ruby-1.8.7-p370 - #installing ' | |
| ++ /scripts/functions/utility : __rvm_run() 112 > __rvm_log_command install 'ruby-1.8.7-p370 - #installing ' make install | |
| ++ /scripts/functions/utility : __rvm_log_command() 118 > typeset name log temp_log_path message | |
| ++ /scripts/functions/utility : __rvm_log_command() 119 > typeset -a _command | |
| ++ /scripts/functions/utility : __rvm_log_command() 120 > true 0 0 | |
| ++ /scripts/functions/utility : __rvm_log_command() 122 > name=install | |
| ++ /scripts/functions/utility : __rvm_log_command() 123 > message='ruby-1.8.7-p370 - #installing ' | |
| ++ /scripts/functions/utility : __rvm_log_command() 124 > shift 2 | |
| ++ /scripts/functions/utility : __rvm_log_command() 125 > _command=("$@") | |
| ++ /scripts/functions/utility : __rvm_log_command() 127 > [[ -n ruby-1.8.7-p370 - #installing ]] | |
| ++ /scripts/functions/utility : __rvm_log_command() 128 > rvm_log 'ruby-1.8.7-p370 - #installing ' | |
| ++ /scripts/functions/logging : rvm_log() 92 > 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() 32 > return 0 | |
| ++ /scripts/functions/logging : rvm_log() 93 > printf %b 'ruby-1.8.7-p370 - #installing \n' | |
| ruby-1.8.7-p370 - #installing | |
| ++ /scripts/functions/utility : __rvm_log_command() 131 > [[ make =~ = ]] | |
| ++ /scripts/functions/utility : __rvm_log_command() 135 > (( rvm_niceness > 0 )) | |
| ++ /scripts/functions/utility : __rvm_log_command() 140 > (( rvm_debug_flag > 0 )) | |
| ++ /scripts/functions/utility : __rvm_log_command() 150 > [[ -n ruby-1.8.7-p370 ]] | |
| ++ /scripts/functions/utility : __rvm_log_command() 151 > temp_log_path=/Users/domon/.rvm/log/ruby-1.8.7-p370 | |
| ++ /scripts/functions/utility : __rvm_log_command() 155 > log=/Users/domon/.rvm/log/ruby-1.8.7-p370/install.log | |
| ++ /scripts/functions/utility : __rvm_log_command() 157 > [[ -d /Users/domon/.rvm/log/ruby-1.8.7-p370 ]] | |
| ++ /scripts/functions/utility : __rvm_log_command() 158 > [[ -f /Users/domon/.rvm/log/ruby-1.8.7-p370/install.log ]] | |
| +++ /scripts/functions/utility : __rvm_log_command() 161 > date '+%Y-%m-%d %H:%M:%S' | |
| ++ /scripts/functions/utility : __rvm_log_command() 161 > printf %b '[2012-08-27 13:56:05] make install\n' | |
| ++ /scripts/functions/utility : __rvm_log_command() 163 > is_a_function make | |
| ++ /scripts/functions/utility : is_a_function() 47 > typeset -f make | |
| ++ /scripts/functions/utility : is_a_function() 47 > return 1 | |
| ++ /scripts/functions/utility : __rvm_log_command() 168 > make install | |
| ++ /scripts/functions/utility : __rvm_log_command() 169 > result=0 | |
| ++ /scripts/functions/utility : __rvm_log_command() 171 > (( result > 0 )) | |
| ++ /scripts/functions/utility : __rvm_log_command() 175 > return 0 | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 237 > result=0 | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 238 > (( result > 0 )) | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 244 > case "${rvm_ruby_string:-""}" in | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 256 > : rvm_configure_flags:: | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 257 > case "${rvm_configure_flags}" in | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 267 > export GEM_HOME=/Users/domon/.rvm/gems/ruby-1.8.7-p370 | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 267 > GEM_HOME=/Users/domon/.rvm/gems/ruby-1.8.7-p370 | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 268 > export GEM_PATH=/Users/domon/.rvm/gems/ruby-1.8.7-p370:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 268 > GEM_PATH=/Users/domon/.rvm/gems/ruby-1.8.7-p370:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 271 > rvm_create_flag=1 | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 271 > __rvm_use | |
| ++ /scripts/selector : __rvm_use() 441 > typeset new_path binary full_binary_path rvm_ruby_gem_home | |
| ++ /scripts/selector : __rvm_use() 443 > __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=ruby-1.8.7-p370 | |
| ++ /scripts/selector : __rvm_select() 11 > export GEM_HOME GEM_PATH MY_RUBY_HOME RUBY_VERSION IRBRC | |
| ++ /scripts/selector : __rvm_select() 12 > export rvm_env_string rvm_action rvm_alias_expanded rvm_archive_extension rvm_bin_flag rvm_bin_path rvm_configure_flags 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_args rvm_install_on_use_flag rvm_llvm_flag rvm_loaded_flag rvm_make_flags rvm_niceness rvm_nightly_flag rvm_only_path_flag rvm_parse_break rvm_patch_names rvm_patch_original_pwd rvm_pretty_print_flag rvm_proxy rvm_quiet_flag rvm_ree_options rvm_reload_flag rvm_remove_flag rvm_ruby_alias rvm_ruby_aliases 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() 14 > [[ -z ruby-1.8.7-p370 ]] | |
| ++ /scripts/selector : __rvm_select() 38 > __rvm_ruby_string | |
| ++ /scripts/selector : __rvm_ruby_string() 592 > typeset ruby_string gemset_name expanded_alias_name repo_url branch_name ruby_name | |
| ++ /scripts/selector : __rvm_ruby_string() 594 > __rvm_default_flags | |
| ++ /scripts/functions/env : __rvm_default_flags() 9 > true 0 0 | |
| ++ /scripts/selector : __rvm_ruby_string() 596 > rvm_expanding_aliases= | |
| ++ /scripts/selector : __rvm_ruby_string() 599 > true 1.8.7 '' ruby 1.8.7 '' p370 '' @ ruby-1.8.7-p370 0 0 | |
| ++ /scripts/selector : __rvm_ruby_string() 604 > echo ruby-1.8.7-p370 | |
| ++ /scripts/selector : __rvm_ruby_string() 604 > GREP_OPTIONS= | |
| ++ /scripts/selector : __rvm_ruby_string() 604 > grep @ | |
| ++ /scripts/selector : __rvm_ruby_string() 611 > (( rvm_expanding_aliases == 0 )) | |
| ++ /scripts/selector : __rvm_ruby_string() 612 > [[ -n ruby-1.8.7-p370 ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 612 > [[ ruby-1.8.7-p370 != \s\y\s\t\e\m ]] | |
| +++ /scripts/selector : __rvm_ruby_string() 614 > /Users/domon/.rvm/scripts/alias show ruby-1.8.7-p370 | |
| ++ /scripts/selector : __rvm_ruby_string() 614 > expanded_alias_name= | |
| ++ /scripts/selector : __rvm_ruby_string() 615 > [[ -n '' ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 618 > [[ ruby-1.8.7-p370 == default ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 625 > echo ruby-1.8.7-p370 | |
| ++ /scripts/selector : __rvm_ruby_string() 625 > GREP_OPTIONS= | |
| ++ /scripts/selector : __rvm_ruby_string() 625 > grep @ | |
| ++ /scripts/selector : __rvm_ruby_string() 631 > ruby_string=ruby-1.8.7-p370 | |
| ++ /scripts/selector : __rvm_ruby_string() 632 > gemset_name= | |
| ++ /scripts/selector : __rvm_ruby_string() 633 > repo_url=git://github.com/ruby/ruby.git | |
| ++ /scripts/selector : __rvm_ruby_string() 634 > branch_name= | |
| ++ /scripts/selector : __rvm_ruby_string() 635 > ruby_name= | |
| ++ /scripts/selector : __rvm_ruby_string() 637 > __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 > : rvm_stored_umask:0022 | |
| ++ /scripts/functions/init : __rvm_load_rvmrc() 14 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc") | |
| ++ /scripts/functions/init : __rvm_load_rvmrc() 15 > [[ -n /Users/domon ]] | |
| ++ /scripts/functions/init : __rvm_load_rvmrc() 15 > [[ /Users/domon/.rvmrc -ef /Users/domon/.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/domon/.rvmrc ]] | |
| ++ /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"' | |
| ++ /scripts/functions/init : __rvm_load_rvmrc() 20 > [[ -s /Users/domon/.rvmrc ]] | |
| ++ /scripts/functions/init : __rvm_load_rvmrc() 35 > return 0 | |
| ++ /scripts/selector : __rvm_ruby_string() 639 > rvm_ruby_repo_url=git://github.com/ruby/ruby.git | |
| ++ /scripts/selector : __rvm_ruby_string() 640 > rvm_ruby_repo_branch= | |
| ++ /scripts/selector : __rvm_ruby_string() 641 > rvm_ruby_name= | |
| ++ /scripts/selector : __rvm_ruby_string() 643 > [[ -n '' ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 649 > strings=($(echo ${ruby_string//-/ })) | |
| +++ /scripts/selector : __rvm_ruby_string() 649 > echo ruby 1.8.7 p370 | |
| ++ /scripts/selector : __rvm_ruby_string() 651 > (( 3 == 0 )) | |
| ++ /scripts/selector : __rvm_ruby_string() 666 > for string in '${strings[@]}' | |
| ++ /scripts/selector : __rvm_ruby_string() 668 > case "$string" in | |
| ++ /scripts/selector : __rvm_ruby_string() 825 > rvm_ruby_interpreter=ruby | |
| ++ /scripts/selector : __rvm_ruby_string() 666 > for string in '${strings[@]}' | |
| ++ /scripts/selector : __rvm_ruby_string() 668 > case "$string" in | |
| ++ /scripts/selector : __rvm_ruby_string() 718 > [[ ruby == \r\b\x ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 731 > case "$string" in | |
| ++ /scripts/selector : __rvm_ruby_string() 733 > rvm_ruby_version=1.8.7 | |
| ++ /scripts/selector : __rvm_ruby_string() 734 > rvm_ruby_revision= | |
| ++ /scripts/selector : __rvm_ruby_string() 735 > rvm_ruby_tag= | |
| ++ /scripts/selector : __rvm_ruby_string() 666 > for string in '${strings[@]}' | |
| ++ /scripts/selector : __rvm_ruby_string() 668 > case "$string" in | |
| ++ /scripts/selector : __rvm_ruby_string() 759 > rvm_ruby_patch_level=p370 | |
| ++ /scripts/selector : __rvm_ruby_string() 839 > [[ -z ruby ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 855 > rvm_ruby_version=1.8.7 | |
| ++ /scripts/selector : __rvm_ruby_string() 856 > [[ -z 1.8.7 ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 863 > [[ -z 1.8.7 ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 867 > rvm_ruby_string=ruby-1.8.7 | |
| ++ /scripts/selector : __rvm_ruby_string() 870 > [[ ruby == \e\x\t ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 874 > (( 0 == 1 )) | |
| ++ /scripts/selector : __rvm_ruby_string() 878 > [[ -n '' ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 882 > [[ -n '' ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 886 > [[ -n '' ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 890 > [[ -n p370 ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 892 > rvm_ruby_string=ruby-1.8.7-p370 | |
| ++ /scripts/selector : __rvm_ruby_string() 937 > [[ -n '' ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 946 > detected_rvm_ruby_name= | |
| ++ /scripts/selector : __rvm_select() 40 > rvm_archive_extension=tar.gz | |
| ++ /scripts/selector : __rvm_select() 42 > [[ -z ruby ]] | |
| ++ /scripts/selector : __rvm_select() 47 > case "${rvm_ruby_interpreter:-missing}" in | |
| ++ /scripts/selector : __rvm_select() 265 > [[ -n p370 ]] | |
| ++ /scripts/selector : __rvm_select() 267 > rvm_ruby_package_file=ruby-1.8.7-p370 | |
| ++ /scripts/selector : __rvm_select() 268 > rvm_ruby_package_name=ruby-1.8.7-p370 | |
| ++ /scripts/selector : __rvm_select() 274 > [[ -z 1.8.7 ]] | |
| ++ /scripts/selector : __rvm_select() 278 > rvm_ruby_repo_url=git://github.com/ruby/ruby.git | |
| ++ /scripts/selector : __rvm_select() 279 > (( 0 == 0 )) | |
| ++ /scripts/selector : __rvm_select() 281 > case "${rvm_ruby_version}" in | |
| ++ /scripts/selector : __rvm_select() 286 > rvm_archive_extension=tar.bz2 | |
| ++ /scripts/selector : __rvm_select() 329 > [[ -n 1.8.7 ]] | |
| ++ /scripts/selector : __rvm_select() 331 > case "$rvm_ruby_version" in | |
| ++ /scripts/selector : __rvm_select() 333 > rvm_ruby_release_version=1 | |
| ++ /scripts/selector : __rvm_select() 334 > rvm_ruby_major_version=1.8 | |
| ++ /scripts/selector : __rvm_select() 334 > rvm_ruby_major_version=8 | |
| ++ /scripts/selector : __rvm_select() 335 > rvm_ruby_minor_version=7 | |
| ++ /scripts/selector : __rvm_select() 345 > [[ ruby == ext ]] | |
| ++ /scripts/selector : __rvm_select() 351 > rvm_ruby_package_name=ruby-1.8.7-p370 | |
| ++ /scripts/selector : __rvm_select() 352 > rvm_ruby_home=/Users/domon/.rvm/rubies/ruby-1.8.7-p370 | |
| ++ /scripts/selector : __rvm_select() 353 > rvm_ruby_irbrc=/Users/domon/.rvm/rubies/ruby-1.8.7-p370/.irbrc | |
| ++ /scripts/selector : __rvm_select() 354 > rvm_ruby_binary=/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/ruby | |
| ++ /scripts/selector : __rvm_select() 358 > [[ maglev == \r\u\b\y ]] | |
| ++ /scripts/selector : __rvm_select() 364 > [[ system != \r\u\b\y ]] | |
| ++ /scripts/selector : __rvm_select() 366 > __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/domon/.rvm/gems/ruby-1.8.7-p370 | |
| ++ /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/domon/.rvm/gems/ruby-1.8.7-p370@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/domon/.rvm/gems/ruby-1.8.7-p370:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global | |
| ++ /scripts/selector_gemsets : __rvm_gemset_select_only() 77 > [[ -n '' ]] | |
| ++ /scripts/selector_gemsets : __rvm_gemset_select_only() 81 > rvm_env_string=ruby-1.8.7-p370 | |
| ++ /scripts/selector_gemsets : __rvm_gemset_select() 126 > __rvm_gemset_select_validation | |
| ++ /scripts/selector_gemsets : __rvm_gemset_select_validation() 88 > [[ ! -d /Users/domon/.rvm/gems/ruby-1.8.7-p370 ]] | |
| ++ /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/domon/.rvm/gems/ruby-1.8.7-p370 | |
| ++ /scripts/selector_gemsets : __rvm_gemset_select_ensure() 107 > __rvm_using_gemset_globalcache | |
| ++ /scripts/functions/gemset : __rvm_using_gemset_globalcache() 21 > /Users/domon/.rvm/scripts/db /Users/domon/.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() 367 > case $? in | |
| ++ /scripts/selector : __rvm_select() 374 > rvm_ruby_selected_flag=1 | |
| ++ /scripts/selector : __rvm_select() 376 > [[ -d /Users/domon/.rvm/log/ruby-1.8.7-p370 ]] | |
| ++ /scripts/selector : __rvm_select() 378 > mkdir -p /Users/domon/.rvm/log/ruby-1.8.7-p370 | |
| ++ /scripts/selector : __rvm_select() 381 > rvm_ruby_interpreter=ruby | |
| ++ /scripts/selector : __rvm_use() 445 > [[ system == ruby ]] | |
| ++ /scripts/selector : __rvm_use() 449 > [[ ! -d /Users/domon/.rvm/rubies/ruby-1.8.7-p370 ]] | |
| ++ /scripts/selector : __rvm_use() 463 > [[ ! -d /Users/domon/.rvm/gems/ruby-1.8.7-p370 ]] | |
| ++ /scripts/selector : __rvm_use() 463 > [[ -n '' ]] | |
| ++ /scripts/selector : __rvm_use() 475 > export GEM_HOME GEM_PATH MY_RUBY_HOME RUBY_VERSION IRBRC | |
| ++ /scripts/selector : __rvm_use() 476 > GEM_HOME=/Users/domon/.rvm/gems/ruby-1.8.7-p370 | |
| ++ /scripts/selector : __rvm_use() 477 > GEM_PATH=/Users/domon/.rvm/gems/ruby-1.8.7-p370:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global | |
| ++ /scripts/selector : __rvm_use() 478 > MY_RUBY_HOME=/Users/domon/.rvm/rubies/ruby-1.8.7-p370 | |
| ++ /scripts/selector : __rvm_use() 479 > RUBY_VERSION=ruby-1.8.7-p370 | |
| ++ /scripts/selector : __rvm_use() 480 > IRBRC=/Users/domon/.rvm/rubies/ruby-1.8.7-p370/.irbrc | |
| ++ /scripts/selector : __rvm_use() 481 > unset BUNDLE_PATH | |
| ++ /scripts/selector : __rvm_use() 484 > [[ maglev == \r\u\b\y ]] | |
| ++ /scripts/selector : __rvm_use() 489 > [[ -n /Users/domon/.rvm/rubies/ruby-1.8.7-p370/.irbrc ]] | |
| ++ /scripts/selector : __rvm_use() 492 > __rvm_ensure_has_environment_files | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 83 > typeset environment_id file_name directory identifier variable value variables | |
| +++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 85 > __rvm_env_string | |
| +++ /scripts/functions/environment : __rvm_env_string() 5 > typeset _path _string | |
| +++ /scripts/functions/environment : __rvm_env_string() 7 > _path=/Users/domon/.rvm/gems/ruby-1.8.7-p370 | |
| +++ /scripts/functions/environment : __rvm_env_string() 9 > _string=ruby-1.8.7-p370 | |
| +++ /scripts/functions/environment : __rvm_env_string() 10 > _string=ruby-1.8.7-p370 | |
| +++ /scripts/functions/environment : __rvm_env_string() 12 > printf %b ruby-1.8.7-p370 | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 85 > environment_id=ruby-1.8.7-p370 | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 87 > file_name=/Users/domon/.rvm/environments/ruby-1.8.7-p370 | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 89 > [[ ! -d /Users/domon/.rvm/environments ]] | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 94 > [[ ! -s /Users/domon/.rvm/environments/ruby-1.8.7-p370 ]] | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 96 > rm -f /Users/domon/.rvm/environments/ruby-1.8.7-p370 | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 97 > printf %b 'export PATH ; PATH="/Users/domon/.rvm/gems/ruby-1.8.7-p370/bin:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global/bin:/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin:/Users/domon/.rvm/bin:$PATH"\n' | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 101 > for variable in rvm_env_string rvm_path rvm_ruby_string rvm_gemset_name RUBY_VERSION GEM_HOME GEM_PATH MY_RUBY_HOME IRBRC MAGLEV_HOME RBXOPT | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 104 > eval 'export rvm_env_string' | |
| +++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 104 > export rvm_env_string | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 105 > eval 'value=${rvm_env_string:-}' | |
| +++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 105 > value=ruby-1.8.7-p370 | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 106 > [[ -n ruby-1.8.7-p370 ]] | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 108 > printf 'export %b ; %b='\''%b'\''\n' rvm_env_string rvm_env_string ruby-1.8.7-p370 | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 101 > for variable in rvm_env_string rvm_path rvm_ruby_string rvm_gemset_name RUBY_VERSION GEM_HOME GEM_PATH MY_RUBY_HOME IRBRC MAGLEV_HOME RBXOPT | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 104 > eval 'export rvm_path' | |
| +++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 104 > export rvm_path | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 105 > eval 'value=${rvm_path:-}' | |
| +++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 105 > value=/Users/domon/.rvm | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 106 > [[ -n /Users/domon/.rvm ]] | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 108 > printf 'export %b ; %b='\''%b'\''\n' rvm_path rvm_path /Users/domon/.rvm | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 101 > for variable in rvm_env_string rvm_path rvm_ruby_string rvm_gemset_name RUBY_VERSION GEM_HOME GEM_PATH MY_RUBY_HOME IRBRC MAGLEV_HOME RBXOPT | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 104 > eval 'export rvm_ruby_string' | |
| +++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 104 > export rvm_ruby_string | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 105 > eval 'value=${rvm_ruby_string:-}' | |
| +++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 105 > value=ruby-1.8.7-p370 | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 106 > [[ -n ruby-1.8.7-p370 ]] | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 108 > printf 'export %b ; %b='\''%b'\''\n' rvm_ruby_string rvm_ruby_string ruby-1.8.7-p370 | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 101 > for variable in rvm_env_string rvm_path rvm_ruby_string rvm_gemset_name RUBY_VERSION GEM_HOME GEM_PATH MY_RUBY_HOME IRBRC MAGLEV_HOME RBXOPT | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 104 > eval 'export rvm_gemset_name' | |
| +++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 104 > export rvm_gemset_name | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 105 > eval 'value=${rvm_gemset_name:-}' | |
| +++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 105 > value= | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 106 > [[ -n '' ]] | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 110 > printf 'unset %b\n' rvm_gemset_name | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 101 > for variable in rvm_env_string rvm_path rvm_ruby_string rvm_gemset_name RUBY_VERSION GEM_HOME GEM_PATH MY_RUBY_HOME IRBRC MAGLEV_HOME RBXOPT | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 104 > eval 'export RUBY_VERSION' | |
| +++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 104 > export RUBY_VERSION | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 105 > eval 'value=${RUBY_VERSION:-}' | |
| +++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 105 > value=ruby-1.8.7-p370 | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 106 > [[ -n ruby-1.8.7-p370 ]] | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 108 > printf 'export %b ; %b='\''%b'\''\n' RUBY_VERSION RUBY_VERSION ruby-1.8.7-p370 | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 101 > for variable in rvm_env_string rvm_path rvm_ruby_string rvm_gemset_name RUBY_VERSION GEM_HOME GEM_PATH MY_RUBY_HOME IRBRC MAGLEV_HOME RBXOPT | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 104 > eval 'export GEM_HOME' | |
| +++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 104 > export GEM_HOME | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 105 > eval 'value=${GEM_HOME:-}' | |
| +++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 105 > value=/Users/domon/.rvm/gems/ruby-1.8.7-p370 | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 106 > [[ -n /Users/domon/.rvm/gems/ruby-1.8.7-p370 ]] | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 108 > printf 'export %b ; %b='\''%b'\''\n' GEM_HOME GEM_HOME /Users/domon/.rvm/gems/ruby-1.8.7-p370 | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 101 > for variable in rvm_env_string rvm_path rvm_ruby_string rvm_gemset_name RUBY_VERSION GEM_HOME GEM_PATH MY_RUBY_HOME IRBRC MAGLEV_HOME RBXOPT | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 104 > eval 'export GEM_PATH' | |
| +++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 104 > export GEM_PATH | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 105 > eval 'value=${GEM_PATH:-}' | |
| +++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 105 > value=/Users/domon/.rvm/gems/ruby-1.8.7-p370:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 106 > [[ -n /Users/domon/.rvm/gems/ruby-1.8.7-p370:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global ]] | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 108 > printf 'export %b ; %b='\''%b'\''\n' GEM_PATH GEM_PATH /Users/domon/.rvm/gems/ruby-1.8.7-p370:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 101 > for variable in rvm_env_string rvm_path rvm_ruby_string rvm_gemset_name RUBY_VERSION GEM_HOME GEM_PATH MY_RUBY_HOME IRBRC MAGLEV_HOME RBXOPT | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 104 > eval 'export MY_RUBY_HOME' | |
| +++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 104 > export MY_RUBY_HOME | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 105 > eval 'value=${MY_RUBY_HOME:-}' | |
| +++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 105 > value=/Users/domon/.rvm/rubies/ruby-1.8.7-p370 | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 106 > [[ -n /Users/domon/.rvm/rubies/ruby-1.8.7-p370 ]] | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 108 > printf 'export %b ; %b='\''%b'\''\n' MY_RUBY_HOME MY_RUBY_HOME /Users/domon/.rvm/rubies/ruby-1.8.7-p370 | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 101 > for variable in rvm_env_string rvm_path rvm_ruby_string rvm_gemset_name RUBY_VERSION GEM_HOME GEM_PATH MY_RUBY_HOME IRBRC MAGLEV_HOME RBXOPT | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 104 > eval 'export IRBRC' | |
| +++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 104 > export IRBRC | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 105 > eval 'value=${IRBRC:-}' | |
| +++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 105 > value=/Users/domon/.rvm/rubies/ruby-1.8.7-p370/.irbrc | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 106 > [[ -n /Users/domon/.rvm/rubies/ruby-1.8.7-p370/.irbrc ]] | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 108 > printf 'export %b ; %b='\''%b'\''\n' IRBRC IRBRC /Users/domon/.rvm/rubies/ruby-1.8.7-p370/.irbrc | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 101 > for variable in rvm_env_string rvm_path rvm_ruby_string rvm_gemset_name RUBY_VERSION GEM_HOME GEM_PATH MY_RUBY_HOME IRBRC MAGLEV_HOME RBXOPT | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 104 > eval 'export MAGLEV_HOME' | |
| +++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 104 > export MAGLEV_HOME | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 105 > eval 'value=${MAGLEV_HOME:-}' | |
| +++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 105 > value= | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 106 > [[ -n '' ]] | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 110 > printf 'unset %b\n' MAGLEV_HOME | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 101 > for variable in rvm_env_string rvm_path rvm_ruby_string rvm_gemset_name RUBY_VERSION GEM_HOME GEM_PATH MY_RUBY_HOME IRBRC MAGLEV_HOME RBXOPT | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 104 > eval 'export RBXOPT' | |
| +++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 104 > export RBXOPT | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 105 > eval 'value=${RBXOPT:-}' | |
| +++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 105 > value= | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 106 > [[ -n '' ]] | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 110 > printf 'unset %b\n' RBXOPT | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 116 > (( 0 == 1 )) | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 117 > [[ ! -f /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/ruby ]] | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 120 > for identifier in '"$environment_id"' '"${environment_id//@*/}@global"' | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 122 > rvm_create_default_wrappers=1 | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 124 > directory=/Users/domon/.rvm/wrappers/ruby-1.8.7-p370 | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 126 > [[ ! -L /Users/domon/.rvm/wrappers/ruby-1.8.7-p370 ]] | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 126 > [[ ! -d /Users/domon/.rvm/wrappers/ruby-1.8.7-p370 ]] | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 127 > mkdir -p /Users/domon/.rvm/wrappers/ruby-1.8.7-p370 | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 129 > /Users/domon/.rvm/scripts/wrapper ruby-1.8.7-p370 | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 120 > for identifier in '"$environment_id"' '"${environment_id//@*/}@global"' | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 122 > rvm_create_default_wrappers=1 | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 124 > directory=/Users/domon/.rvm/wrappers/ruby-1.8.7-p370@global | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 126 > [[ ! -L /Users/domon/.rvm/wrappers/ruby-1.8.7-p370@global ]] | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 126 > [[ ! -d /Users/domon/.rvm/wrappers/ruby-1.8.7-p370@global ]] | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 132 > rvm_create_default_wrappers=0 | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 135 > return 0 | |
| ++ /scripts/selector : __rvm_use() 494 > (( 0 == 1 )) | |
| ++ /scripts/selector : __rvm_use() 499 > [[ /Users/domon/.rvm/gems/ruby-1.8.7-p370 != \/\U\s\e\r\s\/\d\o\m\o\n\/\.\r\v\m\/\g\e\m\s\/\r\u\b\y\-\1\.\8\.\7\-\p\3\7\0\@\g\l\o\b\a\l ]] | |
| +++ /scripts/selector : __rvm_use() 501 > __rvm_remove_rvm_from_path | |
| ++++ /scripts/functions/env : __rvm_remove_rvm_from_path() 140 > printf %b /Users/domon/.rvm/usr/bin:/Users/domon/.rvm/gems/ruby-1.9.3-p125/bin:/Users/domon/.rvm/gems/ruby-1.9.3-p125@global/bin:/Users/domon/.rvm/rubies/ruby-1.9.3-p125/bin:/Users/domon/.rvm/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/Users/domon/bin | |
| ++++ /scripts/functions/env : __rvm_remove_rvm_from_path() 140 > awk -v RS=: -v ORS=: '/\/Users\/domon\/.rvm/ {next} {print}' | |
| +++ /scripts/functions/env : __rvm_remove_rvm_from_path() 140 > PATH=/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/Users/domon/bin: | |
| +++ /scripts/functions/env : __rvm_remove_rvm_from_path() 141 > PATH=/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/Users/domon/bin | |
| +++ /scripts/functions/env : __rvm_remove_rvm_from_path() 143 > export PATH | |
| +++ /scripts/functions/env : __rvm_remove_rvm_from_path() 145 > builtin hash -r | |
| +++ /scripts/selector : __rvm_use() 501 > printf %b /usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/Users/domon/bin | |
| ++ /scripts/selector : __rvm_use() 501 > new_path=/Users/domon/.rvm/gems/ruby-1.8.7-p370/bin:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global/bin:/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin:/Users/domon/.rvm/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/Users/domon/bin | |
| ++ /scripts/selector : __rvm_use() 507 > [[ -z ruby-1.8.7-p370 ]] | |
| ++ /scripts/selector : __rvm_use() 507 > export rvm_ruby_string | |
| ++ /scripts/selector : __rvm_use() 508 > [[ -z '' ]] | |
| ++ /scripts/selector : __rvm_use() 510 > [[ -n /Users/domon/.rvm/gems/ruby-1.8.7-p370/bin:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global/bin:/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin:/Users/domon/.rvm/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/Users/domon/bin ]] | |
| ++ /scripts/selector : __rvm_use() 512 > export PATH=/Users/domon/.rvm/gems/ruby-1.8.7-p370/bin:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global/bin:/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin:/Users/domon/.rvm/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/Users/domon/bin | |
| ++ /scripts/selector : __rvm_use() 512 > PATH=/Users/domon/.rvm/gems/ruby-1.8.7-p370/bin:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global/bin:/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin:/Users/domon/.rvm/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/Users/domon/bin | |
| ++ /scripts/selector : __rvm_use() 513 > unset new_path | |
| ++ /scripts/selector : __rvm_use() 514 > builtin hash -r | |
| ++ /scripts/selector : __rvm_use() 517 > [[ ruby-1.8.7-p370 != \s\y\s\t\e\m ]] | |
| ++ /scripts/selector : __rvm_use() 519 > case "${rvm_rvmrc_flag:-0}" in | |
| ++ /scripts/selector : __rvm_use() 525 > typeset environment_id | |
| +++ /scripts/selector : __rvm_use() 526 > __rvm_env_string | |
| +++ /scripts/functions/environment : __rvm_env_string() 5 > typeset _path _string | |
| +++ /scripts/functions/environment : __rvm_env_string() 7 > _path=/Users/domon/.rvm/gems/ruby-1.8.7-p370 | |
| +++ /scripts/functions/environment : __rvm_env_string() 9 > _string=ruby-1.8.7-p370 | |
| +++ /scripts/functions/environment : __rvm_env_string() 10 > _string=ruby-1.8.7-p370 | |
| +++ /scripts/functions/environment : __rvm_env_string() 12 > printf %b ruby-1.8.7-p370 | |
| ++ /scripts/selector : __rvm_use() 526 > environment_id=ruby-1.8.7-p370 | |
| ++ /scripts/selector : __rvm_use() 528 > (( 0 == 1 )) | |
| ++ /scripts/selector : __rvm_use() 537 > rvm_default_flag=0 | |
| ++ /scripts/selector : __rvm_use() 539 > [[ -n '' ]] | |
| ++ /scripts/selector : __rvm_use() 545 > [[ -n '' ]] | |
| ++ /scripts/selector : __rvm_use() 553 > [[ maglev == \r\u\b\y ]] | |
| ++ /scripts/selector : __rvm_use() 577 > rvm_hook=after_use | |
| ++ /scripts/selector : __rvm_use() 578 > source /Users/domon/.rvm/scripts/hook | |
| +++ /scripts/hook : source() 4 > typeset old_rvm_verbose_flag old_rvm_debug_flag | |
| +++ /scripts/hook : source() 5 > old_rvm_verbose_flag=0 | |
| +++ /scripts/hook : source() 6 > old_rvm_debug_flag=0 | |
| +++ /scripts/hook : source() 9 > typeset rvm_verbose_flag rvm_debug_flag hooks | |
| +++ /scripts/hook : source() 11 > true rvm_verbose_flag:0 rvm_debug_flag:0 rvm_hook:after_use | |
| +++ /scripts/hook : source() 14 > [[ -n after_use ]] | |
| +++ /scripts/hook : source() 16 > [[ /Users/domon/.rvm/src/ruby-1.8.7-p370/.rvm/hooks/after_use == \/\U\s\e\r\s\/\d\o\m\o\n\/\.\r\v\m\/\h\o\o\k\s\/\a\f\t\e\r\_\u\s\e ]] | |
| +++ /scripts/hook : source() 20 > hooks=("$PWD/.rvm/hooks/$rvm_hook" "$rvm_hooks_path/$rvm_hook") | |
| +++ /scripts/hook : source() 23 > for hook in '"${hooks[@]}"' | |
| +++ /scripts/hook : source() 25 > [[ -s /Users/domon/.rvm/src/ruby-1.8.7-p370/.rvm/hooks/after_use ]] | |
| +++ /scripts/hook : source() 34 > continue | |
| +++ /scripts/hook : source() 23 > for hook in '"${hooks[@]}"' | |
| +++ /scripts/hook : source() 25 > [[ -s /Users/domon/.rvm/hooks/after_use ]] | |
| +++ /scripts/hook : source() 27 > (( rvm_verbose_flag > 0 )) | |
| +++ /scripts/hook : source() 27 > (( rvm_debug_flag > 0 )) | |
| +++ /scripts/hook : source() 32 > source /Users/domon/.rvm/hooks/after_use | |
| ++++ /hooks/after_use : source() 5 > after_use_hooks=($( | |
| find -L "${rvm_path:-"$HOME/.rvm"}/hooks" -iname 'after_use_*' -type f | |
| )) | |
| +++++ /hooks/after_use : source() 6 > find -L /Users/domon/.rvm/hooks -iname 'after_use_*' -type f | |
| ++++ /hooks/after_use : source() 7 > for after_use_hook in '"${after_use_hooks[@]}"' | |
| ++++ /hooks/after_use : source() 9 > [[ -x /Users/domon/.rvm/hooks/after_use_jruby ]] | |
| ++++ /hooks/after_use : source() 7 > for after_use_hook in '"${after_use_hooks[@]}"' | |
| ++++ /hooks/after_use : source() 9 > [[ -x /Users/domon/.rvm/hooks/after_use_jruby_opts ]] | |
| +++ /scripts/hook : source() 40 > unset rvm_hook hooks | |
| ++ /scripts/selector : __rvm_use() 579 > return 0 | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 272 > /Users/domon/.rvm/scripts/rubygems latest | |
| ++ /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 > umask | |
| ++ /scripts/base : 35 > : rvm_stored_umask:0022 | |
| ++ /scripts/base : 36 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc") | |
| ++ /scripts/base : 37 > [[ -n /Users/domon ]] | |
| ++ /scripts/base : 37 > [[ /Users/domon/.rvmrc -ef /Users/domon/.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/domon/.rvmrc ]] | |
| ++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"' | |
| ++ /scripts/base : 43 > [[ -f /Users/domon/.rvmrc ]] | |
| ++ /scripts/base : 58 > unset rvm_rvmrc_files | |
| ++ /scripts/base : 61 > export rvm_path | |
| ++ /scripts/base : 62 > [[ -z /Users/domon/.rvm ]] | |
| ++ /scripts/base : 74 > true /Users/domon/.rvm/scripts | |
| ++ /scripts/base : 77 > source /Users/domon/.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:4: | |
| +++ /scripts/initialize : 37 > : __rvm_env_loaded:5: | |
| +++ /scripts/initialize : 40 > [[ -z /Users/domon/.rvm/tmp ]] | |
| +++ /scripts/initialize : 40 > (( __rvm_env_loaded == 1 )) | |
| ++ /scripts/base : 81 > case " ${rvm_base_except:-} " in | |
| ++ /scripts/base : 86 > source /Users/domon/.rvm/scripts/selector | |
| ++ /scripts/base : 87 > source /Users/domon/.rvm/scripts/selector_gemsets | |
| ++ /scripts/base : 91 > typeset -a scripts | |
| ++ /scripts/base : 94 > scripts=(logging utility init cleanup env rvmrc install environment gemset db bundler checksum) | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/logging | |
| +++ /scripts/functions/logging : 40 > case "${TERM:-dumb}" in | |
| ++++ /scripts/functions/logging : 49 > /Users/domon/.rvm/scripts/color red | |
| +++ /scripts/functions/logging : 49 > rvm_error_clr='' | |
| ++++ /scripts/functions/logging : 50 > /Users/domon/.rvm/scripts/color yellow | |
| +++ /scripts/functions/logging : 50 > rvm_warn_clr='' | |
| ++++ /scripts/functions/logging : 51 > /Users/domon/.rvm/scripts/color magenta | |
| +++ /scripts/functions/logging : 51 > rvm_debug_clr='' | |
| ++++ /scripts/functions/logging : 52 > /Users/domon/.rvm/scripts/color green | |
| +++ /scripts/functions/logging : 52 > rvm_notify_clr='' | |
| ++++ /scripts/functions/logging : 53 > /Users/domon/.rvm/scripts/color reset | |
| +++ /scripts/functions/logging : 53 > rvm_reset_clr='' | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/utility | |
| +++ /scripts/functions/utility : 3 > [[ -z tar ]] | |
| +++ /scripts/functions/utility : 12 > [[ ! =~ --no-same-owner ]] | |
| +++ /scripts/functions/utility : 13 > tar --help | |
| +++ /scripts/functions/utility : 13 > GREP_OPTIONS= | |
| +++ /scripts/functions/utility : 13 > grep -- --no-same-owner | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/init | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/cleanup | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/env | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.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/domon/.rvm/scripts/functions/install | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/environment | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/gemset | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/db | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/bundler | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/checksum | |
| ++ /scripts/base : 98 > unset scripts entry rvm_base_except | |
| + /scripts/rubygems : 4 > source /Users/domon/.rvm/scripts/functions/db | |
| + /scripts/rubygems : 6 > result=0 | |
| + /scripts/rubygems : 8 > __rvm_become | |
| + /scripts/functions/environment : __rvm_become() 65 > typeset string rvm_rvmrc_flag | |
| + /scripts/functions/environment : __rvm_become() 66 > string= | |
| + /scripts/functions/environment : __rvm_become() 67 > rvm_rvmrc_flag=0 | |
| + /scripts/functions/environment : __rvm_become() 69 > [[ -n '' ]] | |
| + /scripts/functions/environment : __rvm_become() 74 > __rvm_use | |
| + /scripts/selector : __rvm_use() 441 > typeset new_path binary full_binary_path rvm_ruby_gem_home | |
| + /scripts/selector : __rvm_use() 443 > __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=ruby-1.8.7-p370 | |
| + /scripts/selector : __rvm_select() 11 > export GEM_HOME GEM_PATH MY_RUBY_HOME RUBY_VERSION IRBRC | |
| + /scripts/selector : __rvm_select() 12 > export rvm_env_string rvm_action rvm_alias_expanded rvm_archive_extension rvm_bin_flag rvm_bin_path rvm_configure_flags 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_args rvm_install_on_use_flag rvm_llvm_flag rvm_loaded_flag rvm_make_flags rvm_niceness rvm_nightly_flag rvm_only_path_flag rvm_parse_break rvm_patch_names rvm_patch_original_pwd rvm_pretty_print_flag rvm_proxy rvm_quiet_flag rvm_ree_options rvm_reload_flag rvm_remove_flag rvm_ruby_alias rvm_ruby_aliases 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() 14 > [[ -z ruby-1.8.7-p370 ]] | |
| + /scripts/selector : __rvm_select() 38 > __rvm_ruby_string | |
| + /scripts/selector : __rvm_ruby_string() 592 > typeset ruby_string gemset_name expanded_alias_name repo_url branch_name ruby_name | |
| + /scripts/selector : __rvm_ruby_string() 594 > __rvm_default_flags | |
| + /scripts/functions/env : __rvm_default_flags() 9 > true 0 0 | |
| + /scripts/selector : __rvm_ruby_string() 596 > rvm_expanding_aliases= | |
| + /scripts/selector : __rvm_ruby_string() 599 > true '' '' '' '' '' '' '' @ ruby-1.8.7-p370 0 0 | |
| + /scripts/selector : __rvm_ruby_string() 604 > echo ruby-1.8.7-p370 | |
| + /scripts/selector : __rvm_ruby_string() 604 > GREP_OPTIONS= | |
| + /scripts/selector : __rvm_ruby_string() 604 > grep @ | |
| + /scripts/selector : __rvm_ruby_string() 611 > (( rvm_expanding_aliases == 0 )) | |
| + /scripts/selector : __rvm_ruby_string() 612 > [[ -n ruby-1.8.7-p370 ]] | |
| + /scripts/selector : __rvm_ruby_string() 612 > [[ ruby-1.8.7-p370 != \s\y\s\t\e\m ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 614 > /Users/domon/.rvm/scripts/alias show ruby-1.8.7-p370 | |
| + /scripts/selector : __rvm_ruby_string() 614 > expanded_alias_name= | |
| + /scripts/selector : __rvm_ruby_string() 615 > [[ -n '' ]] | |
| + /scripts/selector : __rvm_ruby_string() 618 > [[ ruby-1.8.7-p370 == default ]] | |
| + /scripts/selector : __rvm_ruby_string() 625 > echo ruby-1.8.7-p370 | |
| + /scripts/selector : __rvm_ruby_string() 625 > GREP_OPTIONS= | |
| + /scripts/selector : __rvm_ruby_string() 625 > grep @ | |
| + /scripts/selector : __rvm_ruby_string() 631 > ruby_string=ruby-1.8.7-p370 | |
| + /scripts/selector : __rvm_ruby_string() 632 > gemset_name= | |
| + /scripts/selector : __rvm_ruby_string() 633 > repo_url= | |
| + /scripts/selector : __rvm_ruby_string() 634 > branch_name= | |
| + /scripts/selector : __rvm_ruby_string() 635 > ruby_name= | |
| + /scripts/selector : __rvm_ruby_string() 637 > __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 > : rvm_stored_umask:0022 | |
| + /scripts/functions/init : __rvm_load_rvmrc() 14 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc") | |
| + /scripts/functions/init : __rvm_load_rvmrc() 15 > [[ -n /Users/domon ]] | |
| + /scripts/functions/init : __rvm_load_rvmrc() 15 > [[ /Users/domon/.rvmrc -ef /Users/domon/.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/domon/.rvmrc ]] | |
| + /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"' | |
| + /scripts/functions/init : __rvm_load_rvmrc() 20 > [[ -s /Users/domon/.rvmrc ]] | |
| + /scripts/functions/init : __rvm_load_rvmrc() 35 > return 0 | |
| + /scripts/selector : __rvm_ruby_string() 639 > rvm_ruby_repo_url= | |
| + /scripts/selector : __rvm_ruby_string() 640 > rvm_ruby_repo_branch= | |
| + /scripts/selector : __rvm_ruby_string() 641 > rvm_ruby_name= | |
| + /scripts/selector : __rvm_ruby_string() 643 > [[ -n '' ]] | |
| + /scripts/selector : __rvm_ruby_string() 649 > strings=($(echo ${ruby_string//-/ })) | |
| ++ /scripts/selector : __rvm_ruby_string() 649 > echo ruby 1.8.7 p370 | |
| + /scripts/selector : __rvm_ruby_string() 651 > (( 3 == 0 )) | |
| + /scripts/selector : __rvm_ruby_string() 666 > for string in '${strings[@]}' | |
| + /scripts/selector : __rvm_ruby_string() 668 > case "$string" in | |
| + /scripts/selector : __rvm_ruby_string() 825 > rvm_ruby_interpreter=ruby | |
| + /scripts/selector : __rvm_ruby_string() 666 > for string in '${strings[@]}' | |
| + /scripts/selector : __rvm_ruby_string() 668 > case "$string" in | |
| + /scripts/selector : __rvm_ruby_string() 718 > [[ ruby == \r\b\x ]] | |
| + /scripts/selector : __rvm_ruby_string() 731 > case "$string" in | |
| + /scripts/selector : __rvm_ruby_string() 733 > rvm_ruby_version=1.8.7 | |
| + /scripts/selector : __rvm_ruby_string() 734 > rvm_ruby_revision= | |
| + /scripts/selector : __rvm_ruby_string() 735 > rvm_ruby_tag= | |
| + /scripts/selector : __rvm_ruby_string() 666 > for string in '${strings[@]}' | |
| + /scripts/selector : __rvm_ruby_string() 668 > case "$string" in | |
| + /scripts/selector : __rvm_ruby_string() 759 > rvm_ruby_patch_level=p370 | |
| + /scripts/selector : __rvm_ruby_string() 839 > [[ -z ruby ]] | |
| + /scripts/selector : __rvm_ruby_string() 855 > rvm_ruby_version=1.8.7 | |
| + /scripts/selector : __rvm_ruby_string() 856 > [[ -z 1.8.7 ]] | |
| + /scripts/selector : __rvm_ruby_string() 863 > [[ -z 1.8.7 ]] | |
| + /scripts/selector : __rvm_ruby_string() 867 > rvm_ruby_string=ruby-1.8.7 | |
| + /scripts/selector : __rvm_ruby_string() 870 > [[ ruby == \e\x\t ]] | |
| + /scripts/selector : __rvm_ruby_string() 874 > (( 0 == 1 )) | |
| + /scripts/selector : __rvm_ruby_string() 878 > [[ -n '' ]] | |
| + /scripts/selector : __rvm_ruby_string() 882 > [[ -n '' ]] | |
| + /scripts/selector : __rvm_ruby_string() 886 > [[ -n '' ]] | |
| + /scripts/selector : __rvm_ruby_string() 890 > [[ -n p370 ]] | |
| + /scripts/selector : __rvm_ruby_string() 892 > rvm_ruby_string=ruby-1.8.7-p370 | |
| + /scripts/selector : __rvm_ruby_string() 937 > [[ -n '' ]] | |
| + /scripts/selector : __rvm_ruby_string() 946 > detected_rvm_ruby_name= | |
| + /scripts/selector : __rvm_select() 40 > rvm_archive_extension=tar.gz | |
| + /scripts/selector : __rvm_select() 42 > [[ -z ruby ]] | |
| + /scripts/selector : __rvm_select() 47 > case "${rvm_ruby_interpreter:-missing}" in | |
| + /scripts/selector : __rvm_select() 265 > [[ -n p370 ]] | |
| + /scripts/selector : __rvm_select() 267 > rvm_ruby_package_file=ruby-1.8.7-p370 | |
| + /scripts/selector : __rvm_select() 268 > rvm_ruby_package_name=ruby-1.8.7-p370 | |
| + /scripts/selector : __rvm_select() 274 > [[ -z 1.8.7 ]] | |
| ++ /scripts/selector : __rvm_select() 278 > __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/domon/.rvm/user/db ]] | |
| +++ /scripts/functions/db : __rvm_db() 14 > /Users/domon/.rvm/scripts/db /Users/domon/.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/domon/.rvm/scripts/db /Users/domon/.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() 278 > rvm_ruby_repo_url=git://github.com/ruby/ruby.git | |
| + /scripts/selector : __rvm_select() 279 > (( 0 == 0 )) | |
| + /scripts/selector : __rvm_select() 281 > case "${rvm_ruby_version}" in | |
| + /scripts/selector : __rvm_select() 286 > rvm_archive_extension=tar.bz2 | |
| + /scripts/selector : __rvm_select() 329 > [[ -n 1.8.7 ]] | |
| + /scripts/selector : __rvm_select() 331 > case "$rvm_ruby_version" in | |
| + /scripts/selector : __rvm_select() 333 > rvm_ruby_release_version=1 | |
| + /scripts/selector : __rvm_select() 334 > rvm_ruby_major_version=1.8 | |
| + /scripts/selector : __rvm_select() 334 > rvm_ruby_major_version=8 | |
| + /scripts/selector : __rvm_select() 335 > rvm_ruby_minor_version=7 | |
| + /scripts/selector : __rvm_select() 345 > [[ ruby == ext ]] | |
| + /scripts/selector : __rvm_select() 351 > rvm_ruby_package_name=ruby-1.8.7-p370 | |
| + /scripts/selector : __rvm_select() 352 > rvm_ruby_home=/Users/domon/.rvm/rubies/ruby-1.8.7-p370 | |
| + /scripts/selector : __rvm_select() 353 > rvm_ruby_irbrc=/Users/domon/.rvm/rubies/ruby-1.8.7-p370/.irbrc | |
| + /scripts/selector : __rvm_select() 354 > rvm_ruby_binary=/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/ruby | |
| + /scripts/selector : __rvm_select() 358 > [[ maglev == \r\u\b\y ]] | |
| + /scripts/selector : __rvm_select() 364 > [[ system != \r\u\b\y ]] | |
| + /scripts/selector : __rvm_select() 366 > __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/domon/.rvm/gems/ruby-1.8.7-p370 | |
| + /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/domon/.rvm/gems/ruby-1.8.7-p370@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/domon/.rvm/gems/ruby-1.8.7-p370:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global | |
| + /scripts/selector_gemsets : __rvm_gemset_select_only() 77 > [[ -n '' ]] | |
| + /scripts/selector_gemsets : __rvm_gemset_select_only() 81 > rvm_env_string=ruby-1.8.7-p370 | |
| + /scripts/selector_gemsets : __rvm_gemset_select() 126 > __rvm_gemset_select_validation | |
| + /scripts/selector_gemsets : __rvm_gemset_select_validation() 88 > [[ ! -d /Users/domon/.rvm/gems/ruby-1.8.7-p370 ]] | |
| + /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/domon/.rvm/gems/ruby-1.8.7-p370 | |
| + /scripts/selector_gemsets : __rvm_gemset_select_ensure() 107 > __rvm_using_gemset_globalcache | |
| + /scripts/functions/gemset : __rvm_using_gemset_globalcache() 21 > /Users/domon/.rvm/scripts/db /Users/domon/.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() 367 > case $? in | |
| + /scripts/selector : __rvm_select() 374 > rvm_ruby_selected_flag=1 | |
| + /scripts/selector : __rvm_select() 376 > [[ -d /Users/domon/.rvm/log/ruby-1.8.7-p370 ]] | |
| + /scripts/selector : __rvm_select() 378 > mkdir -p /Users/domon/.rvm/log/ruby-1.8.7-p370 | |
| + /scripts/selector : __rvm_select() 381 > rvm_ruby_interpreter=ruby | |
| + /scripts/selector : __rvm_use() 445 > [[ system == ruby ]] | |
| + /scripts/selector : __rvm_use() 449 > [[ ! -d /Users/domon/.rvm/rubies/ruby-1.8.7-p370 ]] | |
| + /scripts/selector : __rvm_use() 463 > [[ ! -d /Users/domon/.rvm/gems/ruby-1.8.7-p370 ]] | |
| + /scripts/selector : __rvm_use() 463 > [[ -n '' ]] | |
| + /scripts/selector : __rvm_use() 475 > export GEM_HOME GEM_PATH MY_RUBY_HOME RUBY_VERSION IRBRC | |
| + /scripts/selector : __rvm_use() 476 > GEM_HOME=/Users/domon/.rvm/gems/ruby-1.8.7-p370 | |
| + /scripts/selector : __rvm_use() 477 > GEM_PATH=/Users/domon/.rvm/gems/ruby-1.8.7-p370:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global | |
| + /scripts/selector : __rvm_use() 478 > MY_RUBY_HOME=/Users/domon/.rvm/rubies/ruby-1.8.7-p370 | |
| + /scripts/selector : __rvm_use() 479 > RUBY_VERSION=ruby-1.8.7-p370 | |
| + /scripts/selector : __rvm_use() 480 > IRBRC=/Users/domon/.rvm/rubies/ruby-1.8.7-p370/.irbrc | |
| + /scripts/selector : __rvm_use() 481 > unset BUNDLE_PATH | |
| + /scripts/selector : __rvm_use() 484 > [[ maglev == \r\u\b\y ]] | |
| + /scripts/selector : __rvm_use() 489 > [[ -n /Users/domon/.rvm/rubies/ruby-1.8.7-p370/.irbrc ]] | |
| + /scripts/selector : __rvm_use() 492 > __rvm_ensure_has_environment_files | |
| + /scripts/functions/environment : __rvm_ensure_has_environment_files() 83 > typeset environment_id file_name directory identifier variable value variables | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 85 > __rvm_env_string | |
| ++ /scripts/functions/environment : __rvm_env_string() 5 > typeset _path _string | |
| ++ /scripts/functions/environment : __rvm_env_string() 7 > _path=/Users/domon/.rvm/gems/ruby-1.8.7-p370 | |
| ++ /scripts/functions/environment : __rvm_env_string() 9 > _string=ruby-1.8.7-p370 | |
| ++ /scripts/functions/environment : __rvm_env_string() 10 > _string=ruby-1.8.7-p370 | |
| ++ /scripts/functions/environment : __rvm_env_string() 12 > printf %b ruby-1.8.7-p370 | |
| + /scripts/functions/environment : __rvm_ensure_has_environment_files() 85 > environment_id=ruby-1.8.7-p370 | |
| + /scripts/functions/environment : __rvm_ensure_has_environment_files() 87 > file_name=/Users/domon/.rvm/environments/ruby-1.8.7-p370 | |
| + /scripts/functions/environment : __rvm_ensure_has_environment_files() 89 > [[ ! -d /Users/domon/.rvm/environments ]] | |
| + /scripts/functions/environment : __rvm_ensure_has_environment_files() 94 > [[ ! -s /Users/domon/.rvm/environments/ruby-1.8.7-p370 ]] | |
| + /scripts/functions/environment : __rvm_ensure_has_environment_files() 94 > GREP_OPTIONS= | |
| + /scripts/functions/environment : __rvm_ensure_has_environment_files() 94 > grep rvm_env_string= /Users/domon/.rvm/environments/ruby-1.8.7-p370 | |
| + /scripts/functions/environment : __rvm_ensure_has_environment_files() 116 > (( 0 == 1 )) | |
| + /scripts/functions/environment : __rvm_ensure_has_environment_files() 117 > [[ ! -f /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/ruby ]] | |
| + /scripts/functions/environment : __rvm_ensure_has_environment_files() 135 > return 0 | |
| + /scripts/selector : __rvm_use() 494 > (( 0 == 1 )) | |
| + /scripts/selector : __rvm_use() 499 > [[ /Users/domon/.rvm/gems/ruby-1.8.7-p370 != \/\U\s\e\r\s\/\d\o\m\o\n\/\.\r\v\m\/\g\e\m\s\/\r\u\b\y\-\1\.\8\.\7\-\p\3\7\0\@\g\l\o\b\a\l ]] | |
| ++ /scripts/selector : __rvm_use() 501 > __rvm_remove_rvm_from_path | |
| +++ /scripts/functions/env : __rvm_remove_rvm_from_path() 140 > printf %b /Users/domon/.rvm/gems/ruby-1.8.7-p370/bin:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global/bin:/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin:/Users/domon/.rvm/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/Users/domon/bin | |
| +++ /scripts/functions/env : __rvm_remove_rvm_from_path() 140 > awk -v RS=: -v ORS=: '/\/Users\/domon\/.rvm/ {next} {print}' | |
| ++ /scripts/functions/env : __rvm_remove_rvm_from_path() 140 > PATH=/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/Users/domon/bin: | |
| ++ /scripts/functions/env : __rvm_remove_rvm_from_path() 141 > PATH=/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/Users/domon/bin | |
| ++ /scripts/functions/env : __rvm_remove_rvm_from_path() 143 > export PATH | |
| ++ /scripts/functions/env : __rvm_remove_rvm_from_path() 145 > builtin hash -r | |
| ++ /scripts/selector : __rvm_use() 501 > printf %b /usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/Users/domon/bin | |
| + /scripts/selector : __rvm_use() 501 > new_path=/Users/domon/.rvm/gems/ruby-1.8.7-p370/bin:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global/bin:/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin:/Users/domon/.rvm/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/Users/domon/bin | |
| + /scripts/selector : __rvm_use() 507 > [[ -z ruby-1.8.7-p370 ]] | |
| + /scripts/selector : __rvm_use() 507 > export rvm_ruby_string | |
| + /scripts/selector : __rvm_use() 508 > [[ -z '' ]] | |
| + /scripts/selector : __rvm_use() 510 > [[ -n /Users/domon/.rvm/gems/ruby-1.8.7-p370/bin:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global/bin:/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin:/Users/domon/.rvm/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/Users/domon/bin ]] | |
| + /scripts/selector : __rvm_use() 512 > export PATH=/Users/domon/.rvm/gems/ruby-1.8.7-p370/bin:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global/bin:/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin:/Users/domon/.rvm/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/Users/domon/bin | |
| + /scripts/selector : __rvm_use() 512 > PATH=/Users/domon/.rvm/gems/ruby-1.8.7-p370/bin:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global/bin:/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin:/Users/domon/.rvm/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/Users/domon/bin | |
| + /scripts/selector : __rvm_use() 513 > unset new_path | |
| + /scripts/selector : __rvm_use() 514 > builtin hash -r | |
| + /scripts/selector : __rvm_use() 517 > [[ ruby-1.8.7-p370 != \s\y\s\t\e\m ]] | |
| + /scripts/selector : __rvm_use() 519 > case "${rvm_rvmrc_flag:-0}" in | |
| + /scripts/selector : __rvm_use() 525 > typeset environment_id | |
| ++ /scripts/selector : __rvm_use() 526 > __rvm_env_string | |
| ++ /scripts/functions/environment : __rvm_env_string() 5 > typeset _path _string | |
| ++ /scripts/functions/environment : __rvm_env_string() 7 > _path=/Users/domon/.rvm/gems/ruby-1.8.7-p370 | |
| ++ /scripts/functions/environment : __rvm_env_string() 9 > _string=ruby-1.8.7-p370 | |
| ++ /scripts/functions/environment : __rvm_env_string() 10 > _string=ruby-1.8.7-p370 | |
| ++ /scripts/functions/environment : __rvm_env_string() 12 > printf %b ruby-1.8.7-p370 | |
| + /scripts/selector : __rvm_use() 526 > environment_id=ruby-1.8.7-p370 | |
| + /scripts/selector : __rvm_use() 528 > (( 0 == 1 )) | |
| + /scripts/selector : __rvm_use() 537 > rvm_default_flag=0 | |
| + /scripts/selector : __rvm_use() 539 > [[ -n '' ]] | |
| + /scripts/selector : __rvm_use() 545 > [[ -n '' ]] | |
| + /scripts/selector : __rvm_use() 553 > [[ maglev == \r\u\b\y ]] | |
| + /scripts/selector : __rvm_use() 577 > rvm_hook=after_use | |
| + /scripts/selector : __rvm_use() 578 > source /Users/domon/.rvm/scripts/hook | |
| ++ /scripts/hook : source() 4 > typeset old_rvm_verbose_flag old_rvm_debug_flag | |
| ++ /scripts/hook : source() 5 > old_rvm_verbose_flag=0 | |
| ++ /scripts/hook : source() 6 > old_rvm_debug_flag=0 | |
| ++ /scripts/hook : source() 9 > typeset rvm_verbose_flag rvm_debug_flag hooks | |
| ++ /scripts/hook : source() 11 > true rvm_verbose_flag:0 rvm_debug_flag:0 rvm_hook:after_use | |
| ++ /scripts/hook : source() 14 > [[ -n after_use ]] | |
| ++ /scripts/hook : source() 16 > [[ /Users/domon/.rvm/src/ruby-1.8.7-p370/.rvm/hooks/after_use == \/\U\s\e\r\s\/\d\o\m\o\n\/\.\r\v\m\/\h\o\o\k\s\/\a\f\t\e\r\_\u\s\e ]] | |
| ++ /scripts/hook : source() 20 > hooks=("$PWD/.rvm/hooks/$rvm_hook" "$rvm_hooks_path/$rvm_hook") | |
| ++ /scripts/hook : source() 23 > for hook in '"${hooks[@]}"' | |
| ++ /scripts/hook : source() 25 > [[ -s /Users/domon/.rvm/src/ruby-1.8.7-p370/.rvm/hooks/after_use ]] | |
| ++ /scripts/hook : source() 34 > continue | |
| ++ /scripts/hook : source() 23 > for hook in '"${hooks[@]}"' | |
| ++ /scripts/hook : source() 25 > [[ -s /Users/domon/.rvm/hooks/after_use ]] | |
| ++ /scripts/hook : source() 27 > (( rvm_verbose_flag > 0 )) | |
| ++ /scripts/hook : source() 27 > (( rvm_debug_flag > 0 )) | |
| ++ /scripts/hook : source() 32 > source /Users/domon/.rvm/hooks/after_use | |
| +++ /hooks/after_use : source() 5 > after_use_hooks=($( | |
| find -L "${rvm_path:-"$HOME/.rvm"}/hooks" -iname 'after_use_*' -type f | |
| )) | |
| ++++ /hooks/after_use : source() 6 > find -L /Users/domon/.rvm/hooks -iname 'after_use_*' -type f | |
| +++ /hooks/after_use : source() 7 > for after_use_hook in '"${after_use_hooks[@]}"' | |
| +++ /hooks/after_use : source() 9 > [[ -x /Users/domon/.rvm/hooks/after_use_jruby ]] | |
| +++ /hooks/after_use : source() 7 > for after_use_hook in '"${after_use_hooks[@]}"' | |
| +++ /hooks/after_use : source() 9 > [[ -x /Users/domon/.rvm/hooks/after_use_jruby_opts ]] | |
| ++ /scripts/hook : source() 40 > unset rvm_hook hooks | |
| + /scripts/selector : __rvm_use() 579 > return 0 | |
| + /scripts/functions/environment : __rvm_become() 76 > rvm_ruby_string=ruby-1.8.7-p370 | |
| + /scripts/functions/environment : __rvm_become() 78 > return 0 | |
| + /scripts/rubygems : 206 > builtin command -v ruby | |
| + /scripts/rubygems : 215 > args=($*) | |
| + /scripts/rubygems : 216 > export version | |
| + /scripts/rubygems : 217 > version=latest | |
| ++ /scripts/rubygems : 218 > echo | |
| + /scripts/rubygems : 218 > args= | |
| + /scripts/rubygems : 220 > [[ -z latest ]] | |
| + /scripts/rubygems : 226 > can_switch_rubygems | |
| + /scripts/rubygems : can_switch_rubygems() 41 > case "$rvm_ruby_string" in | |
| + /scripts/rubygems : can_switch_rubygems() 46 > return 0 | |
| + /scripts/rubygems : 228 > case "$version" in | |
| + /scripts/rubygems : 231 > rubygems_setup | |
| + /scripts/rubygems : rubygems_setup() 118 > __rvm_warn_on_rubyopt | |
| + /scripts/functions/utility : __rvm_warn_on_rubyopt() 56 > [[ -n '' ]] | |
| + /scripts/functions/utility : __rvm_warn_on_rubyopt() 62 > return 0 | |
| + /scripts/rubygems : rubygems_setup() 120 > true 1 | |
| + /scripts/rubygems : rubygems_setup() 122 > unset RUBYOPT | |
| + /scripts/rubygems : rubygems_setup() 124 > (( rvm_ruby_selected_flag == 0 )) | |
| + /scripts/rubygems : rubygems_setup() 129 > rubygems_select_version_url | |
| + /scripts/rubygems : rubygems_select_version_url() 65 > case "$version" in | |
| + /scripts/rubygems : rubygems_select_version_url() 67 > case "$rvm_ruby_string" in | |
| + /scripts/rubygems : rubygems_select_version_url() 69 > typeset _rbv | |
| + /scripts/rubygems : rubygems_select_version_url() 70 > _rbv=7 | |
| + /scripts/rubygems : rubygems_select_version_url() 71 > (( _rbv <= 5 )) | |
| + /scripts/rubygems : rubygems_select_version_url() 74 > (( _rbv == 6 )) | |
| + /scripts/rubygems : rubygems_select_version_url() 83 > case "$version" in | |
| ++ /scripts/rubygems : rubygems_select_version_url() 85 > __rvm_db ruby_1.8.7_p370_rubygems_version | |
| ++ /scripts/functions/db : __rvm_db() 7 > typeset value key variable | |
| ++ /scripts/functions/db : __rvm_db() 9 > key=ruby_1.8.7_p370_rubygems_version | |
| ++ /scripts/functions/db : __rvm_db() 10 > key=ruby_1.8.7_p370_rubygems_version | |
| ++ /scripts/functions/db : __rvm_db() 11 > variable= | |
| ++ /scripts/functions/db : __rvm_db() 13 > [[ -f /Users/domon/.rvm/user/db ]] | |
| +++ /scripts/functions/db : __rvm_db() 14 > /Users/domon/.rvm/scripts/db /Users/domon/.rvm/user/db ruby_1.8.7_p370_rubygems_version | |
| ++ /scripts/functions/db : __rvm_db() 14 > value= | |
| ++ /scripts/functions/db : __rvm_db() 17 > [[ -z '' ]] | |
| +++ /scripts/functions/db : __rvm_db() 18 > /Users/domon/.rvm/scripts/db /Users/domon/.rvm/config/db ruby_1.8.7_p370_rubygems_version | |
| ++ /scripts/functions/db : __rvm_db() 18 > value= | |
| ++ /scripts/functions/db : __rvm_db() 21 > [[ -n '' ]] | |
| ++ /scripts/functions/db : __rvm_db() 29 > return 0 | |
| + /scripts/rubygems : rubygems_select_version_url() 85 > version= | |
| ++ /scripts/rubygems : rubygems_select_version_url() 86 > __rvm_db ruby_rubygems_version | |
| ++ /scripts/functions/db : __rvm_db() 7 > typeset value key variable | |
| ++ /scripts/functions/db : __rvm_db() 9 > key=ruby_rubygems_version | |
| ++ /scripts/functions/db : __rvm_db() 10 > key=ruby_rubygems_version | |
| ++ /scripts/functions/db : __rvm_db() 11 > variable= | |
| ++ /scripts/functions/db : __rvm_db() 13 > [[ -f /Users/domon/.rvm/user/db ]] | |
| +++ /scripts/functions/db : __rvm_db() 14 > /Users/domon/.rvm/scripts/db /Users/domon/.rvm/user/db ruby_rubygems_version | |
| ++ /scripts/functions/db : __rvm_db() 14 > value= | |
| ++ /scripts/functions/db : __rvm_db() 17 > [[ -z '' ]] | |
| +++ /scripts/functions/db : __rvm_db() 18 > /Users/domon/.rvm/scripts/db /Users/domon/.rvm/config/db ruby_rubygems_version | |
| ++ /scripts/functions/db : __rvm_db() 18 > value= | |
| ++ /scripts/functions/db : __rvm_db() 21 > [[ -n '' ]] | |
| ++ /scripts/functions/db : __rvm_db() 29 > return 0 | |
| + /scripts/rubygems : rubygems_select_version_url() 86 > version= | |
| ++ /scripts/rubygems : rubygems_select_version_url() 87 > __rvm_db rubygems_version | |
| ++ /scripts/functions/db : __rvm_db() 7 > typeset value key variable | |
| ++ /scripts/functions/db : __rvm_db() 9 > key=rubygems_version | |
| ++ /scripts/functions/db : __rvm_db() 10 > key=rubygems_version | |
| ++ /scripts/functions/db : __rvm_db() 11 > variable= | |
| ++ /scripts/functions/db : __rvm_db() 13 > [[ -f /Users/domon/.rvm/user/db ]] | |
| +++ /scripts/functions/db : __rvm_db() 14 > /Users/domon/.rvm/scripts/db /Users/domon/.rvm/user/db rubygems_version | |
| ++ /scripts/functions/db : __rvm_db() 14 > value= | |
| ++ /scripts/functions/db : __rvm_db() 17 > [[ -z '' ]] | |
| +++ /scripts/functions/db : __rvm_db() 18 > /Users/domon/.rvm/scripts/db /Users/domon/.rvm/config/db rubygems_version | |
| ++ /scripts/functions/db : __rvm_db() 18 > value=latest-1.8 | |
| ++ /scripts/functions/db : __rvm_db() 21 > [[ -n latest-1.8 ]] | |
| ++ /scripts/functions/db : __rvm_db() 22 > [[ -z '' ]] | |
| ++ /scripts/functions/db : __rvm_db() 23 > echo latest-1.8 | |
| ++ /scripts/functions/db : __rvm_db() 29 > return 0 | |
| + /scripts/rubygems : rubygems_select_version_url() 87 > version=latest-1.8 | |
| + /scripts/rubygems : rubygems_select_version_url() 91 > case "$version" in | |
| + /scripts/rubygems : rubygems_select_version_url() 93 > version=1.8 | |
| ++ /scripts/rubygems : rubygems_select_version_url() 94 > rubygems_version_list | |
| ++ /scripts/rubygems : rubygems_select_version_url() 94 > GREP_OPTIONS= | |
| ++ /scripts/rubygems : rubygems_select_version_url() 94 > grep '^1.8\.' | |
| ++ /scripts/rubygems : rubygems_select_version_url() 94 > tail -n 1 | |
| ++ /scripts/rubygems : rubygems_version_list() 53 > curl -s https://api.github.com/repos/rubygems/rubygems/tags | |
| ++ /scripts/rubygems : rubygems_version_list() 54 > sed -n '/"name": / {s/^.*".*": "v\(.*\)".*$/\1/; p;}' | |
| ++ /scripts/rubygems : rubygems_version_list() 55 > sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n -k 5,5n | |
| + /scripts/rubygems : rubygems_select_version_url() 94 > version=1.8.24 | |
| + /scripts/rubygems : rubygems_select_version_url() 95 > version=1.8.24 | |
| + /scripts/rubygems : rubygems_select_version_url() 99 > case "${version}" in | |
| + /scripts/rubygems : rubygems_select_version_url() 108 > rvm_rubygems_version=1.8.24 | |
| + /scripts/rubygems : rubygems_select_version_url() 109 > rvm_gem_package_name=rubygems-1.8.24 | |
| ++ /scripts/rubygems : rubygems_select_version_url() 110 > __rvm_db rubygems_url | |
| ++ /scripts/functions/db : __rvm_db() 7 > typeset value key variable | |
| ++ /scripts/functions/db : __rvm_db() 9 > key=rubygems_url | |
| ++ /scripts/functions/db : __rvm_db() 10 > key=rubygems_url | |
| ++ /scripts/functions/db : __rvm_db() 11 > variable= | |
| ++ /scripts/functions/db : __rvm_db() 13 > [[ -f /Users/domon/.rvm/user/db ]] | |
| +++ /scripts/functions/db : __rvm_db() 14 > /Users/domon/.rvm/scripts/db /Users/domon/.rvm/user/db rubygems_url | |
| ++ /scripts/functions/db : __rvm_db() 14 > value= | |
| ++ /scripts/functions/db : __rvm_db() 17 > [[ -z '' ]] | |
| +++ /scripts/functions/db : __rvm_db() 18 > /Users/domon/.rvm/scripts/db /Users/domon/.rvm/config/db rubygems_url | |
| ++ /scripts/functions/db : __rvm_db() 18 > value=http://production.cf.rubygems.org/rubygems | |
| ++ /scripts/functions/db : __rvm_db() 21 > [[ -n http://production.cf.rubygems.org/rubygems ]] | |
| ++ /scripts/functions/db : __rvm_db() 22 > [[ -z '' ]] | |
| ++ /scripts/functions/db : __rvm_db() 23 > echo http://production.cf.rubygems.org/rubygems | |
| ++ /scripts/functions/db : __rvm_db() 29 > return 0 | |
| + /scripts/rubygems : rubygems_select_version_url() 110 > rvm_rubygems_url=http://production.cf.rubygems.org/rubygems | |
| + /scripts/rubygems : rubygems_select_version_url() 111 > rvm_gem_url=http://production.cf.rubygems.org/rubygems/rubygems-1.8.24.tgz | |
| + /scripts/rubygems : rubygems_setup() 133 > [[ ! -f /Users/domon/.rvm/src/rubygems-1.8.24/setup.rb ]] | |
| + /scripts/rubygems : rubygems_setup() 138 > [[ ! -d /Users/domon/.rvm/src/rubygems-1.8.24 ]] | |
| + /scripts/rubygems : rubygems_setup() 161 > rubygems_remove | |
| + /scripts/rubygems : rubygems_remove() 12 > typeset rubygems_path ruby entry | |
| + /scripts/rubygems : rubygems_remove() 14 > rvm_log 'Removing old Rubygems files...' | |
| + /scripts/functions/logging : rvm_log() 92 > 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() 32 > return 0 | |
| + /scripts/functions/logging : rvm_log() 93 > printf %b 'Removing old Rubygems files...\n' | |
| Removing old Rubygems files... | |
| + /scripts/rubygems : rubygems_remove() 16 > [[ ruby == \r\b\x ]] | |
| + /scripts/rubygems : rubygems_remove() 19 > [[ ruby-1.8.7-p370 =~ ruby-1.9.3.* ]] | |
| + /scripts/rubygems : rubygems_remove() 23 > ruby='puts Config::CONFIG.values_at('\''sitelibdir'\'','\''vendorlibdir'\'').detect { |path| File.directory?(File.join(path.to_s, '\''rubygems'\'')) }.to_s' | |
| ++ /scripts/rubygems : rubygems_remove() 25 > ruby -rrbconfig -e 'puts Config::CONFIG.values_at('\''sitelibdir'\'','\''vendorlibdir'\'').detect { |path| File.directory?(File.join(path.to_s, '\''rubygems'\'')) }.to_s' | |
| + /scripts/rubygems : rubygems_remove() 25 > rubygems_path= | |
| + /scripts/rubygems : rubygems_remove() 32 > entries=("${rubygems_path}/ubygems.rb" "${rubygems_path}/gauntlet_rubygems.rb" "${rubygems_path}/rbconfig/") | |
| + /scripts/rubygems : rubygems_remove() 33 > for entry in '"${entries[@]}"' '"${rubygems_path}/rubygems"*' | |
| + /scripts/rubygems : rubygems_remove() 35 > __rvm_rm_rf /ubygems.rb | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 8 > typeset result target | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 9 > result=1 | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 10 > target=/ubygems.rb | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 13 > [[ -n '' ]] | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 17 > [[ -n 3.2.48(1)-release ]] | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 19 > shopt -s extglob | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 25 > case "${target}" in | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 31 > [[ -n /ubygems.rb ]] | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 33 > [[ -d /ubygems.rb ]] | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 37 > [[ -f /ubygems.rb ]] | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 37 > [[ -L /ubygems.rb ]] | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 42 > result=0 | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 48 > return 0 | |
| + /scripts/rubygems : rubygems_remove() 33 > for entry in '"${entries[@]}"' '"${rubygems_path}/rubygems"*' | |
| + /scripts/rubygems : rubygems_remove() 35 > __rvm_rm_rf /gauntlet_rubygems.rb | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 8 > typeset result target | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 9 > result=1 | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 10 > target=/gauntlet_rubygems.rb | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 13 > [[ -n '' ]] | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 17 > [[ -n 3.2.48(1)-release ]] | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 19 > shopt -s extglob | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 25 > case "${target}" in | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 31 > [[ -n /gauntlet_rubygems.rb ]] | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 33 > [[ -d /gauntlet_rubygems.rb ]] | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 37 > [[ -f /gauntlet_rubygems.rb ]] | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 37 > [[ -L /gauntlet_rubygems.rb ]] | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 42 > result=0 | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 48 > return 0 | |
| + /scripts/rubygems : rubygems_remove() 33 > for entry in '"${entries[@]}"' '"${rubygems_path}/rubygems"*' | |
| + /scripts/rubygems : rubygems_remove() 35 > __rvm_rm_rf /rbconfig/ | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 8 > typeset result target | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 9 > result=1 | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 10 > target=/rbconfig | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 13 > [[ -n '' ]] | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 17 > [[ -n 3.2.48(1)-release ]] | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 19 > shopt -s extglob | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 25 > case "${target}" in | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 31 > [[ -n /rbconfig ]] | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 33 > [[ -d /rbconfig ]] | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 37 > [[ -f /rbconfig ]] | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 37 > [[ -L /rbconfig ]] | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 42 > result=0 | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 48 > return 0 | |
| + /scripts/rubygems : rubygems_remove() 33 > for entry in '"${entries[@]}"' '"${rubygems_path}/rubygems"*' | |
| + /scripts/rubygems : rubygems_remove() 35 > __rvm_rm_rf '/rubygems*' | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 8 > typeset result target | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 9 > result=1 | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 10 > target='/rubygems*' | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 13 > [[ -n '' ]] | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 17 > [[ -n 3.2.48(1)-release ]] | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 19 > shopt -s extglob | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 25 > case "${target}" in | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 31 > [[ -n /rubygems* ]] | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 33 > [[ -d /rubygems* ]] | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 37 > [[ -f /rubygems* ]] | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 37 > [[ -L /rubygems* ]] | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 42 > result=0 | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 48 > return 0 | |
| + /scripts/rubygems : rubygems_setup() 163 > builtin cd /Users/domon/.rvm/src/rubygems-1.8.24 | |
| + /scripts/rubygems : rubygems_setup() 165 > __rvm_run rubygems.install 'GEM_PATH="/Users/domon/.rvm/gems/ruby-1.8.7-p370:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global:/Users/domon/.rvm/gems/ruby-1.8.7-p370:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global" GEM_HOME="/Users/domon/.rvm/gems/ruby-1.8.7-p370" "/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/ruby" "/Users/domon/.rvm/src/rubygems-1.8.24/setup.rb"' 'Installing rubygems-1.8.24 for ruby-1.8.7-p370 ...' | |
| + /scripts/functions/utility : __rvm_run() 105 > typeset name message | |
| + /scripts/functions/utility : __rvm_run() 106 > typeset -a _command_array | |
| + /scripts/functions/utility : __rvm_run() 108 > name=rubygems.install | |
| + /scripts/functions/utility : __rvm_run() 109 > eval '_command_array=( GEM_PATH="/Users/domon/.rvm/gems/ruby-1.8.7-p370:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global:/Users/domon/.rvm/gems/ruby-1.8.7-p370:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global" GEM_HOME="/Users/domon/.rvm/gems/ruby-1.8.7-p370" "/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/ruby" "/Users/domon/.rvm/src/rubygems-1.8.24/setup.rb" )' | |
| ++ /scripts/functions/utility : __rvm_run() 109 > _command_array=(GEM_PATH="/Users/domon/.rvm/gems/ruby-1.8.7-p370:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global:/Users/domon/.rvm/gems/ruby-1.8.7-p370:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global" GEM_HOME="/Users/domon/.rvm/gems/ruby-1.8.7-p370" "/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/ruby" "/Users/domon/.rvm/src/rubygems-1.8.24/setup.rb") | |
| + /scripts/functions/utility : __rvm_run() 110 > message='Installing rubygems-1.8.24 for ruby-1.8.7-p370 ...' | |
| + /scripts/functions/utility : __rvm_run() 112 > __rvm_log_command rubygems.install 'Installing rubygems-1.8.24 for ruby-1.8.7-p370 ...' GEM_PATH=/Users/domon/.rvm/gems/ruby-1.8.7-p370:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global:/Users/domon/.rvm/gems/ruby-1.8.7-p370:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global GEM_HOME=/Users/domon/.rvm/gems/ruby-1.8.7-p370 /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/ruby /Users/domon/.rvm/src/rubygems-1.8.24/setup.rb | |
| + /scripts/functions/utility : __rvm_log_command() 118 > typeset name log temp_log_path message | |
| + /scripts/functions/utility : __rvm_log_command() 119 > typeset -a _command | |
| + /scripts/functions/utility : __rvm_log_command() 120 > true 0 0 | |
| + /scripts/functions/utility : __rvm_log_command() 122 > name=rubygems.install | |
| + /scripts/functions/utility : __rvm_log_command() 123 > message='Installing rubygems-1.8.24 for ruby-1.8.7-p370 ...' | |
| + /scripts/functions/utility : __rvm_log_command() 124 > shift 2 | |
| + /scripts/functions/utility : __rvm_log_command() 125 > _command=("$@") | |
| + /scripts/functions/utility : __rvm_log_command() 127 > [[ -n Installing rubygems-1.8.24 for ruby-1.8.7-p370 ... ]] | |
| + /scripts/functions/utility : __rvm_log_command() 128 > rvm_log 'Installing rubygems-1.8.24 for ruby-1.8.7-p370 ...' | |
| + /scripts/functions/logging : rvm_log() 92 > 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() 32 > return 0 | |
| + /scripts/functions/logging : rvm_log() 93 > printf %b 'Installing rubygems-1.8.24 for ruby-1.8.7-p370 ...\n' | |
| Installing rubygems-1.8.24 for ruby-1.8.7-p370 ... | |
| + /scripts/functions/utility : __rvm_log_command() 131 > [[ GEM_PATH=/Users/domon/.rvm/gems/ruby-1.8.7-p370:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global:/Users/domon/.rvm/gems/ruby-1.8.7-p370:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global =~ = ]] | |
| + /scripts/functions/utility : __rvm_log_command() 132 > _command=("env" "${_command[@]}") | |
| + /scripts/functions/utility : __rvm_log_command() 135 > (( rvm_niceness > 0 )) | |
| + /scripts/functions/utility : __rvm_log_command() 140 > (( rvm_debug_flag > 0 )) | |
| + /scripts/functions/utility : __rvm_log_command() 150 > [[ -n ruby-1.8.7-p370 ]] | |
| + /scripts/functions/utility : __rvm_log_command() 151 > temp_log_path=/Users/domon/.rvm/log/ruby-1.8.7-p370 | |
| + /scripts/functions/utility : __rvm_log_command() 155 > log=/Users/domon/.rvm/log/ruby-1.8.7-p370/rubygems.install.log | |
| + /scripts/functions/utility : __rvm_log_command() 157 > [[ -d /Users/domon/.rvm/log/ruby-1.8.7-p370 ]] | |
| + /scripts/functions/utility : __rvm_log_command() 158 > [[ -f /Users/domon/.rvm/log/ruby-1.8.7-p370/rubygems.install.log ]] | |
| ++ /scripts/functions/utility : __rvm_log_command() 161 > date '+%Y-%m-%d %H:%M:%S' | |
| + /scripts/functions/utility : __rvm_log_command() 161 > printf %b '[2012-08-27 13:56:08] GEM_PATH=/Users/domon/.rvm/gems/ruby-1.8.7-p370:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global:/Users/domon/.rvm/gems/ruby-1.8.7-p370:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global GEM_HOME=/Users/domon/.rvm/gems/ruby-1.8.7-p370 /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/ruby /Users/domon/.rvm/src/rubygems-1.8.24/setup.rb\n' | |
| + /scripts/functions/utility : __rvm_log_command() 163 > is_a_function env | |
| + /scripts/functions/utility : is_a_function() 47 > typeset -f env | |
| + /scripts/functions/utility : is_a_function() 47 > return 1 | |
| + /scripts/functions/utility : __rvm_log_command() 168 > env GEM_PATH=/Users/domon/.rvm/gems/ruby-1.8.7-p370:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global:/Users/domon/.rvm/gems/ruby-1.8.7-p370:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global GEM_HOME=/Users/domon/.rvm/gems/ruby-1.8.7-p370 /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/ruby /Users/domon/.rvm/src/rubygems-1.8.24/setup.rb | |
| + /scripts/functions/utility : __rvm_log_command() 169 > result=0 | |
| + /scripts/functions/utility : __rvm_log_command() 171 > (( result > 0 )) | |
| + /scripts/functions/utility : __rvm_log_command() 175 > return 0 | |
| + /scripts/rubygems : rubygems_setup() 168 > result=0 | |
| + /scripts/rubygems : rubygems_setup() 169 > (( result == 0 )) | |
| + /scripts/rubygems : rubygems_setup() 171 > typeset program_suffix | |
| ++ /scripts/rubygems : rubygems_setup() 172 > /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/ruby -rrbconfig -e 'puts RbConfig::CONFIG['\''configure_args'\'']' | |
| + /scripts/rubygems : rubygems_setup() 172 > program_suffix=' '\''--prefix=/Users/domon/.rvm/rubies/ruby-1.8.7-p370'\'' '\''--enable-shared'\'' '\''--disable-install-doc'\'' '\''CC=/usr/bin/gcc-4.2'\''' | |
| + /scripts/rubygems : rubygems_setup() 173 > case "${program_suffix:-}" in | |
| + /scripts/rubygems : rubygems_setup() 181 > rvm_log 'Installation of rubygems completed successfully.' | |
| + /scripts/functions/logging : rvm_log() 92 > 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() 32 > return 0 | |
| + /scripts/functions/logging : rvm_log() 93 > printf %b 'Installation of rubygems completed successfully.\n' | |
| Installation of rubygems completed successfully. | |
| + /scripts/rubygems : rubygems_setup() 186 > [[ ! -z 8 ]] | |
| + /scripts/rubygems : rubygems_setup() 188 > ruby_lib_gem_path=/Users/domon/.rvm/rubies/ruby-1.8.7-p370/lib/ruby/gems/1.8 | |
| ++ /scripts/rubygems : rubygems_setup() 194 > dirname /Users/domon/.rvm/rubies/ruby-1.8.7-p370/lib/ruby/gems/1.8 | |
| + /scripts/rubygems : rubygems_setup() 194 > mkdir -p /Users/domon/.rvm/rubies/ruby-1.8.7-p370/lib/ruby/gems | |
| + /scripts/rubygems : rubygems_setup() 196 > __rvm_rm_rf /Users/domon/.rvm/rubies/ruby-1.8.7-p370/lib/ruby/gems/1.8 | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 8 > typeset result target | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 9 > result=1 | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 10 > target=/Users/domon/.rvm/rubies/ruby-1.8.7-p370/lib/ruby/gems/1.8 | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 13 > [[ -n '' ]] | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 17 > [[ -n 3.2.48(1)-release ]] | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 19 > shopt -s extglob | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 25 > case "${target}" in | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 31 > [[ -n /Users/domon/.rvm/rubies/ruby-1.8.7-p370/lib/ruby/gems/1.8 ]] | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 33 > [[ -d /Users/domon/.rvm/rubies/ruby-1.8.7-p370/lib/ruby/gems/1.8 ]] | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 37 > [[ -f /Users/domon/.rvm/rubies/ruby-1.8.7-p370/lib/ruby/gems/1.8 ]] | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 37 > [[ -L /Users/domon/.rvm/rubies/ruby-1.8.7-p370/lib/ruby/gems/1.8 ]] | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 42 > result=0 | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 48 > return 0 | |
| + /scripts/rubygems : rubygems_setup() 198 > [[ -d /Users/domon/.rvm/gems/ruby-1.8.7-p370 ]] | |
| + /scripts/rubygems : rubygems_setup() 200 > ln -fs /Users/domon/.rvm/gems/ruby-1.8.7-p370 /Users/domon/.rvm/rubies/ruby-1.8.7-p370/lib/ruby/gems/1.8 | |
| + /scripts/rubygems : rubygems_setup() 203 > unset ruby_lib_gem_path | |
| + /scripts/rubygems : 239 > exit 0 | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 274 > result=0 | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 276 > __rvm_bin_script | |
| ++ /scripts/functions/environment : __rvm_bin_script() 162 > /Users/domon/.rvm/scripts/wrapper ruby-1.8.7-p370 | |
| ++ /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 > umask | |
| ++ /scripts/base : 35 > : rvm_stored_umask:0022 | |
| ++ /scripts/base : 36 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc") | |
| ++ /scripts/base : 37 > [[ -n /Users/domon ]] | |
| ++ /scripts/base : 37 > [[ /Users/domon/.rvmrc -ef /Users/domon/.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/domon/.rvmrc ]] | |
| ++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"' | |
| ++ /scripts/base : 43 > [[ -f /Users/domon/.rvmrc ]] | |
| ++ /scripts/base : 58 > unset rvm_rvmrc_files | |
| ++ /scripts/base : 61 > export rvm_path | |
| ++ /scripts/base : 62 > [[ -z /Users/domon/.rvm ]] | |
| ++ /scripts/base : 74 > true /Users/domon/.rvm/scripts | |
| ++ /scripts/base : 77 > source /Users/domon/.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:4: | |
| +++ /scripts/initialize : 37 > : __rvm_env_loaded:5: | |
| +++ /scripts/initialize : 40 > [[ -z /Users/domon/.rvm/tmp ]] | |
| +++ /scripts/initialize : 40 > (( __rvm_env_loaded == 1 )) | |
| ++ /scripts/base : 81 > case " ${rvm_base_except:-} " in | |
| ++ /scripts/base : 86 > source /Users/domon/.rvm/scripts/selector | |
| ++ /scripts/base : 87 > source /Users/domon/.rvm/scripts/selector_gemsets | |
| ++ /scripts/base : 91 > typeset -a scripts | |
| ++ /scripts/base : 94 > scripts=(logging utility init cleanup env rvmrc install environment gemset db bundler checksum) | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/logging | |
| +++ /scripts/functions/logging : 40 > case "${TERM:-dumb}" in | |
| ++++ /scripts/functions/logging : 49 > /Users/domon/.rvm/scripts/color red | |
| +++ /scripts/functions/logging : 49 > rvm_error_clr='' | |
| ++++ /scripts/functions/logging : 50 > /Users/domon/.rvm/scripts/color yellow | |
| +++ /scripts/functions/logging : 50 > rvm_warn_clr='' | |
| ++++ /scripts/functions/logging : 51 > /Users/domon/.rvm/scripts/color magenta | |
| +++ /scripts/functions/logging : 51 > rvm_debug_clr='' | |
| ++++ /scripts/functions/logging : 52 > /Users/domon/.rvm/scripts/color green | |
| +++ /scripts/functions/logging : 52 > rvm_notify_clr='' | |
| ++++ /scripts/functions/logging : 53 > /Users/domon/.rvm/scripts/color reset | |
| +++ /scripts/functions/logging : 53 > rvm_reset_clr='' | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/utility | |
| +++ /scripts/functions/utility : 3 > [[ -z tar ]] | |
| +++ /scripts/functions/utility : 12 > [[ ! =~ --no-same-owner ]] | |
| +++ /scripts/functions/utility : 13 > tar --help | |
| +++ /scripts/functions/utility : 13 > GREP_OPTIONS= | |
| +++ /scripts/functions/utility : 13 > grep -- --no-same-owner | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/init | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/cleanup | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/env | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.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/domon/.rvm/scripts/functions/install | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/environment | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/gemset | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/db | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/bundler | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/checksum | |
| ++ /scripts/base : 98 > unset scripts entry rvm_base_except | |
| + /scripts/wrapper : 9 > source /Users/domon/.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:5: | |
| ++ /scripts/initialize : 37 > : __rvm_env_loaded:6: | |
| ++ /scripts/initialize : 40 > [[ -z /Users/domon/.rvm/tmp ]] | |
| ++ /scripts/initialize : 40 > (( __rvm_env_loaded == 1 )) | |
| + /scripts/wrapper : 110 > (( 1 == 0 )) | |
| + /scripts/wrapper : 115 > ruby_string=ruby-1.8.7-p370 | |
| + /scripts/wrapper : 116 > shift | |
| + /scripts/wrapper : 117 > (( 0 > 0 )) | |
| + /scripts/wrapper : 124 > [[ -z ruby-1.8.7-p370 ]] | |
| + /scripts/wrapper : 130 > binaries=($@) | |
| + /scripts/wrapper : 131 > override_check=0 | |
| + /scripts/wrapper : 134 > [[ 0 -eq 0 ]] | |
| + /scripts/wrapper : 136 > binaries=(ruby gem irb ri rdoc rake erb testrb) | |
| + /scripts/wrapper : 140 > __rvm_become ruby-1.8.7-p370 | |
| + /scripts/functions/environment : __rvm_become() 65 > typeset string rvm_rvmrc_flag | |
| + /scripts/functions/environment : __rvm_become() 66 > string=ruby-1.8.7-p370 | |
| + /scripts/functions/environment : __rvm_become() 67 > rvm_rvmrc_flag=0 | |
| + /scripts/functions/environment : __rvm_become() 69 > [[ -n ruby-1.8.7-p370 ]] | |
| + /scripts/functions/environment : __rvm_become() 70 > rvm_ruby_string=ruby-1.8.7-p370 | |
| + /scripts/functions/environment : __rvm_become() 71 > rvm_gemset_name= | |
| + /scripts/functions/environment : __rvm_become() 74 > __rvm_use | |
| + /scripts/selector : __rvm_use() 441 > typeset new_path binary full_binary_path rvm_ruby_gem_home | |
| + /scripts/selector : __rvm_use() 443 > __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 GEM_HOME GEM_PATH MY_RUBY_HOME RUBY_VERSION IRBRC | |
| + /scripts/selector : __rvm_select() 12 > export rvm_env_string rvm_action rvm_alias_expanded rvm_archive_extension rvm_bin_flag rvm_bin_path rvm_configure_flags 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_args rvm_install_on_use_flag rvm_llvm_flag rvm_loaded_flag rvm_make_flags rvm_niceness rvm_nightly_flag rvm_only_path_flag rvm_parse_break rvm_patch_names rvm_patch_original_pwd rvm_pretty_print_flag rvm_proxy rvm_quiet_flag rvm_ree_options rvm_reload_flag rvm_remove_flag rvm_ruby_alias rvm_ruby_aliases 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() 14 > [[ -z ruby-1.8.7-p370 ]] | |
| + /scripts/selector : __rvm_select() 38 > __rvm_ruby_string | |
| + /scripts/selector : __rvm_ruby_string() 592 > typeset ruby_string gemset_name expanded_alias_name repo_url branch_name ruby_name | |
| + /scripts/selector : __rvm_ruby_string() 594 > __rvm_default_flags | |
| + /scripts/functions/env : __rvm_default_flags() 9 > true 0 0 | |
| + /scripts/selector : __rvm_ruby_string() 596 > rvm_expanding_aliases= | |
| + /scripts/selector : __rvm_ruby_string() 599 > true '' '' '' '' '' '' '' @ ruby-1.8.7-p370 0 0 | |
| + /scripts/selector : __rvm_ruby_string() 604 > echo ruby-1.8.7-p370 | |
| + /scripts/selector : __rvm_ruby_string() 604 > GREP_OPTIONS= | |
| + /scripts/selector : __rvm_ruby_string() 604 > grep @ | |
| + /scripts/selector : __rvm_ruby_string() 611 > (( rvm_expanding_aliases == 0 )) | |
| + /scripts/selector : __rvm_ruby_string() 612 > [[ -n ruby-1.8.7-p370 ]] | |
| + /scripts/selector : __rvm_ruby_string() 612 > [[ ruby-1.8.7-p370 != \s\y\s\t\e\m ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 614 > /Users/domon/.rvm/scripts/alias show ruby-1.8.7-p370 | |
| + /scripts/selector : __rvm_ruby_string() 614 > expanded_alias_name= | |
| + /scripts/selector : __rvm_ruby_string() 615 > [[ -n '' ]] | |
| + /scripts/selector : __rvm_ruby_string() 618 > [[ ruby-1.8.7-p370 == default ]] | |
| + /scripts/selector : __rvm_ruby_string() 625 > echo ruby-1.8.7-p370 | |
| + /scripts/selector : __rvm_ruby_string() 625 > GREP_OPTIONS= | |
| + /scripts/selector : __rvm_ruby_string() 625 > grep @ | |
| + /scripts/selector : __rvm_ruby_string() 631 > ruby_string=ruby-1.8.7-p370 | |
| + /scripts/selector : __rvm_ruby_string() 632 > gemset_name= | |
| + /scripts/selector : __rvm_ruby_string() 633 > repo_url= | |
| + /scripts/selector : __rvm_ruby_string() 634 > branch_name= | |
| + /scripts/selector : __rvm_ruby_string() 635 > ruby_name= | |
| + /scripts/selector : __rvm_ruby_string() 637 > __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 > : rvm_stored_umask:0022 | |
| + /scripts/functions/init : __rvm_load_rvmrc() 14 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc") | |
| + /scripts/functions/init : __rvm_load_rvmrc() 15 > [[ -n /Users/domon ]] | |
| + /scripts/functions/init : __rvm_load_rvmrc() 15 > [[ /Users/domon/.rvmrc -ef /Users/domon/.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/domon/.rvmrc ]] | |
| + /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"' | |
| + /scripts/functions/init : __rvm_load_rvmrc() 20 > [[ -s /Users/domon/.rvmrc ]] | |
| + /scripts/functions/init : __rvm_load_rvmrc() 35 > return 0 | |
| + /scripts/selector : __rvm_ruby_string() 639 > rvm_ruby_repo_url= | |
| + /scripts/selector : __rvm_ruby_string() 640 > rvm_ruby_repo_branch= | |
| + /scripts/selector : __rvm_ruby_string() 641 > rvm_ruby_name= | |
| + /scripts/selector : __rvm_ruby_string() 643 > [[ -n '' ]] | |
| + /scripts/selector : __rvm_ruby_string() 649 > strings=($(echo ${ruby_string//-/ })) | |
| ++ /scripts/selector : __rvm_ruby_string() 649 > echo ruby 1.8.7 p370 | |
| + /scripts/selector : __rvm_ruby_string() 651 > (( 3 == 0 )) | |
| + /scripts/selector : __rvm_ruby_string() 666 > for string in '${strings[@]}' | |
| + /scripts/selector : __rvm_ruby_string() 668 > case "$string" in | |
| + /scripts/selector : __rvm_ruby_string() 825 > rvm_ruby_interpreter=ruby | |
| + /scripts/selector : __rvm_ruby_string() 666 > for string in '${strings[@]}' | |
| + /scripts/selector : __rvm_ruby_string() 668 > case "$string" in | |
| + /scripts/selector : __rvm_ruby_string() 718 > [[ ruby == \r\b\x ]] | |
| + /scripts/selector : __rvm_ruby_string() 731 > case "$string" in | |
| + /scripts/selector : __rvm_ruby_string() 733 > rvm_ruby_version=1.8.7 | |
| + /scripts/selector : __rvm_ruby_string() 734 > rvm_ruby_revision= | |
| + /scripts/selector : __rvm_ruby_string() 735 > rvm_ruby_tag= | |
| + /scripts/selector : __rvm_ruby_string() 666 > for string in '${strings[@]}' | |
| + /scripts/selector : __rvm_ruby_string() 668 > case "$string" in | |
| + /scripts/selector : __rvm_ruby_string() 759 > rvm_ruby_patch_level=p370 | |
| + /scripts/selector : __rvm_ruby_string() 839 > [[ -z ruby ]] | |
| + /scripts/selector : __rvm_ruby_string() 855 > rvm_ruby_version=1.8.7 | |
| + /scripts/selector : __rvm_ruby_string() 856 > [[ -z 1.8.7 ]] | |
| + /scripts/selector : __rvm_ruby_string() 863 > [[ -z 1.8.7 ]] | |
| + /scripts/selector : __rvm_ruby_string() 867 > rvm_ruby_string=ruby-1.8.7 | |
| + /scripts/selector : __rvm_ruby_string() 870 > [[ ruby == \e\x\t ]] | |
| + /scripts/selector : __rvm_ruby_string() 874 > (( 0 == 1 )) | |
| + /scripts/selector : __rvm_ruby_string() 878 > [[ -n '' ]] | |
| + /scripts/selector : __rvm_ruby_string() 882 > [[ -n '' ]] | |
| + /scripts/selector : __rvm_ruby_string() 886 > [[ -n '' ]] | |
| + /scripts/selector : __rvm_ruby_string() 890 > [[ -n p370 ]] | |
| + /scripts/selector : __rvm_ruby_string() 892 > rvm_ruby_string=ruby-1.8.7-p370 | |
| + /scripts/selector : __rvm_ruby_string() 937 > [[ -n '' ]] | |
| + /scripts/selector : __rvm_ruby_string() 946 > detected_rvm_ruby_name= | |
| + /scripts/selector : __rvm_select() 40 > rvm_archive_extension=tar.gz | |
| + /scripts/selector : __rvm_select() 42 > [[ -z ruby ]] | |
| + /scripts/selector : __rvm_select() 47 > case "${rvm_ruby_interpreter:-missing}" in | |
| + /scripts/selector : __rvm_select() 265 > [[ -n p370 ]] | |
| + /scripts/selector : __rvm_select() 267 > rvm_ruby_package_file=ruby-1.8.7-p370 | |
| + /scripts/selector : __rvm_select() 268 > rvm_ruby_package_name=ruby-1.8.7-p370 | |
| + /scripts/selector : __rvm_select() 274 > [[ -z 1.8.7 ]] | |
| ++ /scripts/selector : __rvm_select() 278 > __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/domon/.rvm/user/db ]] | |
| +++ /scripts/functions/db : __rvm_db() 14 > /Users/domon/.rvm/scripts/db /Users/domon/.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/domon/.rvm/scripts/db /Users/domon/.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() 278 > rvm_ruby_repo_url=git://github.com/ruby/ruby.git | |
| + /scripts/selector : __rvm_select() 279 > (( 0 == 0 )) | |
| + /scripts/selector : __rvm_select() 281 > case "${rvm_ruby_version}" in | |
| + /scripts/selector : __rvm_select() 286 > rvm_archive_extension=tar.bz2 | |
| + /scripts/selector : __rvm_select() 329 > [[ -n 1.8.7 ]] | |
| + /scripts/selector : __rvm_select() 331 > case "$rvm_ruby_version" in | |
| + /scripts/selector : __rvm_select() 333 > rvm_ruby_release_version=1 | |
| + /scripts/selector : __rvm_select() 334 > rvm_ruby_major_version=1.8 | |
| + /scripts/selector : __rvm_select() 334 > rvm_ruby_major_version=8 | |
| + /scripts/selector : __rvm_select() 335 > rvm_ruby_minor_version=7 | |
| + /scripts/selector : __rvm_select() 345 > [[ ruby == ext ]] | |
| + /scripts/selector : __rvm_select() 351 > rvm_ruby_package_name=ruby-1.8.7-p370 | |
| + /scripts/selector : __rvm_select() 352 > rvm_ruby_home=/Users/domon/.rvm/rubies/ruby-1.8.7-p370 | |
| + /scripts/selector : __rvm_select() 353 > rvm_ruby_irbrc=/Users/domon/.rvm/rubies/ruby-1.8.7-p370/.irbrc | |
| + /scripts/selector : __rvm_select() 354 > rvm_ruby_binary=/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/ruby | |
| + /scripts/selector : __rvm_select() 358 > [[ maglev == \r\u\b\y ]] | |
| + /scripts/selector : __rvm_select() 364 > [[ system != \r\u\b\y ]] | |
| + /scripts/selector : __rvm_select() 366 > __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/domon/.rvm/gems/ruby-1.8.7-p370 | |
| + /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/domon/.rvm/gems/ruby-1.8.7-p370@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/domon/.rvm/gems/ruby-1.8.7-p370:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global | |
| + /scripts/selector_gemsets : __rvm_gemset_select_only() 77 > [[ -n '' ]] | |
| + /scripts/selector_gemsets : __rvm_gemset_select_only() 81 > rvm_env_string=ruby-1.8.7-p370 | |
| + /scripts/selector_gemsets : __rvm_gemset_select() 126 > __rvm_gemset_select_validation | |
| + /scripts/selector_gemsets : __rvm_gemset_select_validation() 88 > [[ ! -d /Users/domon/.rvm/gems/ruby-1.8.7-p370 ]] | |
| + /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/domon/.rvm/gems/ruby-1.8.7-p370 | |
| + /scripts/selector_gemsets : __rvm_gemset_select_ensure() 107 > __rvm_using_gemset_globalcache | |
| + /scripts/functions/gemset : __rvm_using_gemset_globalcache() 21 > /Users/domon/.rvm/scripts/db /Users/domon/.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() 367 > case $? in | |
| + /scripts/selector : __rvm_select() 374 > rvm_ruby_selected_flag=1 | |
| + /scripts/selector : __rvm_select() 376 > [[ -d /Users/domon/.rvm/log/ruby-1.8.7-p370 ]] | |
| + /scripts/selector : __rvm_select() 378 > mkdir -p /Users/domon/.rvm/log/ruby-1.8.7-p370 | |
| + /scripts/selector : __rvm_select() 381 > rvm_ruby_interpreter=ruby | |
| + /scripts/selector : __rvm_use() 445 > [[ system == ruby ]] | |
| + /scripts/selector : __rvm_use() 449 > [[ ! -d /Users/domon/.rvm/rubies/ruby-1.8.7-p370 ]] | |
| + /scripts/selector : __rvm_use() 463 > [[ ! -d /Users/domon/.rvm/gems/ruby-1.8.7-p370 ]] | |
| + /scripts/selector : __rvm_use() 463 > [[ -n '' ]] | |
| + /scripts/selector : __rvm_use() 475 > export GEM_HOME GEM_PATH MY_RUBY_HOME RUBY_VERSION IRBRC | |
| + /scripts/selector : __rvm_use() 476 > GEM_HOME=/Users/domon/.rvm/gems/ruby-1.8.7-p370 | |
| + /scripts/selector : __rvm_use() 477 > GEM_PATH=/Users/domon/.rvm/gems/ruby-1.8.7-p370:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global | |
| + /scripts/selector : __rvm_use() 478 > MY_RUBY_HOME=/Users/domon/.rvm/rubies/ruby-1.8.7-p370 | |
| + /scripts/selector : __rvm_use() 479 > RUBY_VERSION=ruby-1.8.7-p370 | |
| + /scripts/selector : __rvm_use() 480 > IRBRC=/Users/domon/.rvm/rubies/ruby-1.8.7-p370/.irbrc | |
| + /scripts/selector : __rvm_use() 481 > unset BUNDLE_PATH | |
| + /scripts/selector : __rvm_use() 484 > [[ maglev == \r\u\b\y ]] | |
| + /scripts/selector : __rvm_use() 489 > [[ -n /Users/domon/.rvm/rubies/ruby-1.8.7-p370/.irbrc ]] | |
| + /scripts/selector : __rvm_use() 492 > __rvm_ensure_has_environment_files | |
| + /scripts/functions/environment : __rvm_ensure_has_environment_files() 83 > typeset environment_id file_name directory identifier variable value variables | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 85 > __rvm_env_string | |
| ++ /scripts/functions/environment : __rvm_env_string() 5 > typeset _path _string | |
| ++ /scripts/functions/environment : __rvm_env_string() 7 > _path=/Users/domon/.rvm/gems/ruby-1.8.7-p370 | |
| ++ /scripts/functions/environment : __rvm_env_string() 9 > _string=ruby-1.8.7-p370 | |
| ++ /scripts/functions/environment : __rvm_env_string() 10 > _string=ruby-1.8.7-p370 | |
| ++ /scripts/functions/environment : __rvm_env_string() 12 > printf %b ruby-1.8.7-p370 | |
| + /scripts/functions/environment : __rvm_ensure_has_environment_files() 85 > environment_id=ruby-1.8.7-p370 | |
| + /scripts/functions/environment : __rvm_ensure_has_environment_files() 87 > file_name=/Users/domon/.rvm/environments/ruby-1.8.7-p370 | |
| + /scripts/functions/environment : __rvm_ensure_has_environment_files() 89 > [[ ! -d /Users/domon/.rvm/environments ]] | |
| + /scripts/functions/environment : __rvm_ensure_has_environment_files() 94 > [[ ! -s /Users/domon/.rvm/environments/ruby-1.8.7-p370 ]] | |
| + /scripts/functions/environment : __rvm_ensure_has_environment_files() 94 > GREP_OPTIONS= | |
| + /scripts/functions/environment : __rvm_ensure_has_environment_files() 94 > grep rvm_env_string= /Users/domon/.rvm/environments/ruby-1.8.7-p370 | |
| + /scripts/functions/environment : __rvm_ensure_has_environment_files() 116 > (( 0 == 1 )) | |
| + /scripts/functions/environment : __rvm_ensure_has_environment_files() 117 > [[ ! -f /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/ruby ]] | |
| + /scripts/functions/environment : __rvm_ensure_has_environment_files() 135 > return 0 | |
| + /scripts/selector : __rvm_use() 494 > (( 0 == 1 )) | |
| + /scripts/selector : __rvm_use() 499 > [[ /Users/domon/.rvm/gems/ruby-1.8.7-p370 != \/\U\s\e\r\s\/\d\o\m\o\n\/\.\r\v\m\/\g\e\m\s\/\r\u\b\y\-\1\.\8\.\7\-\p\3\7\0\@\g\l\o\b\a\l ]] | |
| ++ /scripts/selector : __rvm_use() 501 > __rvm_remove_rvm_from_path | |
| +++ /scripts/functions/env : __rvm_remove_rvm_from_path() 140 > printf %b /Users/domon/.rvm/usr/bin:/Users/domon/.rvm/gems/ruby-1.9.3-p125/bin:/Users/domon/.rvm/gems/ruby-1.9.3-p125@global/bin:/Users/domon/.rvm/rubies/ruby-1.9.3-p125/bin:/Users/domon/.rvm/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/Users/domon/bin | |
| +++ /scripts/functions/env : __rvm_remove_rvm_from_path() 140 > awk -v RS=: -v ORS=: '/\/Users\/domon\/.rvm/ {next} {print}' | |
| ++ /scripts/functions/env : __rvm_remove_rvm_from_path() 140 > PATH=/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/Users/domon/bin: | |
| ++ /scripts/functions/env : __rvm_remove_rvm_from_path() 141 > PATH=/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/Users/domon/bin | |
| ++ /scripts/functions/env : __rvm_remove_rvm_from_path() 143 > export PATH | |
| ++ /scripts/functions/env : __rvm_remove_rvm_from_path() 145 > builtin hash -r | |
| ++ /scripts/selector : __rvm_use() 501 > printf %b /usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/Users/domon/bin | |
| + /scripts/selector : __rvm_use() 501 > new_path=/Users/domon/.rvm/gems/ruby-1.8.7-p370/bin:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global/bin:/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin:/Users/domon/.rvm/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/Users/domon/bin | |
| + /scripts/selector : __rvm_use() 507 > [[ -z ruby-1.8.7-p370 ]] | |
| + /scripts/selector : __rvm_use() 507 > export rvm_ruby_string | |
| + /scripts/selector : __rvm_use() 508 > [[ -z '' ]] | |
| + /scripts/selector : __rvm_use() 510 > [[ -n /Users/domon/.rvm/gems/ruby-1.8.7-p370/bin:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global/bin:/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin:/Users/domon/.rvm/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/Users/domon/bin ]] | |
| + /scripts/selector : __rvm_use() 512 > export PATH=/Users/domon/.rvm/gems/ruby-1.8.7-p370/bin:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global/bin:/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin:/Users/domon/.rvm/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/Users/domon/bin | |
| + /scripts/selector : __rvm_use() 512 > PATH=/Users/domon/.rvm/gems/ruby-1.8.7-p370/bin:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global/bin:/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin:/Users/domon/.rvm/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/Users/domon/bin | |
| + /scripts/selector : __rvm_use() 513 > unset new_path | |
| + /scripts/selector : __rvm_use() 514 > builtin hash -r | |
| + /scripts/selector : __rvm_use() 517 > [[ ruby-1.8.7-p370 != \s\y\s\t\e\m ]] | |
| + /scripts/selector : __rvm_use() 519 > case "${rvm_rvmrc_flag:-0}" in | |
| + /scripts/selector : __rvm_use() 525 > typeset environment_id | |
| ++ /scripts/selector : __rvm_use() 526 > __rvm_env_string | |
| ++ /scripts/functions/environment : __rvm_env_string() 5 > typeset _path _string | |
| ++ /scripts/functions/environment : __rvm_env_string() 7 > _path=/Users/domon/.rvm/gems/ruby-1.8.7-p370 | |
| ++ /scripts/functions/environment : __rvm_env_string() 9 > _string=ruby-1.8.7-p370 | |
| ++ /scripts/functions/environment : __rvm_env_string() 10 > _string=ruby-1.8.7-p370 | |
| ++ /scripts/functions/environment : __rvm_env_string() 12 > printf %b ruby-1.8.7-p370 | |
| + /scripts/selector : __rvm_use() 526 > environment_id=ruby-1.8.7-p370 | |
| + /scripts/selector : __rvm_use() 528 > (( 0 == 1 )) | |
| + /scripts/selector : __rvm_use() 537 > rvm_default_flag=0 | |
| + /scripts/selector : __rvm_use() 539 > [[ -n '' ]] | |
| + /scripts/selector : __rvm_use() 545 > [[ -n '' ]] | |
| + /scripts/selector : __rvm_use() 553 > [[ maglev == \r\u\b\y ]] | |
| + /scripts/selector : __rvm_use() 577 > rvm_hook=after_use | |
| + /scripts/selector : __rvm_use() 578 > source /Users/domon/.rvm/scripts/hook | |
| ++ /scripts/hook : source() 4 > typeset old_rvm_verbose_flag old_rvm_debug_flag | |
| ++ /scripts/hook : source() 5 > old_rvm_verbose_flag=0 | |
| ++ /scripts/hook : source() 6 > old_rvm_debug_flag=0 | |
| ++ /scripts/hook : source() 9 > typeset rvm_verbose_flag rvm_debug_flag hooks | |
| ++ /scripts/hook : source() 11 > true rvm_verbose_flag:0 rvm_debug_flag:0 rvm_hook:after_use | |
| ++ /scripts/hook : source() 14 > [[ -n after_use ]] | |
| ++ /scripts/hook : source() 16 > [[ /Users/domon/.rvm/src/ruby-1.8.7-p370/.rvm/hooks/after_use == \/\U\s\e\r\s\/\d\o\m\o\n\/\.\r\v\m\/\h\o\o\k\s\/\a\f\t\e\r\_\u\s\e ]] | |
| ++ /scripts/hook : source() 20 > hooks=("$PWD/.rvm/hooks/$rvm_hook" "$rvm_hooks_path/$rvm_hook") | |
| ++ /scripts/hook : source() 23 > for hook in '"${hooks[@]}"' | |
| ++ /scripts/hook : source() 25 > [[ -s /Users/domon/.rvm/src/ruby-1.8.7-p370/.rvm/hooks/after_use ]] | |
| ++ /scripts/hook : source() 34 > continue | |
| ++ /scripts/hook : source() 23 > for hook in '"${hooks[@]}"' | |
| ++ /scripts/hook : source() 25 > [[ -s /Users/domon/.rvm/hooks/after_use ]] | |
| ++ /scripts/hook : source() 27 > (( rvm_verbose_flag > 0 )) | |
| ++ /scripts/hook : source() 27 > (( rvm_debug_flag > 0 )) | |
| ++ /scripts/hook : source() 32 > source /Users/domon/.rvm/hooks/after_use | |
| +++ /hooks/after_use : source() 5 > after_use_hooks=($( | |
| find -L "${rvm_path:-"$HOME/.rvm"}/hooks" -iname 'after_use_*' -type f | |
| )) | |
| ++++ /hooks/after_use : source() 6 > find -L /Users/domon/.rvm/hooks -iname 'after_use_*' -type f | |
| +++ /hooks/after_use : source() 7 > for after_use_hook in '"${after_use_hooks[@]}"' | |
| +++ /hooks/after_use : source() 9 > [[ -x /Users/domon/.rvm/hooks/after_use_jruby ]] | |
| +++ /hooks/after_use : source() 7 > for after_use_hook in '"${after_use_hooks[@]}"' | |
| +++ /hooks/after_use : source() 9 > [[ -x /Users/domon/.rvm/hooks/after_use_jruby_opts ]] | |
| ++ /scripts/hook : source() 40 > unset rvm_hook hooks | |
| + /scripts/selector : __rvm_use() 579 > return 0 | |
| + /scripts/functions/environment : __rvm_become() 76 > rvm_ruby_string=ruby-1.8.7-p370 | |
| + /scripts/functions/environment : __rvm_become() 78 > return 0 | |
| + /scripts/wrapper : 145 > __rvm_ensure_has_environment_files | |
| + /scripts/functions/environment : __rvm_ensure_has_environment_files() 83 > typeset environment_id file_name directory identifier variable value variables | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 85 > __rvm_env_string | |
| ++ /scripts/functions/environment : __rvm_env_string() 5 > typeset _path _string | |
| ++ /scripts/functions/environment : __rvm_env_string() 7 > _path=/Users/domon/.rvm/gems/ruby-1.8.7-p370 | |
| ++ /scripts/functions/environment : __rvm_env_string() 9 > _string=ruby-1.8.7-p370 | |
| ++ /scripts/functions/environment : __rvm_env_string() 10 > _string=ruby-1.8.7-p370 | |
| ++ /scripts/functions/environment : __rvm_env_string() 12 > printf %b ruby-1.8.7-p370 | |
| + /scripts/functions/environment : __rvm_ensure_has_environment_files() 85 > environment_id=ruby-1.8.7-p370 | |
| + /scripts/functions/environment : __rvm_ensure_has_environment_files() 87 > file_name=/Users/domon/.rvm/environments/ruby-1.8.7-p370 | |
| + /scripts/functions/environment : __rvm_ensure_has_environment_files() 89 > [[ ! -d /Users/domon/.rvm/environments ]] | |
| + /scripts/functions/environment : __rvm_ensure_has_environment_files() 94 > [[ ! -s /Users/domon/.rvm/environments/ruby-1.8.7-p370 ]] | |
| + /scripts/functions/environment : __rvm_ensure_has_environment_files() 94 > GREP_OPTIONS= | |
| + /scripts/functions/environment : __rvm_ensure_has_environment_files() 94 > grep rvm_env_string= /Users/domon/.rvm/environments/ruby-1.8.7-p370 | |
| + /scripts/functions/environment : __rvm_ensure_has_environment_files() 116 > (( 0 == 1 )) | |
| + /scripts/functions/environment : __rvm_ensure_has_environment_files() 117 > [[ ! -f /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/ruby ]] | |
| + /scripts/functions/environment : __rvm_ensure_has_environment_files() 135 > return 0 | |
| ++ /scripts/wrapper : 147 > __rvm_env_string | |
| ++ /scripts/functions/environment : __rvm_env_string() 5 > typeset _path _string | |
| ++ /scripts/functions/environment : __rvm_env_string() 7 > _path=/Users/domon/.rvm/gems/ruby-1.8.7-p370 | |
| ++ /scripts/functions/environment : __rvm_env_string() 9 > _string=ruby-1.8.7-p370 | |
| ++ /scripts/functions/environment : __rvm_env_string() 10 > _string=ruby-1.8.7-p370 | |
| ++ /scripts/functions/environment : __rvm_env_string() 12 > printf %b ruby-1.8.7-p370 | |
| + /scripts/wrapper : 147 > environment_identifier=ruby-1.8.7-p370 | |
| + /scripts/wrapper : 151 > for binary_name in '"${binaries[@]}"' | |
| + /scripts/wrapper : 153 > file_name=/Users/domon/.rvm/wrappers/ruby-1.8.7-p370/ruby | |
| + /scripts/wrapper : 155 > (( 0 > 0 )) | |
| + /scripts/wrapper : 160 > [[ ! -d /Users/domon/.rvm/bin ]] | |
| + /scripts/wrapper : 165 > [[ -z '' ]] | |
| + /scripts/wrapper : 167 > override_check=1 | |
| + /scripts/wrapper : 168 > wrap_binary | |
| + /scripts/wrapper : wrap_binary() 100 > [[ 1 == \1 ]] | |
| + /scripts/wrapper : wrap_binary() 102 > wrap | |
| + /scripts/wrapper : wrap() 50 > [[ -n /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/ruby ]] | |
| ++ /scripts/wrapper : wrap() 52 > dirname /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/ruby | |
| + /scripts/wrapper : wrap() 52 > mkdir -p /Users/domon/.rvm/wrappers/ruby-1.8.7-p370 | |
| + /scripts/wrapper : wrap() 53 > rm -f /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/ruby | |
| + /scripts/wrapper : wrap() 54 > (( UID == 0 )) | |
| + /scripts/wrapper : wrap() 58 > path=/Users/domon/.rvm | |
| + /scripts/wrapper : wrap() 61 > printf %b '#!/usr/bin/env bash | |
| if [[ -s "/Users/domon/.rvm/environments/ruby-1.8.7-p370" ]] | |
| then | |
| source "/Users/domon/.rvm/environments/ruby-1.8.7-p370" | |
| exec ruby "$@" | |
| else | |
| echo "ERROR: Missing RVM environment file: '\''/Users/domon/.rvm/environments/ruby-1.8.7-p370'\''" >&2 | |
| exit 1 | |
| fi | |
| ' | |
| + /scripts/wrapper : wrap() 73 > [[ -f /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/ruby ]] | |
| + /scripts/wrapper : wrap() 75 > chmod +x /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/ruby | |
| + /scripts/wrapper : wrap() 78 > return 0 | |
| + /scripts/wrapper : 170 > [[ -f /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/ruby ]] | |
| + /scripts/wrapper : 172 > [[ ruby == \r\u\b\y ]] | |
| + /scripts/wrapper : 174 > destination=/Users/domon/.rvm/bin/ruby-1.8.7-p370 | |
| + /scripts/wrapper : 178 > rm -f /Users/domon/.rvm/bin/ruby-1.8.7-p370 | |
| + /scripts/wrapper : 179 > ln -sf /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/ruby /Users/domon/.rvm/bin/ruby-1.8.7-p370 | |
| + /scripts/wrapper : 151 > for binary_name in '"${binaries[@]}"' | |
| + /scripts/wrapper : 153 > file_name=/Users/domon/.rvm/wrappers/ruby-1.8.7-p370/gem | |
| + /scripts/wrapper : 155 > (( 0 > 0 )) | |
| + /scripts/wrapper : 160 > [[ ! -d /Users/domon/.rvm/bin ]] | |
| + /scripts/wrapper : 165 > [[ -z '' ]] | |
| + /scripts/wrapper : 167 > override_check=1 | |
| + /scripts/wrapper : 168 > wrap_binary | |
| + /scripts/wrapper : wrap_binary() 100 > [[ 1 == \1 ]] | |
| + /scripts/wrapper : wrap_binary() 102 > wrap | |
| + /scripts/wrapper : wrap() 50 > [[ -n /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/gem ]] | |
| ++ /scripts/wrapper : wrap() 52 > dirname /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/gem | |
| + /scripts/wrapper : wrap() 52 > mkdir -p /Users/domon/.rvm/wrappers/ruby-1.8.7-p370 | |
| + /scripts/wrapper : wrap() 53 > rm -f /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/gem | |
| + /scripts/wrapper : wrap() 54 > (( UID == 0 )) | |
| + /scripts/wrapper : wrap() 58 > path=/Users/domon/.rvm | |
| + /scripts/wrapper : wrap() 61 > printf %b '#!/usr/bin/env bash | |
| if [[ -s "/Users/domon/.rvm/environments/ruby-1.8.7-p370" ]] | |
| then | |
| source "/Users/domon/.rvm/environments/ruby-1.8.7-p370" | |
| exec gem "$@" | |
| else | |
| echo "ERROR: Missing RVM environment file: '\''/Users/domon/.rvm/environments/ruby-1.8.7-p370'\''" >&2 | |
| exit 1 | |
| fi | |
| ' | |
| + /scripts/wrapper : wrap() 73 > [[ -f /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/gem ]] | |
| + /scripts/wrapper : wrap() 75 > chmod +x /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/gem | |
| + /scripts/wrapper : wrap() 78 > return 0 | |
| + /scripts/wrapper : 170 > [[ -f /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/gem ]] | |
| + /scripts/wrapper : 172 > [[ gem == \r\u\b\y ]] | |
| + /scripts/wrapper : 176 > destination=/Users/domon/.rvm/bin/gem-ruby-1.8.7-p370 | |
| + /scripts/wrapper : 178 > rm -f /Users/domon/.rvm/bin/gem-ruby-1.8.7-p370 | |
| + /scripts/wrapper : 179 > ln -sf /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/gem /Users/domon/.rvm/bin/gem-ruby-1.8.7-p370 | |
| + /scripts/wrapper : 151 > for binary_name in '"${binaries[@]}"' | |
| + /scripts/wrapper : 153 > file_name=/Users/domon/.rvm/wrappers/ruby-1.8.7-p370/irb | |
| + /scripts/wrapper : 155 > (( 0 > 0 )) | |
| + /scripts/wrapper : 160 > [[ ! -d /Users/domon/.rvm/bin ]] | |
| + /scripts/wrapper : 165 > [[ -z '' ]] | |
| + /scripts/wrapper : 167 > override_check=1 | |
| + /scripts/wrapper : 168 > wrap_binary | |
| + /scripts/wrapper : wrap_binary() 100 > [[ 1 == \1 ]] | |
| + /scripts/wrapper : wrap_binary() 102 > wrap | |
| + /scripts/wrapper : wrap() 50 > [[ -n /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/irb ]] | |
| ++ /scripts/wrapper : wrap() 52 > dirname /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/irb | |
| + /scripts/wrapper : wrap() 52 > mkdir -p /Users/domon/.rvm/wrappers/ruby-1.8.7-p370 | |
| + /scripts/wrapper : wrap() 53 > rm -f /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/irb | |
| + /scripts/wrapper : wrap() 54 > (( UID == 0 )) | |
| + /scripts/wrapper : wrap() 58 > path=/Users/domon/.rvm | |
| + /scripts/wrapper : wrap() 61 > printf %b '#!/usr/bin/env bash | |
| if [[ -s "/Users/domon/.rvm/environments/ruby-1.8.7-p370" ]] | |
| then | |
| source "/Users/domon/.rvm/environments/ruby-1.8.7-p370" | |
| exec irb "$@" | |
| else | |
| echo "ERROR: Missing RVM environment file: '\''/Users/domon/.rvm/environments/ruby-1.8.7-p370'\''" >&2 | |
| exit 1 | |
| fi | |
| ' | |
| + /scripts/wrapper : wrap() 73 > [[ -f /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/irb ]] | |
| + /scripts/wrapper : wrap() 75 > chmod +x /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/irb | |
| + /scripts/wrapper : wrap() 78 > return 0 | |
| + /scripts/wrapper : 170 > [[ -f /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/irb ]] | |
| + /scripts/wrapper : 172 > [[ irb == \r\u\b\y ]] | |
| + /scripts/wrapper : 176 > destination=/Users/domon/.rvm/bin/irb-ruby-1.8.7-p370 | |
| + /scripts/wrapper : 178 > rm -f /Users/domon/.rvm/bin/irb-ruby-1.8.7-p370 | |
| + /scripts/wrapper : 179 > ln -sf /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/irb /Users/domon/.rvm/bin/irb-ruby-1.8.7-p370 | |
| + /scripts/wrapper : 151 > for binary_name in '"${binaries[@]}"' | |
| + /scripts/wrapper : 153 > file_name=/Users/domon/.rvm/wrappers/ruby-1.8.7-p370/ri | |
| + /scripts/wrapper : 155 > (( 0 > 0 )) | |
| + /scripts/wrapper : 160 > [[ ! -d /Users/domon/.rvm/bin ]] | |
| + /scripts/wrapper : 165 > [[ -z '' ]] | |
| + /scripts/wrapper : 167 > override_check=1 | |
| + /scripts/wrapper : 168 > wrap_binary | |
| + /scripts/wrapper : wrap_binary() 100 > [[ 1 == \1 ]] | |
| + /scripts/wrapper : wrap_binary() 102 > wrap | |
| + /scripts/wrapper : wrap() 50 > [[ -n /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/ri ]] | |
| ++ /scripts/wrapper : wrap() 52 > dirname /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/ri | |
| + /scripts/wrapper : wrap() 52 > mkdir -p /Users/domon/.rvm/wrappers/ruby-1.8.7-p370 | |
| + /scripts/wrapper : wrap() 53 > rm -f /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/ri | |
| + /scripts/wrapper : wrap() 54 > (( UID == 0 )) | |
| + /scripts/wrapper : wrap() 58 > path=/Users/domon/.rvm | |
| + /scripts/wrapper : wrap() 61 > printf %b '#!/usr/bin/env bash | |
| if [[ -s "/Users/domon/.rvm/environments/ruby-1.8.7-p370" ]] | |
| then | |
| source "/Users/domon/.rvm/environments/ruby-1.8.7-p370" | |
| exec ri "$@" | |
| else | |
| echo "ERROR: Missing RVM environment file: '\''/Users/domon/.rvm/environments/ruby-1.8.7-p370'\''" >&2 | |
| exit 1 | |
| fi | |
| ' | |
| + /scripts/wrapper : wrap() 73 > [[ -f /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/ri ]] | |
| + /scripts/wrapper : wrap() 75 > chmod +x /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/ri | |
| + /scripts/wrapper : wrap() 78 > return 0 | |
| + /scripts/wrapper : 170 > [[ -f /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/ri ]] | |
| + /scripts/wrapper : 172 > [[ ri == \r\u\b\y ]] | |
| + /scripts/wrapper : 176 > destination=/Users/domon/.rvm/bin/ri-ruby-1.8.7-p370 | |
| + /scripts/wrapper : 178 > rm -f /Users/domon/.rvm/bin/ri-ruby-1.8.7-p370 | |
| + /scripts/wrapper : 179 > ln -sf /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/ri /Users/domon/.rvm/bin/ri-ruby-1.8.7-p370 | |
| + /scripts/wrapper : 151 > for binary_name in '"${binaries[@]}"' | |
| + /scripts/wrapper : 153 > file_name=/Users/domon/.rvm/wrappers/ruby-1.8.7-p370/rdoc | |
| + /scripts/wrapper : 155 > (( 0 > 0 )) | |
| + /scripts/wrapper : 160 > [[ ! -d /Users/domon/.rvm/bin ]] | |
| + /scripts/wrapper : 165 > [[ -z '' ]] | |
| + /scripts/wrapper : 167 > override_check=1 | |
| + /scripts/wrapper : 168 > wrap_binary | |
| + /scripts/wrapper : wrap_binary() 100 > [[ 1 == \1 ]] | |
| + /scripts/wrapper : wrap_binary() 102 > wrap | |
| + /scripts/wrapper : wrap() 50 > [[ -n /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/rdoc ]] | |
| ++ /scripts/wrapper : wrap() 52 > dirname /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/rdoc | |
| + /scripts/wrapper : wrap() 52 > mkdir -p /Users/domon/.rvm/wrappers/ruby-1.8.7-p370 | |
| + /scripts/wrapper : wrap() 53 > rm -f /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/rdoc | |
| + /scripts/wrapper : wrap() 54 > (( UID == 0 )) | |
| + /scripts/wrapper : wrap() 58 > path=/Users/domon/.rvm | |
| + /scripts/wrapper : wrap() 61 > printf %b '#!/usr/bin/env bash | |
| if [[ -s "/Users/domon/.rvm/environments/ruby-1.8.7-p370" ]] | |
| then | |
| source "/Users/domon/.rvm/environments/ruby-1.8.7-p370" | |
| exec rdoc "$@" | |
| else | |
| echo "ERROR: Missing RVM environment file: '\''/Users/domon/.rvm/environments/ruby-1.8.7-p370'\''" >&2 | |
| exit 1 | |
| fi | |
| ' | |
| + /scripts/wrapper : wrap() 73 > [[ -f /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/rdoc ]] | |
| + /scripts/wrapper : wrap() 75 > chmod +x /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/rdoc | |
| + /scripts/wrapper : wrap() 78 > return 0 | |
| + /scripts/wrapper : 170 > [[ -f /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/rdoc ]] | |
| + /scripts/wrapper : 172 > [[ rdoc == \r\u\b\y ]] | |
| + /scripts/wrapper : 176 > destination=/Users/domon/.rvm/bin/rdoc-ruby-1.8.7-p370 | |
| + /scripts/wrapper : 178 > rm -f /Users/domon/.rvm/bin/rdoc-ruby-1.8.7-p370 | |
| + /scripts/wrapper : 179 > ln -sf /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/rdoc /Users/domon/.rvm/bin/rdoc-ruby-1.8.7-p370 | |
| + /scripts/wrapper : 151 > for binary_name in '"${binaries[@]}"' | |
| + /scripts/wrapper : 153 > file_name=/Users/domon/.rvm/wrappers/ruby-1.8.7-p370/rake | |
| + /scripts/wrapper : 155 > (( 0 > 0 )) | |
| + /scripts/wrapper : 160 > [[ ! -d /Users/domon/.rvm/bin ]] | |
| + /scripts/wrapper : 165 > [[ -z '' ]] | |
| + /scripts/wrapper : 167 > override_check=1 | |
| + /scripts/wrapper : 168 > wrap_binary | |
| + /scripts/wrapper : wrap_binary() 100 > [[ 1 == \1 ]] | |
| + /scripts/wrapper : wrap_binary() 102 > wrap | |
| + /scripts/wrapper : wrap() 50 > [[ -n /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/rake ]] | |
| ++ /scripts/wrapper : wrap() 52 > dirname /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/rake | |
| + /scripts/wrapper : wrap() 52 > mkdir -p /Users/domon/.rvm/wrappers/ruby-1.8.7-p370 | |
| + /scripts/wrapper : wrap() 53 > rm -f /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/rake | |
| + /scripts/wrapper : wrap() 54 > (( UID == 0 )) | |
| + /scripts/wrapper : wrap() 58 > path=/Users/domon/.rvm | |
| + /scripts/wrapper : wrap() 61 > printf %b '#!/usr/bin/env bash | |
| if [[ -s "/Users/domon/.rvm/environments/ruby-1.8.7-p370" ]] | |
| then | |
| source "/Users/domon/.rvm/environments/ruby-1.8.7-p370" | |
| exec rake "$@" | |
| else | |
| echo "ERROR: Missing RVM environment file: '\''/Users/domon/.rvm/environments/ruby-1.8.7-p370'\''" >&2 | |
| exit 1 | |
| fi | |
| ' | |
| + /scripts/wrapper : wrap() 73 > [[ -f /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/rake ]] | |
| + /scripts/wrapper : wrap() 75 > chmod +x /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/rake | |
| + /scripts/wrapper : wrap() 78 > return 0 | |
| + /scripts/wrapper : 170 > [[ -f /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/rake ]] | |
| + /scripts/wrapper : 172 > [[ rake == \r\u\b\y ]] | |
| + /scripts/wrapper : 176 > destination=/Users/domon/.rvm/bin/rake-ruby-1.8.7-p370 | |
| + /scripts/wrapper : 178 > rm -f /Users/domon/.rvm/bin/rake-ruby-1.8.7-p370 | |
| + /scripts/wrapper : 179 > ln -sf /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/rake /Users/domon/.rvm/bin/rake-ruby-1.8.7-p370 | |
| + /scripts/wrapper : 151 > for binary_name in '"${binaries[@]}"' | |
| + /scripts/wrapper : 153 > file_name=/Users/domon/.rvm/wrappers/ruby-1.8.7-p370/erb | |
| + /scripts/wrapper : 155 > (( 0 > 0 )) | |
| + /scripts/wrapper : 160 > [[ ! -d /Users/domon/.rvm/bin ]] | |
| + /scripts/wrapper : 165 > [[ -z '' ]] | |
| + /scripts/wrapper : 167 > override_check=1 | |
| + /scripts/wrapper : 168 > wrap_binary | |
| + /scripts/wrapper : wrap_binary() 100 > [[ 1 == \1 ]] | |
| + /scripts/wrapper : wrap_binary() 102 > wrap | |
| + /scripts/wrapper : wrap() 50 > [[ -n /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/erb ]] | |
| ++ /scripts/wrapper : wrap() 52 > dirname /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/erb | |
| + /scripts/wrapper : wrap() 52 > mkdir -p /Users/domon/.rvm/wrappers/ruby-1.8.7-p370 | |
| + /scripts/wrapper : wrap() 53 > rm -f /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/erb | |
| + /scripts/wrapper : wrap() 54 > (( UID == 0 )) | |
| + /scripts/wrapper : wrap() 58 > path=/Users/domon/.rvm | |
| + /scripts/wrapper : wrap() 61 > printf %b '#!/usr/bin/env bash | |
| if [[ -s "/Users/domon/.rvm/environments/ruby-1.8.7-p370" ]] | |
| then | |
| source "/Users/domon/.rvm/environments/ruby-1.8.7-p370" | |
| exec erb "$@" | |
| else | |
| echo "ERROR: Missing RVM environment file: '\''/Users/domon/.rvm/environments/ruby-1.8.7-p370'\''" >&2 | |
| exit 1 | |
| fi | |
| ' | |
| + /scripts/wrapper : wrap() 73 > [[ -f /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/erb ]] | |
| + /scripts/wrapper : wrap() 75 > chmod +x /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/erb | |
| + /scripts/wrapper : wrap() 78 > return 0 | |
| + /scripts/wrapper : 170 > [[ -f /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/erb ]] | |
| + /scripts/wrapper : 172 > [[ erb == \r\u\b\y ]] | |
| + /scripts/wrapper : 176 > destination=/Users/domon/.rvm/bin/erb-ruby-1.8.7-p370 | |
| + /scripts/wrapper : 178 > rm -f /Users/domon/.rvm/bin/erb-ruby-1.8.7-p370 | |
| + /scripts/wrapper : 179 > ln -sf /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/erb /Users/domon/.rvm/bin/erb-ruby-1.8.7-p370 | |
| + /scripts/wrapper : 151 > for binary_name in '"${binaries[@]}"' | |
| + /scripts/wrapper : 153 > file_name=/Users/domon/.rvm/wrappers/ruby-1.8.7-p370/testrb | |
| + /scripts/wrapper : 155 > (( 0 > 0 )) | |
| + /scripts/wrapper : 160 > [[ ! -d /Users/domon/.rvm/bin ]] | |
| + /scripts/wrapper : 165 > [[ -z '' ]] | |
| + /scripts/wrapper : 167 > override_check=1 | |
| + /scripts/wrapper : 168 > wrap_binary | |
| + /scripts/wrapper : wrap_binary() 100 > [[ 1 == \1 ]] | |
| + /scripts/wrapper : wrap_binary() 102 > wrap | |
| + /scripts/wrapper : wrap() 50 > [[ -n /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/testrb ]] | |
| ++ /scripts/wrapper : wrap() 52 > dirname /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/testrb | |
| + /scripts/wrapper : wrap() 52 > mkdir -p /Users/domon/.rvm/wrappers/ruby-1.8.7-p370 | |
| + /scripts/wrapper : wrap() 53 > rm -f /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/testrb | |
| + /scripts/wrapper : wrap() 54 > (( UID == 0 )) | |
| + /scripts/wrapper : wrap() 58 > path=/Users/domon/.rvm | |
| + /scripts/wrapper : wrap() 61 > printf %b '#!/usr/bin/env bash | |
| if [[ -s "/Users/domon/.rvm/environments/ruby-1.8.7-p370" ]] | |
| then | |
| source "/Users/domon/.rvm/environments/ruby-1.8.7-p370" | |
| exec testrb "$@" | |
| else | |
| echo "ERROR: Missing RVM environment file: '\''/Users/domon/.rvm/environments/ruby-1.8.7-p370'\''" >&2 | |
| exit 1 | |
| fi | |
| ' | |
| + /scripts/wrapper : wrap() 73 > [[ -f /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/testrb ]] | |
| + /scripts/wrapper : wrap() 75 > chmod +x /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/testrb | |
| + /scripts/wrapper : wrap() 78 > return 0 | |
| + /scripts/wrapper : 170 > [[ -f /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/testrb ]] | |
| + /scripts/wrapper : 172 > [[ testrb == \r\u\b\y ]] | |
| + /scripts/wrapper : 176 > destination=/Users/domon/.rvm/bin/testrb-ruby-1.8.7-p370 | |
| + /scripts/wrapper : 178 > rm -f /Users/domon/.rvm/bin/testrb-ruby-1.8.7-p370 | |
| + /scripts/wrapper : 179 > ln -sf /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/testrb /Users/domon/.rvm/bin/testrb-ruby-1.8.7-p370 | |
| + /scripts/wrapper : 199 > exit 0 | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 278 > __rvm_run chmod.bin 'chmod +x /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/*' | |
| ++ /scripts/functions/utility : __rvm_run() 105 > typeset name message | |
| ++ /scripts/functions/utility : __rvm_run() 106 > typeset -a _command_array | |
| ++ /scripts/functions/utility : __rvm_run() 108 > name=chmod.bin | |
| ++ /scripts/functions/utility : __rvm_run() 109 > eval '_command_array=( chmod +x /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/* )' | |
| +++ /scripts/functions/utility : __rvm_run() 109 > _command_array=(chmod +x /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/*) | |
| ++ /scripts/functions/utility : __rvm_run() 110 > message= | |
| ++ /scripts/functions/utility : __rvm_run() 112 > __rvm_log_command chmod.bin '' chmod +x /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/erb /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/gem /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/irb /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/rdoc /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/ri /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/ruby /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/testrb | |
| ++ /scripts/functions/utility : __rvm_log_command() 118 > typeset name log temp_log_path message | |
| ++ /scripts/functions/utility : __rvm_log_command() 119 > typeset -a _command | |
| ++ /scripts/functions/utility : __rvm_log_command() 120 > true 0 0 | |
| ++ /scripts/functions/utility : __rvm_log_command() 122 > name=chmod.bin | |
| ++ /scripts/functions/utility : __rvm_log_command() 123 > message= | |
| ++ /scripts/functions/utility : __rvm_log_command() 124 > shift 2 | |
| ++ /scripts/functions/utility : __rvm_log_command() 125 > _command=("$@") | |
| ++ /scripts/functions/utility : __rvm_log_command() 127 > [[ -n '' ]] | |
| ++ /scripts/functions/utility : __rvm_log_command() 131 > [[ chmod =~ = ]] | |
| ++ /scripts/functions/utility : __rvm_log_command() 135 > (( rvm_niceness > 0 )) | |
| ++ /scripts/functions/utility : __rvm_log_command() 140 > (( rvm_debug_flag > 0 )) | |
| ++ /scripts/functions/utility : __rvm_log_command() 150 > [[ -n ruby-1.8.7-p370 ]] | |
| ++ /scripts/functions/utility : __rvm_log_command() 151 > temp_log_path=/Users/domon/.rvm/log/ruby-1.8.7-p370 | |
| ++ /scripts/functions/utility : __rvm_log_command() 155 > log=/Users/domon/.rvm/log/ruby-1.8.7-p370/chmod.bin.log | |
| ++ /scripts/functions/utility : __rvm_log_command() 157 > [[ -d /Users/domon/.rvm/log/ruby-1.8.7-p370 ]] | |
| ++ /scripts/functions/utility : __rvm_log_command() 158 > [[ -f /Users/domon/.rvm/log/ruby-1.8.7-p370/chmod.bin.log ]] | |
| +++ /scripts/functions/utility : __rvm_log_command() 161 > date '+%Y-%m-%d %H:%M:%S' | |
| ++ /scripts/functions/utility : __rvm_log_command() 161 > printf %b '[2012-08-27 13:56:08] chmod +x /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/erb /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/gem /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/irb /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/rdoc /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/ri /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/ruby /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/testrb\n' | |
| ++ /scripts/functions/utility : __rvm_log_command() 163 > is_a_function chmod | |
| ++ /scripts/functions/utility : is_a_function() 47 > typeset -f chmod | |
| ++ /scripts/functions/utility : is_a_function() 47 > return 1 | |
| ++ /scripts/functions/utility : __rvm_log_command() 168 > chmod +x /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/erb /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/gem /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/irb /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/rdoc /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/ri /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/ruby /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/testrb | |
| ++ /scripts/functions/utility : __rvm_log_command() 169 > result=0 | |
| ++ /scripts/functions/utility : __rvm_log_command() 171 > (( result > 0 )) | |
| ++ /scripts/functions/utility : __rvm_log_command() 175 > return 0 | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 280 > __rvm_post_install | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1036 > case "$rvm_ruby_interpreter" in | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1039 > (( 0 > 0 )) | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1039 > binaries=(gem irb erb ri rdoc testrb rake) | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1043 > (( 7 > 0 )) | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1045 > rvm_log 'ruby-1.8.7-p370 - adjusting #shebangs for (gem' irb erb ri rdoc testrb 'rake).' | |
| ++ /scripts/functions/logging : rvm_log() 92 > 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() 32 > return 0 | |
| ++ /scripts/functions/logging : rvm_log() 93 > printf %b 'ruby-1.8.7-p370 - adjusting #shebangs for (gem irb erb ri rdoc testrb rake).\n' | |
| ruby-1.8.7-p370 - adjusting #shebangs for (gem irb erb ri rdoc testrb rake). | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1046 > for binary in '"${binaries[@]}"' | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1049 > [[ -e /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/gem ]] | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1053 > [[ /Users/domon/.rvm/src/ruby-1.8.7-p370 != \/\U\s\e\r\s\/\d\o\m\o\n\/\.\r\v\m\/\r\u\b\i\e\s\/\r\u\b\y\-\1\.\8\.\7\-\p\3\7\0 ]] | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1053 > [[ -f /Users/domon/.rvm/src/ruby-1.8.7-p370/bin/gem ]] | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1057 > [[ -f /Users/domon/.rvm/gems/ruby-1.8.7-p370/bin/gem ]] | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1062 > __rvm_inject_gem_env /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/gem | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1109 > typeset actual_file string | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1111 > __rvm_actual_file /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/gem | |
| ++ /scripts/functions/manage/base : __rvm_actual_file() 1138 > [[ -L /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/gem ]] | |
| ++ /scripts/functions/manage/base : __rvm_actual_file() 1142 > actual_file=/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/gem | |
| ++ /scripts/functions/manage/base : __rvm_actual_file() 1145 > return 0 | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1113 > [[ -s /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/gem ]] | |
| +++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1115 > head -n 1 /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/gem | |
| +++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1115 > awk '/[j]*ruby/' | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1115 > [[ -n #!/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/ruby ]] | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1117 > string='ENV['\''GEM_HOME'\'']=ENV['\''GEM_HOME'\''] || '\''/Users/domon/.rvm/gems/ruby-1.8.7-p370'\''\nENV['\''GEM_PATH'\'']=ENV['\''GEM_PATH'\''] || '\''/Users/domon/.rvm/gems/ruby-1.8.7-p370:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global'\''\nENV['\''PATH'\'']='\''/Users/domon/.rvm/gems/ruby-1.8.7-p370/bin:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global/bin:/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin:'\'' + ENV['\''PATH'\'']\n' | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1124 > [[ -n ENV['GEM_HOME']=ENV['GEM_HOME'] || '/Users/domon/.rvm/gems/ruby-1.8.7-p370'\nENV['GEM_PATH']=ENV['GEM_PATH'] || '/Users/domon/.rvm/gems/ruby-1.8.7-p370:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global'\nENV['PATH']='/Users/domon/.rvm/gems/ruby-1.8.7-p370/bin:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global/bin:/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin:' + ENV['PATH']\n ]] | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1126 > awk 'NR==2 {print "ENV['\''GEM_HOME'\'']=ENV['\''GEM_HOME'\''] || '\''/Users/domon/.rvm/gems/ruby-1.8.7-p370'\''\nENV['\''GEM_PATH'\'']=ENV['\''GEM_PATH'\''] || '\''/Users/domon/.rvm/gems/ruby-1.8.7-p370:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global'\''\nENV['\''PATH'\'']='\''/Users/domon/.rvm/gems/ruby-1.8.7-p370/bin:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global/bin:/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin:'\'' + ENV['\''PATH'\'']\n"} {print}' /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/gem | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1128 > mv /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/gem.new /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/gem | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1129 > chmod +x /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/gem | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1133 > return 0 | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1063 > __rvm_inject_ruby_shebang /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/gem | |
| ++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1096 > typeset actual_file | |
| ++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1098 > __rvm_actual_file /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/gem | |
| ++ /scripts/functions/manage/base : __rvm_actual_file() 1138 > [[ -L /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/gem ]] | |
| ++ /scripts/functions/manage/base : __rvm_actual_file() 1142 > actual_file=/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/gem | |
| ++ /scripts/functions/manage/base : __rvm_actual_file() 1145 > return 0 | |
| ++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1100 > [[ -f /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/gem ]] | |
| ++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1102 > sed -e '1,1s=.*=#!/usr/bin/env ruby=' /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/gem | |
| ++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1103 > mv /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/gem.new /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/gem | |
| ++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1103 > chmod +x /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/gem | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1064 > chmod +x /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/gem | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1046 > for binary in '"${binaries[@]}"' | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1049 > [[ -e /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/irb ]] | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1053 > [[ /Users/domon/.rvm/src/ruby-1.8.7-p370 != \/\U\s\e\r\s\/\d\o\m\o\n\/\.\r\v\m\/\r\u\b\i\e\s\/\r\u\b\y\-\1\.\8\.\7\-\p\3\7\0 ]] | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1053 > [[ -f /Users/domon/.rvm/src/ruby-1.8.7-p370/bin/irb ]] | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1055 > cp -f /Users/domon/.rvm/src/ruby-1.8.7-p370/bin/irb /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/irb | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1062 > __rvm_inject_gem_env /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/irb | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1109 > typeset actual_file string | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1111 > __rvm_actual_file /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/irb | |
| ++ /scripts/functions/manage/base : __rvm_actual_file() 1138 > [[ -L /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/irb ]] | |
| ++ /scripts/functions/manage/base : __rvm_actual_file() 1142 > actual_file=/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/irb | |
| ++ /scripts/functions/manage/base : __rvm_actual_file() 1145 > return 0 | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1113 > [[ -s /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/irb ]] | |
| +++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1115 > head -n 1 /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/irb | |
| +++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1115 > awk '/[j]*ruby/' | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1115 > [[ -n #!/usr/bin/env ruby ]] | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1117 > string='ENV['\''GEM_HOME'\'']=ENV['\''GEM_HOME'\''] || '\''/Users/domon/.rvm/gems/ruby-1.8.7-p370'\''\nENV['\''GEM_PATH'\'']=ENV['\''GEM_PATH'\''] || '\''/Users/domon/.rvm/gems/ruby-1.8.7-p370:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global'\''\nENV['\''PATH'\'']='\''/Users/domon/.rvm/gems/ruby-1.8.7-p370/bin:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global/bin:/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin:'\'' + ENV['\''PATH'\'']\n' | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1124 > [[ -n ENV['GEM_HOME']=ENV['GEM_HOME'] || '/Users/domon/.rvm/gems/ruby-1.8.7-p370'\nENV['GEM_PATH']=ENV['GEM_PATH'] || '/Users/domon/.rvm/gems/ruby-1.8.7-p370:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global'\nENV['PATH']='/Users/domon/.rvm/gems/ruby-1.8.7-p370/bin:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global/bin:/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin:' + ENV['PATH']\n ]] | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1126 > awk 'NR==2 {print "ENV['\''GEM_HOME'\'']=ENV['\''GEM_HOME'\''] || '\''/Users/domon/.rvm/gems/ruby-1.8.7-p370'\''\nENV['\''GEM_PATH'\'']=ENV['\''GEM_PATH'\''] || '\''/Users/domon/.rvm/gems/ruby-1.8.7-p370:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global'\''\nENV['\''PATH'\'']='\''/Users/domon/.rvm/gems/ruby-1.8.7-p370/bin:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global/bin:/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin:'\'' + ENV['\''PATH'\'']\n"} {print}' /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/irb | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1128 > mv /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/irb.new /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/irb | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1129 > chmod +x /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/irb | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1133 > return 0 | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1063 > __rvm_inject_ruby_shebang /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/irb | |
| ++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1096 > typeset actual_file | |
| ++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1098 > __rvm_actual_file /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/irb | |
| ++ /scripts/functions/manage/base : __rvm_actual_file() 1138 > [[ -L /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/irb ]] | |
| ++ /scripts/functions/manage/base : __rvm_actual_file() 1142 > actual_file=/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/irb | |
| ++ /scripts/functions/manage/base : __rvm_actual_file() 1145 > return 0 | |
| ++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1100 > [[ -f /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/irb ]] | |
| ++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1102 > sed -e '1,1s=.*=#!/usr/bin/env ruby=' /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/irb | |
| ++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1103 > mv /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/irb.new /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/irb | |
| ++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1103 > chmod +x /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/irb | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1064 > chmod +x /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/irb | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1046 > for binary in '"${binaries[@]}"' | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1049 > [[ -e /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/erb ]] | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1053 > [[ /Users/domon/.rvm/src/ruby-1.8.7-p370 != \/\U\s\e\r\s\/\d\o\m\o\n\/\.\r\v\m\/\r\u\b\i\e\s\/\r\u\b\y\-\1\.\8\.\7\-\p\3\7\0 ]] | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1053 > [[ -f /Users/domon/.rvm/src/ruby-1.8.7-p370/bin/erb ]] | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1055 > cp -f /Users/domon/.rvm/src/ruby-1.8.7-p370/bin/erb /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/erb | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1062 > __rvm_inject_gem_env /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/erb | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1109 > typeset actual_file string | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1111 > __rvm_actual_file /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/erb | |
| ++ /scripts/functions/manage/base : __rvm_actual_file() 1138 > [[ -L /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/erb ]] | |
| ++ /scripts/functions/manage/base : __rvm_actual_file() 1142 > actual_file=/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/erb | |
| ++ /scripts/functions/manage/base : __rvm_actual_file() 1145 > return 0 | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1113 > [[ -s /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/erb ]] | |
| +++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1115 > head -n 1 /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/erb | |
| +++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1115 > awk '/[j]*ruby/' | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1115 > [[ -n #!/usr/bin/env ruby ]] | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1117 > string='ENV['\''GEM_HOME'\'']=ENV['\''GEM_HOME'\''] || '\''/Users/domon/.rvm/gems/ruby-1.8.7-p370'\''\nENV['\''GEM_PATH'\'']=ENV['\''GEM_PATH'\''] || '\''/Users/domon/.rvm/gems/ruby-1.8.7-p370:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global'\''\nENV['\''PATH'\'']='\''/Users/domon/.rvm/gems/ruby-1.8.7-p370/bin:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global/bin:/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin:'\'' + ENV['\''PATH'\'']\n' | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1124 > [[ -n ENV['GEM_HOME']=ENV['GEM_HOME'] || '/Users/domon/.rvm/gems/ruby-1.8.7-p370'\nENV['GEM_PATH']=ENV['GEM_PATH'] || '/Users/domon/.rvm/gems/ruby-1.8.7-p370:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global'\nENV['PATH']='/Users/domon/.rvm/gems/ruby-1.8.7-p370/bin:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global/bin:/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin:' + ENV['PATH']\n ]] | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1126 > awk 'NR==2 {print "ENV['\''GEM_HOME'\'']=ENV['\''GEM_HOME'\''] || '\''/Users/domon/.rvm/gems/ruby-1.8.7-p370'\''\nENV['\''GEM_PATH'\'']=ENV['\''GEM_PATH'\''] || '\''/Users/domon/.rvm/gems/ruby-1.8.7-p370:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global'\''\nENV['\''PATH'\'']='\''/Users/domon/.rvm/gems/ruby-1.8.7-p370/bin:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global/bin:/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin:'\'' + ENV['\''PATH'\'']\n"} {print}' /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/erb | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1128 > mv /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/erb.new /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/erb | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1129 > chmod +x /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/erb | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1133 > return 0 | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1063 > __rvm_inject_ruby_shebang /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/erb | |
| ++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1096 > typeset actual_file | |
| ++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1098 > __rvm_actual_file /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/erb | |
| ++ /scripts/functions/manage/base : __rvm_actual_file() 1138 > [[ -L /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/erb ]] | |
| ++ /scripts/functions/manage/base : __rvm_actual_file() 1142 > actual_file=/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/erb | |
| ++ /scripts/functions/manage/base : __rvm_actual_file() 1145 > return 0 | |
| ++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1100 > [[ -f /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/erb ]] | |
| ++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1102 > sed -e '1,1s=.*=#!/usr/bin/env ruby=' /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/erb | |
| ++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1103 > mv /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/erb.new /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/erb | |
| ++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1103 > chmod +x /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/erb | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1064 > chmod +x /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/erb | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1046 > for binary in '"${binaries[@]}"' | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1049 > [[ -e /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/ri ]] | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1053 > [[ /Users/domon/.rvm/src/ruby-1.8.7-p370 != \/\U\s\e\r\s\/\d\o\m\o\n\/\.\r\v\m\/\r\u\b\i\e\s\/\r\u\b\y\-\1\.\8\.\7\-\p\3\7\0 ]] | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1053 > [[ -f /Users/domon/.rvm/src/ruby-1.8.7-p370/bin/ri ]] | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1055 > cp -f /Users/domon/.rvm/src/ruby-1.8.7-p370/bin/ri /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/ri | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1062 > __rvm_inject_gem_env /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/ri | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1109 > typeset actual_file string | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1111 > __rvm_actual_file /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/ri | |
| ++ /scripts/functions/manage/base : __rvm_actual_file() 1138 > [[ -L /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/ri ]] | |
| ++ /scripts/functions/manage/base : __rvm_actual_file() 1142 > actual_file=/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/ri | |
| ++ /scripts/functions/manage/base : __rvm_actual_file() 1145 > return 0 | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1113 > [[ -s /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/ri ]] | |
| +++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1115 > head -n 1 /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/ri | |
| +++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1115 > awk '/[j]*ruby/' | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1115 > [[ -n #!/usr/bin/env ruby ]] | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1117 > string='ENV['\''GEM_HOME'\'']=ENV['\''GEM_HOME'\''] || '\''/Users/domon/.rvm/gems/ruby-1.8.7-p370'\''\nENV['\''GEM_PATH'\'']=ENV['\''GEM_PATH'\''] || '\''/Users/domon/.rvm/gems/ruby-1.8.7-p370:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global'\''\nENV['\''PATH'\'']='\''/Users/domon/.rvm/gems/ruby-1.8.7-p370/bin:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global/bin:/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin:'\'' + ENV['\''PATH'\'']\n' | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1124 > [[ -n ENV['GEM_HOME']=ENV['GEM_HOME'] || '/Users/domon/.rvm/gems/ruby-1.8.7-p370'\nENV['GEM_PATH']=ENV['GEM_PATH'] || '/Users/domon/.rvm/gems/ruby-1.8.7-p370:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global'\nENV['PATH']='/Users/domon/.rvm/gems/ruby-1.8.7-p370/bin:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global/bin:/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin:' + ENV['PATH']\n ]] | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1126 > awk 'NR==2 {print "ENV['\''GEM_HOME'\'']=ENV['\''GEM_HOME'\''] || '\''/Users/domon/.rvm/gems/ruby-1.8.7-p370'\''\nENV['\''GEM_PATH'\'']=ENV['\''GEM_PATH'\''] || '\''/Users/domon/.rvm/gems/ruby-1.8.7-p370:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global'\''\nENV['\''PATH'\'']='\''/Users/domon/.rvm/gems/ruby-1.8.7-p370/bin:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global/bin:/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin:'\'' + ENV['\''PATH'\'']\n"} {print}' /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/ri | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1128 > mv /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/ri.new /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/ri | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1129 > chmod +x /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/ri | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1133 > return 0 | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1063 > __rvm_inject_ruby_shebang /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/ri | |
| ++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1096 > typeset actual_file | |
| ++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1098 > __rvm_actual_file /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/ri | |
| ++ /scripts/functions/manage/base : __rvm_actual_file() 1138 > [[ -L /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/ri ]] | |
| ++ /scripts/functions/manage/base : __rvm_actual_file() 1142 > actual_file=/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/ri | |
| ++ /scripts/functions/manage/base : __rvm_actual_file() 1145 > return 0 | |
| ++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1100 > [[ -f /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/ri ]] | |
| ++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1102 > sed -e '1,1s=.*=#!/usr/bin/env ruby=' /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/ri | |
| ++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1103 > mv /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/ri.new /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/ri | |
| ++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1103 > chmod +x /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/ri | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1064 > chmod +x /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/ri | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1046 > for binary in '"${binaries[@]}"' | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1049 > [[ -e /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/rdoc ]] | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1053 > [[ /Users/domon/.rvm/src/ruby-1.8.7-p370 != \/\U\s\e\r\s\/\d\o\m\o\n\/\.\r\v\m\/\r\u\b\i\e\s\/\r\u\b\y\-\1\.\8\.\7\-\p\3\7\0 ]] | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1053 > [[ -f /Users/domon/.rvm/src/ruby-1.8.7-p370/bin/rdoc ]] | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1055 > cp -f /Users/domon/.rvm/src/ruby-1.8.7-p370/bin/rdoc /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/rdoc | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1062 > __rvm_inject_gem_env /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/rdoc | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1109 > typeset actual_file string | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1111 > __rvm_actual_file /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/rdoc | |
| ++ /scripts/functions/manage/base : __rvm_actual_file() 1138 > [[ -L /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/rdoc ]] | |
| ++ /scripts/functions/manage/base : __rvm_actual_file() 1142 > actual_file=/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/rdoc | |
| ++ /scripts/functions/manage/base : __rvm_actual_file() 1145 > return 0 | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1113 > [[ -s /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/rdoc ]] | |
| +++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1115 > head -n 1 /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/rdoc | |
| +++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1115 > awk '/[j]*ruby/' | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1115 > [[ -n #!/usr/bin/env ruby ]] | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1117 > string='ENV['\''GEM_HOME'\'']=ENV['\''GEM_HOME'\''] || '\''/Users/domon/.rvm/gems/ruby-1.8.7-p370'\''\nENV['\''GEM_PATH'\'']=ENV['\''GEM_PATH'\''] || '\''/Users/domon/.rvm/gems/ruby-1.8.7-p370:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global'\''\nENV['\''PATH'\'']='\''/Users/domon/.rvm/gems/ruby-1.8.7-p370/bin:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global/bin:/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin:'\'' + ENV['\''PATH'\'']\n' | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1124 > [[ -n ENV['GEM_HOME']=ENV['GEM_HOME'] || '/Users/domon/.rvm/gems/ruby-1.8.7-p370'\nENV['GEM_PATH']=ENV['GEM_PATH'] || '/Users/domon/.rvm/gems/ruby-1.8.7-p370:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global'\nENV['PATH']='/Users/domon/.rvm/gems/ruby-1.8.7-p370/bin:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global/bin:/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin:' + ENV['PATH']\n ]] | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1126 > awk 'NR==2 {print "ENV['\''GEM_HOME'\'']=ENV['\''GEM_HOME'\''] || '\''/Users/domon/.rvm/gems/ruby-1.8.7-p370'\''\nENV['\''GEM_PATH'\'']=ENV['\''GEM_PATH'\''] || '\''/Users/domon/.rvm/gems/ruby-1.8.7-p370:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global'\''\nENV['\''PATH'\'']='\''/Users/domon/.rvm/gems/ruby-1.8.7-p370/bin:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global/bin:/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin:'\'' + ENV['\''PATH'\'']\n"} {print}' /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/rdoc | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1128 > mv /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/rdoc.new /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/rdoc | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1129 > chmod +x /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/rdoc | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1133 > return 0 | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1063 > __rvm_inject_ruby_shebang /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/rdoc | |
| ++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1096 > typeset actual_file | |
| ++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1098 > __rvm_actual_file /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/rdoc | |
| ++ /scripts/functions/manage/base : __rvm_actual_file() 1138 > [[ -L /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/rdoc ]] | |
| ++ /scripts/functions/manage/base : __rvm_actual_file() 1142 > actual_file=/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/rdoc | |
| ++ /scripts/functions/manage/base : __rvm_actual_file() 1145 > return 0 | |
| ++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1100 > [[ -f /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/rdoc ]] | |
| ++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1102 > sed -e '1,1s=.*=#!/usr/bin/env ruby=' /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/rdoc | |
| ++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1103 > mv /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/rdoc.new /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/rdoc | |
| ++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1103 > chmod +x /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/rdoc | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1064 > chmod +x /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/rdoc | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1046 > for binary in '"${binaries[@]}"' | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1049 > [[ -e /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/testrb ]] | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1053 > [[ /Users/domon/.rvm/src/ruby-1.8.7-p370 != \/\U\s\e\r\s\/\d\o\m\o\n\/\.\r\v\m\/\r\u\b\i\e\s\/\r\u\b\y\-\1\.\8\.\7\-\p\3\7\0 ]] | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1053 > [[ -f /Users/domon/.rvm/src/ruby-1.8.7-p370/bin/testrb ]] | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1055 > cp -f /Users/domon/.rvm/src/ruby-1.8.7-p370/bin/testrb /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/testrb | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1062 > __rvm_inject_gem_env /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/testrb | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1109 > typeset actual_file string | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1111 > __rvm_actual_file /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/testrb | |
| ++ /scripts/functions/manage/base : __rvm_actual_file() 1138 > [[ -L /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/testrb ]] | |
| ++ /scripts/functions/manage/base : __rvm_actual_file() 1142 > actual_file=/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/testrb | |
| ++ /scripts/functions/manage/base : __rvm_actual_file() 1145 > return 0 | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1113 > [[ -s /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/testrb ]] | |
| +++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1115 > head -n 1 /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/testrb | |
| +++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1115 > awk '/[j]*ruby/' | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1115 > [[ -n #!/usr/bin/env ruby ]] | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1117 > string='ENV['\''GEM_HOME'\'']=ENV['\''GEM_HOME'\''] || '\''/Users/domon/.rvm/gems/ruby-1.8.7-p370'\''\nENV['\''GEM_PATH'\'']=ENV['\''GEM_PATH'\''] || '\''/Users/domon/.rvm/gems/ruby-1.8.7-p370:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global'\''\nENV['\''PATH'\'']='\''/Users/domon/.rvm/gems/ruby-1.8.7-p370/bin:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global/bin:/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin:'\'' + ENV['\''PATH'\'']\n' | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1124 > [[ -n ENV['GEM_HOME']=ENV['GEM_HOME'] || '/Users/domon/.rvm/gems/ruby-1.8.7-p370'\nENV['GEM_PATH']=ENV['GEM_PATH'] || '/Users/domon/.rvm/gems/ruby-1.8.7-p370:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global'\nENV['PATH']='/Users/domon/.rvm/gems/ruby-1.8.7-p370/bin:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global/bin:/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin:' + ENV['PATH']\n ]] | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1126 > awk 'NR==2 {print "ENV['\''GEM_HOME'\'']=ENV['\''GEM_HOME'\''] || '\''/Users/domon/.rvm/gems/ruby-1.8.7-p370'\''\nENV['\''GEM_PATH'\'']=ENV['\''GEM_PATH'\''] || '\''/Users/domon/.rvm/gems/ruby-1.8.7-p370:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global'\''\nENV['\''PATH'\'']='\''/Users/domon/.rvm/gems/ruby-1.8.7-p370/bin:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global/bin:/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin:'\'' + ENV['\''PATH'\'']\n"} {print}' /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/testrb | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1128 > mv /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/testrb.new /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/testrb | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1129 > chmod +x /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/testrb | |
| ++ /scripts/functions/manage/base : __rvm_inject_gem_env() 1133 > return 0 | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1063 > __rvm_inject_ruby_shebang /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/testrb | |
| ++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1096 > typeset actual_file | |
| ++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1098 > __rvm_actual_file /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/testrb | |
| ++ /scripts/functions/manage/base : __rvm_actual_file() 1138 > [[ -L /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/testrb ]] | |
| ++ /scripts/functions/manage/base : __rvm_actual_file() 1142 > actual_file=/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/testrb | |
| ++ /scripts/functions/manage/base : __rvm_actual_file() 1145 > return 0 | |
| ++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1100 > [[ -f /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/testrb ]] | |
| ++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1102 > sed -e '1,1s=.*=#!/usr/bin/env ruby=' /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/testrb | |
| ++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1103 > mv /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/testrb.new /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/testrb | |
| ++ /scripts/functions/manage/base : __rvm_inject_ruby_shebang() 1103 > chmod +x /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/testrb | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1064 > chmod +x /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/testrb | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1046 > for binary in '"${binaries[@]}"' | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1049 > [[ -e /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/rake ]] | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1049 > [[ -e /Users/domon/.rvm/src/ruby-1.8.7-p370/bin/rake ]] | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1068 > binaries=(gem irb erb ri rdoc testrb rake) | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1071 > (( 0 == 0 )) | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1073 > __rvm_run_with_env gemsets.initial ruby-1.8.7-p370 ''\''/Users/domon/.rvm/scripts/gemsets'\'' initial' 'ruby-1.8.7-p370 - #importing default gemsets (/Users/domon/.rvm/gemsets/)' | |
| ++ /scripts/functions/environment : __rvm_run_with_env() 168 > typeset name environment _command message log path | |
| ++ /scripts/functions/environment : __rvm_run_with_env() 170 > name=gemsets.initial | |
| ++ /scripts/functions/environment : __rvm_run_with_env() 171 > environment=ruby-1.8.7-p370 | |
| ++ /scripts/functions/environment : __rvm_run_with_env() 172 > _command=''\''/Users/domon/.rvm/scripts/gemsets'\'' initial' | |
| ++ /scripts/functions/environment : __rvm_run_with_env() 173 > message='ruby-1.8.7-p370 - #importing default gemsets (/Users/domon/.rvm/gemsets/)' | |
| ++ /scripts/functions/environment : __rvm_run_with_env() 175 > [[ -n ruby-1.8.7-p370 ]] | |
| ++ /scripts/functions/environment : __rvm_run_with_env() 177 > [[ -n ruby-1.8.7-p370 - #importing default gemsets (/Users/domon/.rvm/gemsets/) ]] | |
| ++ /scripts/functions/environment : __rvm_run_with_env() 177 > rvm_log 'ruby-1.8.7-p370 - #importing default gemsets (/Users/domon/.rvm/gemsets/)' | |
| ++ /scripts/functions/logging : rvm_log() 92 > 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() 32 > return 0 | |
| ++ /scripts/functions/logging : rvm_log() 93 > printf %b 'ruby-1.8.7-p370 - #importing default gemsets (/Users/domon/.rvm/gemsets/)\n' | |
| ruby-1.8.7-p370 - #importing default gemsets (/Users/domon/.rvm/gemsets/) | |
| ++ /scripts/functions/environment : __rvm_run_with_env() 179 > (( 0 == 1 )) | |
| ++ /scripts/functions/environment : __rvm_run_with_env() 184 > path=/Users/domon/.rvm/log/ruby-1.8.7-p370 | |
| ++ /scripts/functions/environment : __rvm_run_with_env() 186 > log=/Users/domon/.rvm/log/ruby-1.8.7-p370/gemsets.initial.log | |
| ++ /scripts/functions/environment : __rvm_run_with_env() 188 > [[ ! -d /Users/domon/.rvm/log/ruby-1.8.7-p370 ]] | |
| ++ /scripts/functions/environment : __rvm_run_with_env() 193 > [[ ! -f /Users/domon/.rvm/log/ruby-1.8.7-p370/gemsets.initial.log ]] | |
| +++ /scripts/functions/environment : __rvm_run_with_env() 198 > date '+%Y-%m-%d %H:%M:%S' | |
| ++ /scripts/functions/environment : __rvm_run_with_env() 198 > printf %b '[2012-08-27 13:56:08] '\''/Users/domon/.rvm/scripts/gemsets'\'' initial # under ruby-1.8.7-p370\n' | |
| ++ /scripts/functions/environment : __rvm_run_with_env() 200 > (( 0 > 0 )) | |
| ++ /scripts/functions/environment : __rvm_run_with_env() 206 > rvm_ruby_string=ruby-1.8.7-p370 | |
| ++ /scripts/functions/environment : __rvm_run_with_env() 208 > __rvm_use | |
| ++ /scripts/selector : __rvm_use() 441 > typeset new_path binary full_binary_path rvm_ruby_gem_home | |
| ++ /scripts/selector : __rvm_use() 443 > __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=ruby-1.8.7-p370 | |
| ++ /scripts/selector : __rvm_select() 11 > export GEM_HOME GEM_PATH MY_RUBY_HOME RUBY_VERSION IRBRC | |
| ++ /scripts/selector : __rvm_select() 12 > export rvm_env_string rvm_action rvm_alias_expanded rvm_archive_extension rvm_bin_flag rvm_bin_path rvm_configure_flags 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_args rvm_install_on_use_flag rvm_llvm_flag rvm_loaded_flag rvm_make_flags rvm_niceness rvm_nightly_flag rvm_only_path_flag rvm_parse_break rvm_patch_names rvm_patch_original_pwd rvm_pretty_print_flag rvm_proxy rvm_quiet_flag rvm_ree_options rvm_reload_flag rvm_remove_flag rvm_ruby_alias rvm_ruby_aliases 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() 14 > [[ -z ruby-1.8.7-p370 ]] | |
| ++ /scripts/selector : __rvm_select() 38 > __rvm_ruby_string | |
| ++ /scripts/selector : __rvm_ruby_string() 592 > typeset ruby_string gemset_name expanded_alias_name repo_url branch_name ruby_name | |
| ++ /scripts/selector : __rvm_ruby_string() 594 > __rvm_default_flags | |
| ++ /scripts/functions/env : __rvm_default_flags() 9 > true 0 0 | |
| ++ /scripts/selector : __rvm_ruby_string() 596 > rvm_expanding_aliases= | |
| ++ /scripts/selector : __rvm_ruby_string() 599 > true 1.8.7 '' ruby 1.8.7 '' p370 '' @ ruby-1.8.7-p370 0 0 | |
| ++ /scripts/selector : __rvm_ruby_string() 604 > echo ruby-1.8.7-p370 | |
| ++ /scripts/selector : __rvm_ruby_string() 604 > GREP_OPTIONS= | |
| ++ /scripts/selector : __rvm_ruby_string() 604 > grep @ | |
| ++ /scripts/selector : __rvm_ruby_string() 611 > (( rvm_expanding_aliases == 0 )) | |
| ++ /scripts/selector : __rvm_ruby_string() 612 > [[ -n ruby-1.8.7-p370 ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 612 > [[ ruby-1.8.7-p370 != \s\y\s\t\e\m ]] | |
| +++ /scripts/selector : __rvm_ruby_string() 614 > /Users/domon/.rvm/scripts/alias show ruby-1.8.7-p370 | |
| ++ /scripts/selector : __rvm_ruby_string() 614 > expanded_alias_name= | |
| ++ /scripts/selector : __rvm_ruby_string() 615 > [[ -n '' ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 618 > [[ ruby-1.8.7-p370 == default ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 625 > echo ruby-1.8.7-p370 | |
| ++ /scripts/selector : __rvm_ruby_string() 625 > GREP_OPTIONS= | |
| ++ /scripts/selector : __rvm_ruby_string() 625 > grep @ | |
| ++ /scripts/selector : __rvm_ruby_string() 631 > ruby_string=ruby-1.8.7-p370 | |
| ++ /scripts/selector : __rvm_ruby_string() 632 > gemset_name= | |
| ++ /scripts/selector : __rvm_ruby_string() 633 > repo_url=git://github.com/ruby/ruby.git | |
| ++ /scripts/selector : __rvm_ruby_string() 634 > branch_name= | |
| ++ /scripts/selector : __rvm_ruby_string() 635 > ruby_name= | |
| ++ /scripts/selector : __rvm_ruby_string() 637 > __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 > : rvm_stored_umask:0022 | |
| ++ /scripts/functions/init : __rvm_load_rvmrc() 14 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc") | |
| ++ /scripts/functions/init : __rvm_load_rvmrc() 15 > [[ -n /Users/domon ]] | |
| ++ /scripts/functions/init : __rvm_load_rvmrc() 15 > [[ /Users/domon/.rvmrc -ef /Users/domon/.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/domon/.rvmrc ]] | |
| ++ /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"' | |
| ++ /scripts/functions/init : __rvm_load_rvmrc() 20 > [[ -s /Users/domon/.rvmrc ]] | |
| ++ /scripts/functions/init : __rvm_load_rvmrc() 35 > return 0 | |
| ++ /scripts/selector : __rvm_ruby_string() 639 > rvm_ruby_repo_url=git://github.com/ruby/ruby.git | |
| ++ /scripts/selector : __rvm_ruby_string() 640 > rvm_ruby_repo_branch= | |
| ++ /scripts/selector : __rvm_ruby_string() 641 > rvm_ruby_name= | |
| ++ /scripts/selector : __rvm_ruby_string() 643 > [[ -n '' ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 649 > strings=($(echo ${ruby_string//-/ })) | |
| +++ /scripts/selector : __rvm_ruby_string() 649 > echo ruby 1.8.7 p370 | |
| ++ /scripts/selector : __rvm_ruby_string() 651 > (( 3 == 0 )) | |
| ++ /scripts/selector : __rvm_ruby_string() 666 > for string in '${strings[@]}' | |
| ++ /scripts/selector : __rvm_ruby_string() 668 > case "$string" in | |
| ++ /scripts/selector : __rvm_ruby_string() 825 > rvm_ruby_interpreter=ruby | |
| ++ /scripts/selector : __rvm_ruby_string() 666 > for string in '${strings[@]}' | |
| ++ /scripts/selector : __rvm_ruby_string() 668 > case "$string" in | |
| ++ /scripts/selector : __rvm_ruby_string() 718 > [[ ruby == \r\b\x ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 731 > case "$string" in | |
| ++ /scripts/selector : __rvm_ruby_string() 733 > rvm_ruby_version=1.8.7 | |
| ++ /scripts/selector : __rvm_ruby_string() 734 > rvm_ruby_revision= | |
| ++ /scripts/selector : __rvm_ruby_string() 735 > rvm_ruby_tag= | |
| ++ /scripts/selector : __rvm_ruby_string() 666 > for string in '${strings[@]}' | |
| ++ /scripts/selector : __rvm_ruby_string() 668 > case "$string" in | |
| ++ /scripts/selector : __rvm_ruby_string() 759 > rvm_ruby_patch_level=p370 | |
| ++ /scripts/selector : __rvm_ruby_string() 839 > [[ -z ruby ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 855 > rvm_ruby_version=1.8.7 | |
| ++ /scripts/selector : __rvm_ruby_string() 856 > [[ -z 1.8.7 ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 863 > [[ -z 1.8.7 ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 867 > rvm_ruby_string=ruby-1.8.7 | |
| ++ /scripts/selector : __rvm_ruby_string() 870 > [[ ruby == \e\x\t ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 874 > (( 0 == 1 )) | |
| ++ /scripts/selector : __rvm_ruby_string() 878 > [[ -n '' ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 882 > [[ -n '' ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 886 > [[ -n '' ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 890 > [[ -n p370 ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 892 > rvm_ruby_string=ruby-1.8.7-p370 | |
| ++ /scripts/selector : __rvm_ruby_string() 937 > [[ -n '' ]] | |
| ++ /scripts/selector : __rvm_ruby_string() 946 > detected_rvm_ruby_name= | |
| ++ /scripts/selector : __rvm_select() 40 > rvm_archive_extension=tar.gz | |
| ++ /scripts/selector : __rvm_select() 42 > [[ -z ruby ]] | |
| ++ /scripts/selector : __rvm_select() 47 > case "${rvm_ruby_interpreter:-missing}" in | |
| ++ /scripts/selector : __rvm_select() 265 > [[ -n p370 ]] | |
| ++ /scripts/selector : __rvm_select() 267 > rvm_ruby_package_file=ruby-1.8.7-p370 | |
| ++ /scripts/selector : __rvm_select() 268 > rvm_ruby_package_name=ruby-1.8.7-p370 | |
| ++ /scripts/selector : __rvm_select() 274 > [[ -z 1.8.7 ]] | |
| ++ /scripts/selector : __rvm_select() 278 > rvm_ruby_repo_url=git://github.com/ruby/ruby.git | |
| ++ /scripts/selector : __rvm_select() 279 > (( 0 == 0 )) | |
| ++ /scripts/selector : __rvm_select() 281 > case "${rvm_ruby_version}" in | |
| ++ /scripts/selector : __rvm_select() 286 > rvm_archive_extension=tar.bz2 | |
| ++ /scripts/selector : __rvm_select() 329 > [[ -n 1.8.7 ]] | |
| ++ /scripts/selector : __rvm_select() 331 > case "$rvm_ruby_version" in | |
| ++ /scripts/selector : __rvm_select() 333 > rvm_ruby_release_version=1 | |
| ++ /scripts/selector : __rvm_select() 334 > rvm_ruby_major_version=1.8 | |
| ++ /scripts/selector : __rvm_select() 334 > rvm_ruby_major_version=8 | |
| ++ /scripts/selector : __rvm_select() 335 > rvm_ruby_minor_version=7 | |
| ++ /scripts/selector : __rvm_select() 345 > [[ ruby == ext ]] | |
| ++ /scripts/selector : __rvm_select() 351 > rvm_ruby_package_name=ruby-1.8.7-p370 | |
| ++ /scripts/selector : __rvm_select() 352 > rvm_ruby_home=/Users/domon/.rvm/rubies/ruby-1.8.7-p370 | |
| ++ /scripts/selector : __rvm_select() 353 > rvm_ruby_irbrc=/Users/domon/.rvm/rubies/ruby-1.8.7-p370/.irbrc | |
| ++ /scripts/selector : __rvm_select() 354 > rvm_ruby_binary=/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/ruby | |
| ++ /scripts/selector : __rvm_select() 358 > [[ maglev == \r\u\b\y ]] | |
| ++ /scripts/selector : __rvm_select() 364 > [[ system != \r\u\b\y ]] | |
| ++ /scripts/selector : __rvm_select() 366 > __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/domon/.rvm/gems/ruby-1.8.7-p370 | |
| ++ /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/domon/.rvm/gems/ruby-1.8.7-p370@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/domon/.rvm/gems/ruby-1.8.7-p370:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global | |
| ++ /scripts/selector_gemsets : __rvm_gemset_select_only() 77 > [[ -n '' ]] | |
| ++ /scripts/selector_gemsets : __rvm_gemset_select_only() 81 > rvm_env_string=ruby-1.8.7-p370 | |
| ++ /scripts/selector_gemsets : __rvm_gemset_select() 126 > __rvm_gemset_select_validation | |
| ++ /scripts/selector_gemsets : __rvm_gemset_select_validation() 88 > [[ ! -d /Users/domon/.rvm/gems/ruby-1.8.7-p370 ]] | |
| ++ /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/domon/.rvm/gems/ruby-1.8.7-p370 | |
| ++ /scripts/selector_gemsets : __rvm_gemset_select_ensure() 107 > __rvm_using_gemset_globalcache | |
| ++ /scripts/functions/gemset : __rvm_using_gemset_globalcache() 21 > /Users/domon/.rvm/scripts/db /Users/domon/.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() 367 > case $? in | |
| ++ /scripts/selector : __rvm_select() 374 > rvm_ruby_selected_flag=1 | |
| ++ /scripts/selector : __rvm_select() 376 > [[ -d /Users/domon/.rvm/log/ruby-1.8.7-p370 ]] | |
| ++ /scripts/selector : __rvm_select() 378 > mkdir -p /Users/domon/.rvm/log/ruby-1.8.7-p370 | |
| ++ /scripts/selector : __rvm_select() 381 > rvm_ruby_interpreter=ruby | |
| ++ /scripts/selector : __rvm_use() 445 > [[ system == ruby ]] | |
| ++ /scripts/selector : __rvm_use() 449 > [[ ! -d /Users/domon/.rvm/rubies/ruby-1.8.7-p370 ]] | |
| ++ /scripts/selector : __rvm_use() 463 > [[ ! -d /Users/domon/.rvm/gems/ruby-1.8.7-p370 ]] | |
| ++ /scripts/selector : __rvm_use() 463 > [[ -n '' ]] | |
| ++ /scripts/selector : __rvm_use() 475 > export GEM_HOME GEM_PATH MY_RUBY_HOME RUBY_VERSION IRBRC | |
| ++ /scripts/selector : __rvm_use() 476 > GEM_HOME=/Users/domon/.rvm/gems/ruby-1.8.7-p370 | |
| ++ /scripts/selector : __rvm_use() 477 > GEM_PATH=/Users/domon/.rvm/gems/ruby-1.8.7-p370:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global | |
| ++ /scripts/selector : __rvm_use() 478 > MY_RUBY_HOME=/Users/domon/.rvm/rubies/ruby-1.8.7-p370 | |
| ++ /scripts/selector : __rvm_use() 479 > RUBY_VERSION=ruby-1.8.7-p370 | |
| ++ /scripts/selector : __rvm_use() 480 > IRBRC=/Users/domon/.rvm/rubies/ruby-1.8.7-p370/.irbrc | |
| ++ /scripts/selector : __rvm_use() 481 > unset BUNDLE_PATH | |
| ++ /scripts/selector : __rvm_use() 484 > [[ maglev == \r\u\b\y ]] | |
| ++ /scripts/selector : __rvm_use() 489 > [[ -n /Users/domon/.rvm/rubies/ruby-1.8.7-p370/.irbrc ]] | |
| ++ /scripts/selector : __rvm_use() 492 > __rvm_ensure_has_environment_files | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 83 > typeset environment_id file_name directory identifier variable value variables | |
| +++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 85 > __rvm_env_string | |
| +++ /scripts/functions/environment : __rvm_env_string() 5 > typeset _path _string | |
| +++ /scripts/functions/environment : __rvm_env_string() 7 > _path=/Users/domon/.rvm/gems/ruby-1.8.7-p370 | |
| +++ /scripts/functions/environment : __rvm_env_string() 9 > _string=ruby-1.8.7-p370 | |
| +++ /scripts/functions/environment : __rvm_env_string() 10 > _string=ruby-1.8.7-p370 | |
| +++ /scripts/functions/environment : __rvm_env_string() 12 > printf %b ruby-1.8.7-p370 | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 85 > environment_id=ruby-1.8.7-p370 | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 87 > file_name=/Users/domon/.rvm/environments/ruby-1.8.7-p370 | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 89 > [[ ! -d /Users/domon/.rvm/environments ]] | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 94 > [[ ! -s /Users/domon/.rvm/environments/ruby-1.8.7-p370 ]] | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 94 > GREP_OPTIONS= | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 94 > grep rvm_env_string= /Users/domon/.rvm/environments/ruby-1.8.7-p370 | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 116 > (( 0 == 1 )) | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 117 > [[ ! -f /Users/domon/.rvm/wrappers/ruby-1.8.7-p370/ruby ]] | |
| ++ /scripts/functions/environment : __rvm_ensure_has_environment_files() 135 > return 0 | |
| ++ /scripts/selector : __rvm_use() 494 > (( 0 == 1 )) | |
| ++ /scripts/selector : __rvm_use() 499 > [[ /Users/domon/.rvm/gems/ruby-1.8.7-p370 != \/\U\s\e\r\s\/\d\o\m\o\n\/\.\r\v\m\/\g\e\m\s\/\r\u\b\y\-\1\.\8\.\7\-\p\3\7\0\@\g\l\o\b\a\l ]] | |
| +++ /scripts/selector : __rvm_use() 501 > __rvm_remove_rvm_from_path | |
| ++++ /scripts/functions/env : __rvm_remove_rvm_from_path() 140 > printf %b /Users/domon/.rvm/usr/bin:/Users/domon/.rvm/gems/ruby-1.9.3-p125/bin:/Users/domon/.rvm/gems/ruby-1.9.3-p125@global/bin:/Users/domon/.rvm/rubies/ruby-1.9.3-p125/bin:/Users/domon/.rvm/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/Users/domon/bin | |
| ++++ /scripts/functions/env : __rvm_remove_rvm_from_path() 140 > awk -v RS=: -v ORS=: '/\/Users\/domon\/.rvm/ {next} {print}' | |
| +++ /scripts/functions/env : __rvm_remove_rvm_from_path() 140 > PATH=/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/Users/domon/bin: | |
| +++ /scripts/functions/env : __rvm_remove_rvm_from_path() 141 > PATH=/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/Users/domon/bin | |
| +++ /scripts/functions/env : __rvm_remove_rvm_from_path() 143 > export PATH | |
| +++ /scripts/functions/env : __rvm_remove_rvm_from_path() 145 > builtin hash -r | |
| +++ /scripts/selector : __rvm_use() 501 > printf %b /usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/Users/domon/bin | |
| ++ /scripts/selector : __rvm_use() 501 > new_path=/Users/domon/.rvm/gems/ruby-1.8.7-p370/bin:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global/bin:/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin:/Users/domon/.rvm/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/Users/domon/bin | |
| ++ /scripts/selector : __rvm_use() 507 > [[ -z ruby-1.8.7-p370 ]] | |
| ++ /scripts/selector : __rvm_use() 507 > export rvm_ruby_string | |
| ++ /scripts/selector : __rvm_use() 508 > [[ -z '' ]] | |
| ++ /scripts/selector : __rvm_use() 510 > [[ -n /Users/domon/.rvm/gems/ruby-1.8.7-p370/bin:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global/bin:/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin:/Users/domon/.rvm/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/Users/domon/bin ]] | |
| ++ /scripts/selector : __rvm_use() 512 > export PATH=/Users/domon/.rvm/gems/ruby-1.8.7-p370/bin:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global/bin:/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin:/Users/domon/.rvm/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/Users/domon/bin | |
| ++ /scripts/selector : __rvm_use() 512 > PATH=/Users/domon/.rvm/gems/ruby-1.8.7-p370/bin:/Users/domon/.rvm/gems/ruby-1.8.7-p370@global/bin:/Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin:/Users/domon/.rvm/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/Users/domon/bin | |
| ++ /scripts/selector : __rvm_use() 513 > unset new_path | |
| ++ /scripts/selector : __rvm_use() 514 > builtin hash -r | |
| ++ /scripts/selector : __rvm_use() 517 > [[ ruby-1.8.7-p370 != \s\y\s\t\e\m ]] | |
| ++ /scripts/selector : __rvm_use() 519 > case "${rvm_rvmrc_flag:-0}" in | |
| ++ /scripts/selector : __rvm_use() 525 > typeset environment_id | |
| +++ /scripts/selector : __rvm_use() 526 > __rvm_env_string | |
| +++ /scripts/functions/environment : __rvm_env_string() 5 > typeset _path _string | |
| +++ /scripts/functions/environment : __rvm_env_string() 7 > _path=/Users/domon/.rvm/gems/ruby-1.8.7-p370 | |
| +++ /scripts/functions/environment : __rvm_env_string() 9 > _string=ruby-1.8.7-p370 | |
| +++ /scripts/functions/environment : __rvm_env_string() 10 > _string=ruby-1.8.7-p370 | |
| +++ /scripts/functions/environment : __rvm_env_string() 12 > printf %b ruby-1.8.7-p370 | |
| ++ /scripts/selector : __rvm_use() 526 > environment_id=ruby-1.8.7-p370 | |
| ++ /scripts/selector : __rvm_use() 528 > (( 0 == 1 )) | |
| ++ /scripts/selector : __rvm_use() 537 > rvm_default_flag=0 | |
| ++ /scripts/selector : __rvm_use() 539 > [[ -n '' ]] | |
| ++ /scripts/selector : __rvm_use() 545 > [[ -n '' ]] | |
| ++ /scripts/selector : __rvm_use() 553 > [[ maglev == \r\u\b\y ]] | |
| ++ /scripts/selector : __rvm_use() 577 > rvm_hook=after_use | |
| ++ /scripts/selector : __rvm_use() 578 > source /Users/domon/.rvm/scripts/hook | |
| +++ /scripts/hook : source() 4 > typeset old_rvm_verbose_flag old_rvm_debug_flag | |
| +++ /scripts/hook : source() 5 > old_rvm_verbose_flag=0 | |
| +++ /scripts/hook : source() 6 > old_rvm_debug_flag=0 | |
| +++ /scripts/hook : source() 9 > typeset rvm_verbose_flag rvm_debug_flag hooks | |
| +++ /scripts/hook : source() 11 > true rvm_verbose_flag:0 rvm_debug_flag:0 rvm_hook:after_use | |
| +++ /scripts/hook : source() 14 > [[ -n after_use ]] | |
| +++ /scripts/hook : source() 16 > [[ /Users/domon/.rvm/src/ruby-1.8.7-p370/.rvm/hooks/after_use == \/\U\s\e\r\s\/\d\o\m\o\n\/\.\r\v\m\/\h\o\o\k\s\/\a\f\t\e\r\_\u\s\e ]] | |
| +++ /scripts/hook : source() 20 > hooks=("$PWD/.rvm/hooks/$rvm_hook" "$rvm_hooks_path/$rvm_hook") | |
| +++ /scripts/hook : source() 23 > for hook in '"${hooks[@]}"' | |
| +++ /scripts/hook : source() 25 > [[ -s /Users/domon/.rvm/src/ruby-1.8.7-p370/.rvm/hooks/after_use ]] | |
| +++ /scripts/hook : source() 34 > continue | |
| +++ /scripts/hook : source() 23 > for hook in '"${hooks[@]}"' | |
| +++ /scripts/hook : source() 25 > [[ -s /Users/domon/.rvm/hooks/after_use ]] | |
| +++ /scripts/hook : source() 27 > (( rvm_verbose_flag > 0 )) | |
| +++ /scripts/hook : source() 27 > (( rvm_debug_flag > 0 )) | |
| +++ /scripts/hook : source() 32 > source /Users/domon/.rvm/hooks/after_use | |
| ++++ /hooks/after_use : source() 5 > after_use_hooks=($( | |
| find -L "${rvm_path:-"$HOME/.rvm"}/hooks" -iname 'after_use_*' -type f | |
| )) | |
| +++++ /hooks/after_use : source() 6 > find -L /Users/domon/.rvm/hooks -iname 'after_use_*' -type f | |
| ++++ /hooks/after_use : source() 7 > for after_use_hook in '"${after_use_hooks[@]}"' | |
| ++++ /hooks/after_use : source() 9 > [[ -x /Users/domon/.rvm/hooks/after_use_jruby ]] | |
| ++++ /hooks/after_use : source() 7 > for after_use_hook in '"${after_use_hooks[@]}"' | |
| ++++ /hooks/after_use : source() 9 > [[ -x /Users/domon/.rvm/hooks/after_use_jruby_opts ]] | |
| +++ /scripts/hook : source() 40 > unset rvm_hook hooks | |
| ++ /scripts/selector : __rvm_use() 579 > return 0 | |
| ++ /scripts/functions/environment : __rvm_run_with_env() 210 > eval ''\''/Users/domon/.rvm/scripts/gemsets'\'' initial' | |
| ++ /scripts/functions/environment : __rvm_run_with_env() 212 > result=0 | |
| ++ /scripts/functions/environment : __rvm_run_with_env() 214 > (( result > 0 )) | |
| ++ /scripts/functions/environment : __rvm_run_with_env() 219 > return 0 | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1080 > __rvm_irbrc | |
| ++ /scripts/functions/irbrc : __rvm_irbrc() 6 > [[ -d /Users/domon/.rvm/rubies/ruby-1.8.7-p370 ]] | |
| ++ /scripts/functions/irbrc : __rvm_irbrc() 6 > [[ ! -s /Users/domon/.rvm/rubies/ruby-1.8.7-p370/.irbrc ]] | |
| ++ /scripts/functions/irbrc : __rvm_irbrc() 7 > cp /Users/domon/.rvm/scripts/irbrc /Users/domon/.rvm/rubies/ruby-1.8.7-p370/.irbrc | |
| ++ /scripts/functions/irbrc : __rvm_irbrc() 9 > return 0 | |
| ++ /scripts/functions/manage/base : __rvm_post_install() 1082 > __rvm_generate_default_docs | |
| ++ /scripts/functions/manage/base : __rvm_generate_default_docs() 1087 > [[ '' == \1 ]] | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 281 > result=0 | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 283 > rvm_log 'Install of ruby-1.8.7-p370 - #complete ' | |
| ++ /scripts/functions/logging : rvm_log() 92 > 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() 32 > return 0 | |
| ++ /scripts/functions/logging : rvm_log() 93 > printf %b 'Install of ruby-1.8.7-p370 - #complete \n' | |
| Install of ruby-1.8.7-p370 - #complete | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 285 > return 0 | |
| ++ /scripts/functions/manage/ruby : ruby_install() 146 > result=0 | |
| ++ /scripts/functions/manage/ruby : ruby_install() 148 > __rvm_compiler_is_llvm | |
| ++ /scripts/functions/build : __rvm_compiler_is_llvm() 28 > typeset compiler | |
| +++ /scripts/functions/build : __rvm_compiler_is_llvm() 29 > __rvm_found_compiler | |
| +++ /scripts/functions/build : __rvm_found_compiler() 23 > __rvm_selected_compiler | |
| +++ /scripts/functions/build : __rvm_selected_compiler() 6 > [[ =~ --with-gcc= ]] | |
| +++ /scripts/functions/build : __rvm_selected_compiler() 13 > [[ -n /usr/bin/gcc-4.2 ]] | |
| +++ /scripts/functions/build : __rvm_selected_compiler() 15 > echo /usr/bin/gcc-4.2 | |
| ++ /scripts/functions/build : __rvm_compiler_is_llvm() 29 > compiler=/usr/bin/gcc-4.2 | |
| ++ /scripts/functions/build : __rvm_compiler_is_llvm() 31 > /usr/bin/gcc-4.2 --version | |
| ++ /scripts/functions/build : __rvm_compiler_is_llvm() 31 > GREP_OPTIONS= | |
| ++ /scripts/functions/build : __rvm_compiler_is_llvm() 31 > grep -i llvm | |
| ++ /scripts/functions/manage/ruby : ruby_install() 153 > typeset patches_count | |
| +++ /scripts/functions/manage/ruby : ruby_install() 157 > rvm_ruby_string=ruby-1.8.7-p370 | |
| +++ /scripts/functions/manage/ruby : ruby_install() 157 > /Users/domon/.rvm/scripts/patchsets show default | |
| +++ /scripts/functions/manage/ruby : ruby_install() 157 > wc -l | |
| ++ /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 > umask | |
| ++ /scripts/base : 35 > : rvm_stored_umask:0022 | |
| ++ /scripts/base : 36 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc") | |
| ++ /scripts/base : 37 > [[ -n /Users/domon ]] | |
| ++ /scripts/base : 37 > [[ /Users/domon/.rvmrc -ef /Users/domon/.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/domon/.rvmrc ]] | |
| ++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"' | |
| ++ /scripts/base : 43 > [[ -f /Users/domon/.rvmrc ]] | |
| ++ /scripts/base : 58 > unset rvm_rvmrc_files | |
| ++ /scripts/base : 61 > export rvm_path | |
| ++ /scripts/base : 62 > [[ -z /Users/domon/.rvm ]] | |
| ++ /scripts/base : 74 > true /Users/domon/.rvm/scripts | |
| ++ /scripts/base : 77 > source /Users/domon/.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:4: | |
| +++ /scripts/initialize : 37 > : __rvm_env_loaded:5: | |
| +++ /scripts/initialize : 40 > [[ -z /Users/domon/.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 utility init cleanup env rvmrc install environment gemset db bundler checksum) | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/logging | |
| +++ /scripts/functions/logging : 40 > case "${TERM:-dumb}" in | |
| ++++ /scripts/functions/logging : 49 > /Users/domon/.rvm/scripts/color red | |
| +++ /scripts/functions/logging : 49 > rvm_error_clr='' | |
| ++++ /scripts/functions/logging : 50 > /Users/domon/.rvm/scripts/color yellow | |
| +++ /scripts/functions/logging : 50 > rvm_warn_clr='' | |
| ++++ /scripts/functions/logging : 51 > /Users/domon/.rvm/scripts/color magenta | |
| +++ /scripts/functions/logging : 51 > rvm_debug_clr='' | |
| ++++ /scripts/functions/logging : 52 > /Users/domon/.rvm/scripts/color green | |
| +++ /scripts/functions/logging : 52 > rvm_notify_clr='' | |
| ++++ /scripts/functions/logging : 53 > /Users/domon/.rvm/scripts/color reset | |
| +++ /scripts/functions/logging : 53 > rvm_reset_clr='' | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/utility | |
| +++ /scripts/functions/utility : 3 > [[ -z tar ]] | |
| +++ /scripts/functions/utility : 12 > [[ ! =~ --no-same-owner ]] | |
| +++ /scripts/functions/utility : 13 > tar --help | |
| +++ /scripts/functions/utility : 13 > GREP_OPTIONS= | |
| +++ /scripts/functions/utility : 13 > grep -- --no-same-owner | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/init | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/cleanup | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/env | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.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/domon/.rvm/scripts/functions/install | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/environment | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/gemset | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/db | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/bundler | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/checksum | |
| ++ /scripts/base : 98 > unset scripts entry rvm_base_except | |
| + /scripts/patchsets : 6 > source /Users/domon/.rvm/scripts/patches | |
| + /scripts/patchsets : 75 > args=($*) | |
| + /scripts/patchsets : 76 > action=show | |
| + /scripts/patchsets : 77 > patchset=default | |
| ++ /scripts/patchsets : 78 > echo | |
| + /scripts/patchsets : 78 > args= | |
| + /scripts/patchsets : 80 > case "$action" in | |
| + /scripts/patchsets : 81 > lookup_patchset default | |
| + /scripts/patchsets : lookup_patchset() 10 > typeset paths lookup_path | |
| + /scripts/patchsets : lookup_patchset() 12 > [[ -z default ]] | |
| + /scripts/patchsets : lookup_patchset() 18 > paths=($(__rvm_ruby_string_paths_under "$rvm_path/patchsets" | sort -r)) | |
| ++ /scripts/patchsets : lookup_patchset() 18 > __rvm_ruby_string_paths_under /Users/domon/.rvm/patchsets | |
| ++ /scripts/patchsets : lookup_patchset() 18 > sort -r | |
| ++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 85 > typeset path part parts | |
| ++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 87 > path=/Users/domon/.rvm/patchsets | |
| ++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 89 > parts=(${rvm_ruby_string//-/ }) | |
| ++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 91 > echo /Users/domon/.rvm/patchsets | |
| ++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 93 > for part in '"${parts[@]}"' | |
| ++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 95 > path=/Users/domon/.rvm/patchsets/ruby | |
| ++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 96 > echo /Users/domon/.rvm/patchsets/ruby | |
| ++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 93 > for part in '"${parts[@]}"' | |
| ++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 95 > path=/Users/domon/.rvm/patchsets/ruby/1.8.7 | |
| ++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 96 > echo /Users/domon/.rvm/patchsets/ruby/1.8.7 | |
| ++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 93 > for part in '"${parts[@]}"' | |
| ++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 95 > path=/Users/domon/.rvm/patchsets/ruby/1.8.7/p370 | |
| ++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 96 > echo /Users/domon/.rvm/patchsets/ruby/1.8.7/p370 | |
| ++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 99 > return 0 | |
| + /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"' | |
| + /scripts/patchsets : lookup_patchset() 22 > [[ -s /Users/domon/.rvm/patchsets/ruby/1.8.7/p370/default ]] | |
| + /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"' | |
| + /scripts/patchsets : lookup_patchset() 22 > [[ -s /Users/domon/.rvm/patchsets/ruby/1.8.7/default ]] | |
| + /scripts/patchsets : lookup_patchset() 24 > cat /Users/domon/.rvm/patchsets/ruby/1.8.7/default | |
| + /scripts/patchsets : lookup_patchset() 25 > return 0 | |
| + /scripts/patchsets : 85 > exit 0 | |
| ++ /scripts/functions/manage/ruby : ruby_install() 156 > patches_count=' 2' | |
| ++ /scripts/functions/manage/ruby : ruby_install() 158 > [[ ! ruby-1.8.7-p370 =~ ruby-1\.9\.3 ]] | |
| ++ /scripts/functions/manage/ruby : ruby_install() 158 > (( patches_count > 0 )) | |
| +++ /scripts/functions/manage/ruby : ruby_install() 162 > __rvm_db ruby_version | |
| +++ /scripts/functions/db : __rvm_db() 7 > typeset value key variable | |
| +++ /scripts/functions/db : __rvm_db() 9 > key=ruby_version | |
| +++ /scripts/functions/db : __rvm_db() 10 > key=ruby_version | |
| +++ /scripts/functions/db : __rvm_db() 11 > variable= | |
| +++ /scripts/functions/db : __rvm_db() 13 > [[ -f /Users/domon/.rvm/user/db ]] | |
| ++++ /scripts/functions/db : __rvm_db() 14 > /Users/domon/.rvm/scripts/db /Users/domon/.rvm/user/db ruby_version | |
| +++ /scripts/functions/db : __rvm_db() 14 > value= | |
| +++ /scripts/functions/db : __rvm_db() 17 > [[ -z '' ]] | |
| ++++ /scripts/functions/db : __rvm_db() 18 > /Users/domon/.rvm/scripts/db /Users/domon/.rvm/config/db ruby_version | |
| +++ /scripts/functions/db : __rvm_db() 18 > value=1.9.3 | |
| +++ /scripts/functions/db : __rvm_db() 21 > [[ -n 1.9.3 ]] | |
| +++ /scripts/functions/db : __rvm_db() 22 > [[ -z '' ]] | |
| +++ /scripts/functions/db : __rvm_db() 23 > echo 1.9.3 | |
| +++ /scripts/functions/db : __rvm_db() 29 > return 0 | |
| +++ /scripts/functions/manage/ruby : ruby_install() 162 > __rvm_db ruby_patchlevel | |
| +++ /scripts/functions/db : __rvm_db() 7 > typeset value key variable | |
| +++ /scripts/functions/db : __rvm_db() 9 > key=ruby_patchlevel | |
| +++ /scripts/functions/db : __rvm_db() 10 > key=ruby_patchlevel | |
| +++ /scripts/functions/db : __rvm_db() 11 > variable= | |
| +++ /scripts/functions/db : __rvm_db() 13 > [[ -f /Users/domon/.rvm/user/db ]] | |
| ++++ /scripts/functions/db : __rvm_db() 14 > /Users/domon/.rvm/scripts/db /Users/domon/.rvm/user/db ruby_patchlevel | |
| +++ /scripts/functions/db : __rvm_db() 14 > value= | |
| +++ /scripts/functions/db : __rvm_db() 17 > [[ -z '' ]] | |
| ++++ /scripts/functions/db : __rvm_db() 18 > /Users/domon/.rvm/scripts/db /Users/domon/.rvm/config/db ruby_patchlevel | |
| +++ /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/functions/manage/ruby : ruby_install() 162 > rvm_warn 'Please be aware that you just installed a ruby that requires 2 patches just to be compiled on up to date linux system. | |
| This may have known and unaccounted for security vulnerabilities. | |
| Please consider upgrading to Ruby 1.9.3-194 which will have all of the latest security patches.' | |
| ++ /scripts/functions/logging : rvm_warn() 77 > 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() 32 > return 0 | |
| ++ /scripts/functions/logging : rvm_warn() 78 > printf %b 'Please be aware that you just installed a ruby that requires 2 patches just to be compiled on up to date linux system. | |
| This may have known and unaccounted for security vulnerabilities. | |
| Please consider upgrading to Ruby 1.9.3-194 which will have all of the latest security patches.\n' | |
| Please be aware that you just installed a ruby that requires 2 patches just to be compiled on up to date linux system. | |
| This may have known and unaccounted for security vulnerabilities. | |
| Please consider upgrading to Ruby 1.9.3-194 which will have all of the latest security patches. | |
| ++ /scripts/functions/manage/ruby : ruby_install() 165 > return 0 | |
| ++ /scripts/functions/manage/base : __rvm_install_ruby() 359 > /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/ruby -rrbconfig -e 'File.open(RbConfig::CONFIG["prefix"] + "/config","w") { |file| RbConfig::CONFIG.each_pair{|key,value| file.write("#{key.gsub(/\.|-/,"_")}=\"#{value.gsub("$","\\$")}\"\n")} }' | |
| ++ /scripts/functions/manage/base : __rvm_install_ruby() 362 > rvm_hook=after_install | |
| ++ /scripts/functions/manage/base : __rvm_install_ruby() 363 > source /Users/domon/.rvm/scripts/hook | |
| +++ /scripts/hook : source() 4 > typeset old_rvm_verbose_flag old_rvm_debug_flag | |
| +++ /scripts/hook : source() 5 > old_rvm_verbose_flag=0 | |
| +++ /scripts/hook : source() 6 > old_rvm_debug_flag=0 | |
| +++ /scripts/hook : source() 9 > typeset rvm_verbose_flag rvm_debug_flag hooks | |
| +++ /scripts/hook : source() 11 > true rvm_verbose_flag:0 rvm_debug_flag:0 rvm_hook:after_install | |
| +++ /scripts/hook : source() 14 > [[ -n after_install ]] | |
| +++ /scripts/hook : source() 16 > [[ /Users/domon/.rvm/hooks/after_install == \/\U\s\e\r\s\/\d\o\m\o\n\/\.\r\v\m\/\h\o\o\k\s\/\a\f\t\e\r\_\i\n\s\t\a\l\l ]] | |
| +++ /scripts/hook : source() 18 > hooks=("$rvm_hooks_path/$rvm_hook") | |
| +++ /scripts/hook : source() 23 > for hook in '"${hooks[@]}"' | |
| +++ /scripts/hook : source() 25 > [[ -s /Users/domon/.rvm/hooks/after_install ]] | |
| +++ /scripts/hook : source() 34 > continue | |
| +++ /scripts/hook : source() 40 > unset rvm_hook hooks | |
| ++ /scripts/functions/manage/base : __rvm_install_ruby() 365 > [[ -n '' ]] | |
| + /scripts/functions/manage/base : __rvm_manage_rubies() 1173 > result=0 | |
| + /scripts/functions/manage/base : __rvm_manage_rubies() 1174 > (( result > 0 && manage_result == 0 )) | |
| + /scripts/functions/manage/base : __rvm_manage_rubies() 1179 > (( result == 0 )) | |
| + /scripts/functions/manage/base : __rvm_manage_rubies() 1179 > [[ install == \i\n\s\t\a\l\l ]] | |
| + /scripts/functions/manage/base : __rvm_manage_rubies() 1181 > __rvm_record_install 1.8.7 | |
| + /scripts/functions/install : __rvm_record_install() 6 > typeset recorded_ruby_name rvm_install_record_file rvm_install_command | |
| + /scripts/functions/install : __rvm_record_install() 8 > [[ -z 1.8.7 ]] | |
| ++ /scripts/functions/install : __rvm_record_install() 10 > /Users/domon/.rvm/scripts/tools strings 1.8.7 | |
| ++ /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 > umask | |
| ++ /scripts/base : 35 > : rvm_stored_umask:0022 | |
| ++ /scripts/base : 36 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc") | |
| ++ /scripts/base : 37 > [[ -n /Users/domon ]] | |
| ++ /scripts/base : 37 > [[ /Users/domon/.rvmrc -ef /Users/domon/.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/domon/.rvmrc ]] | |
| ++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"' | |
| ++ /scripts/base : 43 > [[ -f /Users/domon/.rvmrc ]] | |
| ++ /scripts/base : 58 > unset rvm_rvmrc_files | |
| ++ /scripts/base : 61 > export rvm_path | |
| ++ /scripts/base : 62 > [[ -z /Users/domon/.rvm ]] | |
| ++ /scripts/base : 74 > true /Users/domon/.rvm/scripts | |
| ++ /scripts/base : 77 > source /Users/domon/.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:4: | |
| +++ /scripts/initialize : 37 > : __rvm_env_loaded:5: | |
| +++ /scripts/initialize : 40 > [[ -z /Users/domon/.rvm/tmp ]] | |
| +++ /scripts/initialize : 40 > (( __rvm_env_loaded == 1 )) | |
| ++ /scripts/base : 81 > case " ${rvm_base_except:-} " in | |
| ++ /scripts/base : 86 > source /Users/domon/.rvm/scripts/selector | |
| ++ /scripts/base : 87 > source /Users/domon/.rvm/scripts/selector_gemsets | |
| ++ /scripts/base : 91 > typeset -a scripts | |
| ++ /scripts/base : 94 > scripts=(logging utility init cleanup env rvmrc install environment gemset db bundler checksum) | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/logging | |
| +++ /scripts/functions/logging : 40 > case "${TERM:-dumb}" in | |
| ++++ /scripts/functions/logging : 49 > /Users/domon/.rvm/scripts/color red | |
| +++ /scripts/functions/logging : 49 > rvm_error_clr='' | |
| ++++ /scripts/functions/logging : 50 > /Users/domon/.rvm/scripts/color yellow | |
| +++ /scripts/functions/logging : 50 > rvm_warn_clr='' | |
| ++++ /scripts/functions/logging : 51 > /Users/domon/.rvm/scripts/color magenta | |
| +++ /scripts/functions/logging : 51 > rvm_debug_clr='' | |
| ++++ /scripts/functions/logging : 52 > /Users/domon/.rvm/scripts/color green | |
| +++ /scripts/functions/logging : 52 > rvm_notify_clr='' | |
| ++++ /scripts/functions/logging : 53 > /Users/domon/.rvm/scripts/color reset | |
| +++ /scripts/functions/logging : 53 > rvm_reset_clr='' | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/utility | |
| +++ /scripts/functions/utility : 3 > [[ -z tar ]] | |
| +++ /scripts/functions/utility : 12 > [[ ! =~ --no-same-owner ]] | |
| +++ /scripts/functions/utility : 13 > tar --help | |
| +++ /scripts/functions/utility : 13 > GREP_OPTIONS= | |
| +++ /scripts/functions/utility : 13 > grep -- --no-same-owner | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/init | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/cleanup | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/env | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.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/domon/.rvm/scripts/functions/install | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/environment | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/gemset | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/db | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/bundler | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.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 1.8.7 | |
| + /scripts/tools : 222 > args=1.8.7 | |
| + /scripts/tools : 224 > [[ -z strings ]] | |
| + /scripts/tools : 226 > case "$action" in | |
| + /scripts/tools : 229 > tools_strings 1.8.7 | |
| + /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 > : rvm_stored_umask:0022 | |
| + /scripts/functions/init : __rvm_load_rvmrc() 14 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc") | |
| + /scripts/functions/init : __rvm_load_rvmrc() 15 > [[ -n /Users/domon ]] | |
| + /scripts/functions/init : __rvm_load_rvmrc() 15 > [[ /Users/domon/.rvmrc -ef /Users/domon/.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/domon/.rvmrc ]] | |
| + /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"' | |
| + /scripts/functions/init : __rvm_load_rvmrc() 20 > [[ -s /Users/domon/.rvmrc ]] | |
| + /scripts/functions/init : __rvm_load_rvmrc() 35 > return 0 | |
| + /scripts/tools : tools_strings() 37 > rvm_ruby_string=1.8.7 | |
| + /scripts/tools : tools_strings() 39 > basename /Users/domon/.rvm/gems/ruby-1.8.7-p370 | |
| + /scripts/tools : 236 > exit 0 | |
| + /scripts/functions/install : __rvm_record_install() 10 > recorded_ruby_name=ruby-1.8.7-p370 | |
| + /scripts/functions/install : __rvm_record_install() 12 > rvm_install_record_file=/Users/domon/.rvm/user/installs | |
| ++ /scripts/functions/install : __rvm_record_install() 14 > printf %b 'ruby-1.8.7-p370 \n' | |
| + /scripts/functions/install : __rvm_record_install() 14 > rvm_install_command='ruby-1.8.7-p370 ' | |
| + /scripts/functions/install : __rvm_record_install() 16 > [[ ! -f /Users/domon/.rvm/user/installs ]] | |
| + /scripts/functions/install : __rvm_record_install() 18 > rm -f /Users/domon/.rvm/user/installs.tmp | |
| + /scripts/functions/install : __rvm_record_install() 20 > GREP_OPTIONS= | |
| + /scripts/functions/install : __rvm_record_install() 20 > grep -v '^ruby-1.8.7-p370 ' | |
| + /scripts/functions/install : __rvm_record_install() 23 > echo 'ruby-1.8.7-p370 ' | |
| + /scripts/functions/install : __rvm_record_install() 25 > rm -f /Users/domon/.rvm/user/installs | |
| + /scripts/functions/install : __rvm_record_install() 27 > mv /Users/domon/.rvm/user/installs.tmp /Users/domon/.rvm/user/installs | |
| + /scripts/functions/install : __rvm_record_install() 29 > return 0 | |
| + /scripts/functions/manage/base : __rvm_manage_rubies() 1184 > unset current_ruby_string | |
| + /scripts/functions/manage/base : __rvm_manage_rubies() 1186 > __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 > : rvm_stored_umask:0022 | |
| + /scripts/functions/init : __rvm_load_rvmrc() 14 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc") | |
| + /scripts/functions/init : __rvm_load_rvmrc() 15 > [[ -n /Users/domon ]] | |
| + /scripts/functions/init : __rvm_load_rvmrc() 15 > [[ /Users/domon/.rvmrc -ef /Users/domon/.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/domon/.rvmrc ]] | |
| + /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"' | |
| + /scripts/functions/init : __rvm_load_rvmrc() 20 > [[ -s /Users/domon/.rvmrc ]] | |
| + /scripts/functions/init : __rvm_load_rvmrc() 35 > return 0 | |
| + /scripts/functions/manage/base : __rvm_manage_rubies() 1225 > return 0 | |
| + /scripts/manage : 31 > exit 0 | |
| + /scripts/cli : rvm() 1106 > current_result=0 | |
| + /scripts/cli : rvm() 1108 > (( result > 0 )) | |
| + /scripts/cli : rvm() 1108 > result=0 | |
| + /scripts/cli : rvm() 1110 > [[ 0 -gt 0 ]] | |
| + /scripts/cli : rvm() 1111 > case "$rvm_action" in | |
| ++ /scripts/cli : rvm() 1113 > wc -l | |
| ++ /scripts/cli : rvm() 1113 > ls -1 /Users/domon/.rvm/rubies/default/bin/ruby /Users/domon/.rvm/rubies/jruby-1.6.7.2/bin/ruby /Users/domon/.rvm/rubies/ruby-1.8.7-p370/bin/ruby /Users/domon/.rvm/rubies/ruby-1.9.3-p125/bin/ruby | |
| + /scripts/cli : rvm() 1113 > [[ 4 -eq 1 ]] | |
| + /scripts/cli : rvm() 1122 > current_result=0 | |
| + /scripts/cli : rvm() 1124 > (( result > 0 )) | |
| + /scripts/cli : rvm() 1124 > result=0 | |
| + /scripts/cli : rvm() 1126 > [[ 0 -eq 1 ]] | |
| + /scripts/cli : rvm() 1132 > typeset __local_rvm_trace_flag | |
| + /scripts/cli : rvm() 1133 > __local_rvm_trace_flag=1 | |
| + /scripts/cli : rvm() 1135 > __rvm_teardown | |
| + /scripts/functions/environment : __rvm_teardown() 263 > builtin command -v __rvm_cleanup_tmp | |
| + /scripts/functions/environment : __rvm_teardown() 265 > __rvm_cleanup_tmp | |
| + /scripts/functions/cleanup : __rvm_cleanup_tmp() 95 > [[ -d /Users/domon/.rvm/tmp/ ]] | |
| + /scripts/functions/cleanup : __rvm_cleanup_tmp() 97 > case "${rvm_tmp_path%\/}" in | |
| + /scripts/functions/cleanup : __rvm_cleanup_tmp() 99 > __rvm_rm_rf '/Users/domon/.rvm/tmp/83498*' | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 8 > typeset result target | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 9 > result=1 | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 10 > target='/Users/domon/.rvm/tmp/83498*' | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 13 > [[ -n '' ]] | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 17 > [[ -n 3.2.48(1)-release ]] | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 19 > shopt -s extglob | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 25 > case "${target}" in | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 31 > [[ -n /Users/domon/.rvm/tmp/83498* ]] | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 33 > [[ -d /Users/domon/.rvm/tmp/83498* ]] | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 37 > [[ -f /Users/domon/.rvm/tmp/83498* ]] | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 37 > [[ -L /Users/domon/.rvm/tmp/83498* ]] | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 42 > result=0 | |
| + /scripts/functions/cleanup : __rvm_rm_rf() 48 > return 0 | |
| + /scripts/functions/cleanup : __rvm_cleanup_tmp() 103 > return 0 | |
| + /scripts/functions/environment : __rvm_teardown() 268 > export __rvm_env_loaded | |
| + /scripts/functions/environment : __rvm_teardown() 270 > : __rvm_env_loaded:3: | |
| + /scripts/functions/environment : __rvm_teardown() 271 > : __rvm_env_loaded:3: | |
| + /scripts/functions/environment : __rvm_teardown() 273 > : __rvm_env_loaded:2: | |
| + /scripts/functions/environment : __rvm_teardown() 275 > [[ -z /Users/domon/.rvm/tmp ]] | |
| + /scripts/functions/environment : __rvm_teardown() 275 > (( __rvm_env_loaded > 0 )) | |
| + /scripts/functions/environment : __rvm_teardown() 277 > return 0 | |
| + /scripts/cli : rvm() 1137 > (( __local_rvm_trace_flag > 0 )) | |
| + /scripts/cli : rvm() 1139 > set +o verbose | |
| + /scripts/cli : rvm() 1140 > set +o xtrace | |
| ++ /scripts/functions/build : __rvm_ensure_has_mri_ruby() 221 > return 0 | |
| ++ /scripts/functions/manage/ruby : ruby_install() 71 > true | |
| ++ /scripts/functions/manage/ruby : ruby_install() 79 > [[ =~ --enable-load-relative ]] | |
| ++ /scripts/functions/manage/ruby : ruby_install() 84 > case ${rvm_ruby_string} in | |
| ++ /scripts/functions/manage/ruby : ruby_install() 112 > case "$(uname -s)" in | |
| +++ /scripts/functions/manage/ruby : ruby_install() 112 > uname -s | |
| ++ /scripts/functions/manage/ruby : ruby_install() 122 > __rvm_setup_compile_environment | |
| ++ /scripts/functions/build : __rvm_setup_compile_environment() 50 > __rvm_setup_compile_environment_osx_gcc | |
| +++ /scripts/functions/build : __rvm_setup_compile_environment_osx_gcc() 57 > uname | |
| ++ /scripts/functions/build : __rvm_setup_compile_environment_osx_gcc() 57 > [[ Darwin == \D\a\r\w\i\n ]] | |
| ++ /scripts/functions/build : __rvm_setup_compile_environment_osx_gcc() 57 > __rvm_selected_compiler | |
| ++ /scripts/functions/build : __rvm_selected_compiler() 6 > [[ =~ --with-gcc= ]] | |
| ++ /scripts/functions/build : __rvm_selected_compiler() 13 > [[ -n '' ]] | |
| ++ /scripts/functions/build : __rvm_selected_compiler() 17 > return 1 | |
| ++ /scripts/functions/build : __rvm_setup_compile_environment_osx_gcc() 59 > export CC | |
| ++ /scripts/functions/build : __rvm_setup_compile_environment_osx_gcc() 62 > [[ -x /usr/bin/gcc-4.2 ]] | |
| ++ /scripts/functions/build : __rvm_setup_compile_environment_osx_gcc() 64 > CC=/usr/bin/gcc-4.2 | |
| ++ /scripts/functions/build : __rvm_setup_compile_environment_osx_gcc() 76 > [[ '' =~ *debug* ]] | |
| ++ /scripts/functions/build : __rvm_setup_compile_environment() 51 > __rvm_setup_compile_environment_osx_architectures | |
| ++ /scripts/functions/build : __rvm_setup_compile_environment_osx_architectures() 83 > [[ -n '' ]] | |
| ++ /scripts/functions/build : __rvm_setup_compile_environment_osx_architectures() 83 > return 0 | |
| ++ /scripts/functions/build : __rvm_setup_compile_environment() 52 > __rvm_setup_compile_environment_gcc47 | |
| ++ /scripts/functions/build : __rvm_setup_compile_environment_gcc47() 117 > __rvm_compiler_is_gcc47 | |
| ++ /scripts/functions/build : __rvm_compiler_is_gcc47() 39 > typeset compiler | |
| +++ /scripts/functions/build : __rvm_compiler_is_gcc47() 40 > __rvm_found_compiler | |
| +++ /scripts/functions/build : __rvm_found_compiler() 23 > __rvm_selected_compiler | |
| +++ /scripts/functions/build : __rvm_selected_compiler() 6 > [[ =~ --with-gcc= ]] | |
| +++ /scripts/functions/build : __rvm_selected_compiler() 13 > [[ -n /usr/bin/gcc-4.2 ]] | |
| +++ /scripts/functions/build : __rvm_selected_compiler() 15 > echo /usr/bin/gcc-4.2 | |
| ++ /scripts/functions/build : __rvm_compiler_is_gcc47() 40 > compiler=/usr/bin/gcc-4.2 | |
| +++ /scripts/functions/build : __rvm_compiler_is_gcc47() 42 > /usr/bin/gcc-4.2 -dumpversion | |
| ++ /scripts/functions/build : __rvm_compiler_is_gcc47() 42 > [[ 4.2.1 =~ 4\.7 ]] | |
| ++ /scripts/functions/build : __rvm_setup_compile_environment_gcc47() 117 > return 0 | |
| ++ /scripts/functions/manage/ruby : ruby_install() 127 > [[ x86_64-apple-darwin11 == *darwin* ]] | |
| ++ /scripts/functions/manage/ruby : ruby_install() 128 > __clang_ready | |
| ++ /scripts/functions/manage/ruby : __clang_ready() 38 > typeset _patch_level | |
| ++ /scripts/functions/manage/ruby : __clang_ready() 39 > case ${rvm_ruby_string} in | |
| ++ /scripts/functions/manage/ruby : __clang_ready() 49 > return 1 | |
| ++ /scripts/functions/manage/ruby : ruby_install() 134 > __rvm_compiler_is_llvm | |
| ++ /scripts/functions/build : __rvm_compiler_is_llvm() 28 > typeset compiler | |
| +++ /scripts/functions/build : __rvm_compiler_is_llvm() 29 > __rvm_found_compiler | |
| +++ /scripts/functions/build : __rvm_found_compiler() 23 > __rvm_selected_compiler | |
| +++ /scripts/functions/build : __rvm_selected_compiler() 6 > [[ =~ --with-gcc= ]] | |
| +++ /scripts/functions/build : __rvm_selected_compiler() 13 > [[ -n /usr/bin/gcc-4.2 ]] | |
| +++ /scripts/functions/build : __rvm_selected_compiler() 15 > echo /usr/bin/gcc-4.2 | |
| ++ /scripts/functions/build : __rvm_compiler_is_llvm() 29 > compiler=/usr/bin/gcc-4.2 | |
| ++ /scripts/functions/build : __rvm_compiler_is_llvm() 31 > /usr/bin/gcc-4.2 --version | |
| ++ /scripts/functions/build : __rvm_compiler_is_llvm() 31 > GREP_OPTIONS= | |
| ++ /scripts/functions/build : __rvm_compiler_is_llvm() 31 > grep -i llvm | |
| ++ /scripts/functions/manage/ruby : ruby_install() 145 > __rvm_install_source | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 93 > true 1 0 | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 95 > typeset directory configure_parameters db_configure_flags autoconf_flags | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 97 > (( rvm_ruby_selected_flag == 0 )) | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 102 > rvm_log 'Installing Ruby from source to: /Users/domon/.rvm/rubies/ruby-head, this may take a while depending on your cpu(s)...\n' | |
| ++ /scripts/functions/logging : rvm_log() 92 > 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() 32 > return 0 | |
| ++ /scripts/functions/logging : rvm_log() 93 > printf %b 'Installing Ruby from source to: /Users/domon/.rvm/rubies/ruby-head, this may take a while depending on your cpu(s)...\n\n' | |
| Installing Ruby from source to: /Users/domon/.rvm/rubies/ruby-head, this may take a while depending on your cpu(s)... | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 104 > builtin cd /Users/domon/.rvm/src | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 106 > __rvm_fetch_ruby | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 496 > (( 1 == 0 )) | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 501 > (( 1 == 0 )) | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 610 > mkdir -p /Users/domon/.rvm/repos | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 612 > true git://github.com/ruby/ruby.git | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 614 > echo git://github.com/ruby/ruby.git | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 614 > GREP_OPTIONS= | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 614 > grep git | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 616 > case "$rvm_ruby_interpreter" in | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 619 > [[ -z '' ]] | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 621 > [[ -n '' ]] | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 630 > rvm_ruby_repo_branch=trunk | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 642 > [[ ! -d /Users/domon/.rvm/repos/ruby/.git ]] | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 670 > cd /Users/domon/.rvm/repos/ruby | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 671 > typeset current_url | |
| +++ /scripts/functions/manage/base : __rvm_fetch_ruby() 672 > git remote -v | |
| +++ /scripts/functions/manage/base : __rvm_fetch_ruby() 672 > awk '$1=="origin" && $3=="(fetch)" {print $2}' | |
| fatal: Not a git repository (or any of the parent directories): .git | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 672 > current_url= | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 673 > [[ '' == \g\i\t\:\/\/\g\i\t\h\u\b\.\c\o\m\/\r\u\b\y\/\r\u\b\y\.\g\i\t ]] | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 673 > git remote set-url origin git://github.com/ruby/ruby.git | |
| fatal: Not a git repository (or any of the parent directories): .git | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 679 > cd /Users/domon/.rvm/repos/ruby | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 681 > remote=origin | |
| +++ /scripts/functions/manage/base : __rvm_fetch_ruby() 682 > git symbolic-ref -q HEAD | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 682 > branch= | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 683 > branch= | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 685 > git reset --hard HEAD | |
| fatal: Not a git repository (or any of the parent directories): .git | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 687 > git fetch origin | |
| fatal: Not a git repository (or any of the parent directories): .git | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 689 > [[ '' == \t\r\u\n\k ]] | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 693 > case "$(git branch 2>/dev/null)" in | |
| +++ /scripts/functions/manage/base : __rvm_fetch_ruby() 693 > git branch | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 701 > git checkout -f -t origin/trunk | |
| fatal: Not a git repository (or any of the parent directories): .git | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 705 > result=128 | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 706 > rvm_error 'Branch origin/trunk not found.' | |
| ++ /scripts/functions/logging : rvm_error() 59 > 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() 60 > printf %b 'Branch origin/trunk not found.\n' | |
| Branch origin/trunk not found. | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 707 > return 128 | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 718 > result=128 | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 720 > (( result > 0 )) | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 722 > rvm_error 'There has been an error while checking out branch trunk. \nHalting the installation.' | |
| ++ /scripts/functions/logging : rvm_error() 59 > 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() 60 > printf %b 'There has been an error while checking out branch trunk. \nHalting the installation.\n' | |
| There has been an error while checking out branch trunk. | |
| Halting the installation. | |
| ++ /scripts/functions/manage/base : __rvm_fetch_ruby() 723 > return 128 | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 107 > result=128 | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 109 > (( result > 0 )) | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 111 > rvm_error 'There has been an error fetching the ruby interpreter. Halting the installation.' | |
| ++ /scripts/functions/logging : rvm_error() 59 > 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() 60 > printf %b 'There has been an error fetching the ruby interpreter. Halting the installation.\n' | |
| There has been an error fetching the ruby interpreter. Halting the installation. | |
| ++ /scripts/functions/manage/base : __rvm_install_source() 112 > return 128 | |
| ++ /scripts/functions/manage/ruby : ruby_install() 146 > result=128 | |
| ++ /scripts/functions/manage/ruby : ruby_install() 148 > __rvm_compiler_is_llvm | |
| ++ /scripts/functions/build : __rvm_compiler_is_llvm() 28 > typeset compiler | |
| +++ /scripts/functions/build : __rvm_compiler_is_llvm() 29 > __rvm_found_compiler | |
| +++ /scripts/functions/build : __rvm_found_compiler() 23 > __rvm_selected_compiler | |
| +++ /scripts/functions/build : __rvm_selected_compiler() 6 > [[ =~ --with-gcc= ]] | |
| +++ /scripts/functions/build : __rvm_selected_compiler() 13 > [[ -n /usr/bin/gcc-4.2 ]] | |
| +++ /scripts/functions/build : __rvm_selected_compiler() 15 > echo /usr/bin/gcc-4.2 | |
| ++ /scripts/functions/build : __rvm_compiler_is_llvm() 29 > compiler=/usr/bin/gcc-4.2 | |
| ++ /scripts/functions/build : __rvm_compiler_is_llvm() 31 > /usr/bin/gcc-4.2 --version | |
| ++ /scripts/functions/build : __rvm_compiler_is_llvm() 31 > GREP_OPTIONS= | |
| ++ /scripts/functions/build : __rvm_compiler_is_llvm() 31 > grep -i llvm | |
| ++ /scripts/functions/manage/ruby : ruby_install() 153 > typeset patches_count | |
| +++ /scripts/functions/manage/ruby : ruby_install() 157 > rvm_ruby_string=ruby-head | |
| +++ /scripts/functions/manage/ruby : ruby_install() 157 > wc -l | |
| +++ /scripts/functions/manage/ruby : ruby_install() 157 > /Users/domon/.rvm/scripts/patchsets show default | |
| ++ /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 > umask | |
| ++ /scripts/base : 35 > : rvm_stored_umask:0022 | |
| ++ /scripts/base : 36 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc") | |
| ++ /scripts/base : 37 > [[ -n /Users/domon ]] | |
| ++ /scripts/base : 37 > [[ /Users/domon/.rvmrc -ef /Users/domon/.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/domon/.rvmrc ]] | |
| ++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"' | |
| ++ /scripts/base : 43 > [[ -f /Users/domon/.rvmrc ]] | |
| ++ /scripts/base : 58 > unset rvm_rvmrc_files | |
| ++ /scripts/base : 61 > export rvm_path | |
| ++ /scripts/base : 62 > [[ -z /Users/domon/.rvm ]] | |
| ++ /scripts/base : 74 > true /Users/domon/.rvm/scripts | |
| ++ /scripts/base : 77 > source /Users/domon/.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/domon/.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 utility init cleanup env rvmrc install environment gemset db bundler checksum) | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/logging | |
| +++ /scripts/functions/logging : 40 > case "${TERM:-dumb}" in | |
| ++++ /scripts/functions/logging : 49 > /Users/domon/.rvm/scripts/color red | |
| +++ /scripts/functions/logging : 49 > rvm_error_clr='' | |
| ++++ /scripts/functions/logging : 50 > /Users/domon/.rvm/scripts/color yellow | |
| +++ /scripts/functions/logging : 50 > rvm_warn_clr='' | |
| ++++ /scripts/functions/logging : 51 > /Users/domon/.rvm/scripts/color magenta | |
| +++ /scripts/functions/logging : 51 > rvm_debug_clr='' | |
| ++++ /scripts/functions/logging : 52 > /Users/domon/.rvm/scripts/color green | |
| +++ /scripts/functions/logging : 52 > rvm_notify_clr='' | |
| ++++ /scripts/functions/logging : 53 > /Users/domon/.rvm/scripts/color reset | |
| +++ /scripts/functions/logging : 53 > rvm_reset_clr='' | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/utility | |
| +++ /scripts/functions/utility : 3 > [[ -z tar ]] | |
| +++ /scripts/functions/utility : 12 > [[ ! =~ --no-same-owner ]] | |
| +++ /scripts/functions/utility : 13 > tar --help | |
| +++ /scripts/functions/utility : 13 > GREP_OPTIONS= | |
| +++ /scripts/functions/utility : 13 > grep -- --no-same-owner | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/init | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/cleanup | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/env | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.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/domon/.rvm/scripts/functions/install | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/environment | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/gemset | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/db | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/bundler | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/checksum | |
| ++ /scripts/base : 98 > unset scripts entry rvm_base_except | |
| + /scripts/patchsets : 6 > source /Users/domon/.rvm/scripts/patches | |
| + /scripts/patchsets : 75 > args=($*) | |
| + /scripts/patchsets : 76 > action=show | |
| + /scripts/patchsets : 77 > patchset=default | |
| ++ /scripts/patchsets : 78 > echo | |
| + /scripts/patchsets : 78 > args= | |
| + /scripts/patchsets : 80 > case "$action" in | |
| + /scripts/patchsets : 81 > lookup_patchset default | |
| + /scripts/patchsets : lookup_patchset() 10 > typeset paths lookup_path | |
| + /scripts/patchsets : lookup_patchset() 12 > [[ -z default ]] | |
| + /scripts/patchsets : lookup_patchset() 18 > paths=($(__rvm_ruby_string_paths_under "$rvm_path/patchsets" | sort -r)) | |
| ++ /scripts/patchsets : lookup_patchset() 18 > __rvm_ruby_string_paths_under /Users/domon/.rvm/patchsets | |
| ++ /scripts/patchsets : lookup_patchset() 18 > sort -r | |
| ++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 85 > typeset path part parts | |
| ++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 87 > path=/Users/domon/.rvm/patchsets | |
| ++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 89 > parts=(${rvm_ruby_string//-/ }) | |
| ++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 91 > echo /Users/domon/.rvm/patchsets | |
| ++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 93 > for part in '"${parts[@]}"' | |
| ++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 95 > path=/Users/domon/.rvm/patchsets/ruby | |
| ++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 96 > echo /Users/domon/.rvm/patchsets/ruby | |
| ++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 93 > for part in '"${parts[@]}"' | |
| ++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 95 > path=/Users/domon/.rvm/patchsets/ruby/head | |
| ++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 96 > echo /Users/domon/.rvm/patchsets/ruby/head | |
| ++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 99 > return 0 | |
| + /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"' | |
| + /scripts/patchsets : lookup_patchset() 22 > [[ -s /Users/domon/.rvm/patchsets/ruby/head/default ]] | |
| + /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"' | |
| + /scripts/patchsets : lookup_patchset() 22 > [[ -s /Users/domon/.rvm/patchsets/ruby/default ]] | |
| + /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"' | |
| + /scripts/patchsets : lookup_patchset() 22 > [[ -s /Users/domon/.rvm/patchsets/default ]] | |
| + /scripts/patchsets : lookup_patchset() 29 > return 1 | |
| + /scripts/patchsets : 85 > exit 1 | |
| ++ /scripts/functions/manage/ruby : ruby_install() 156 > patches_count=' 0' | |
| ++ /scripts/functions/manage/ruby : ruby_install() 158 > [[ ! ruby-head =~ ruby-1\.9\.3 ]] | |
| ++ /scripts/functions/manage/ruby : ruby_install() 158 > (( patches_count > 0 )) | |
| ++ /scripts/functions/manage/ruby : ruby_install() 165 > return 128 | |
| ++ /scripts/functions/manage/base : __rvm_install_ruby() 359 > /Users/domon/.rvm/rubies/ruby-head/bin/ruby -rrbconfig -e 'File.open(RbConfig::CONFIG["prefix"] + "/config","w") { |file| RbConfig::CONFIG.each_pair{|key,value| file.write("#{key.gsub(/\.|-/,"_")}=\"#{value.gsub("$","\\$")}\"\n")} }' | |
| ++ /scripts/functions/manage/base : __rvm_install_ruby() 362 > rvm_hook=after_install | |
| ++ /scripts/functions/manage/base : __rvm_install_ruby() 363 > source /Users/domon/.rvm/scripts/hook | |
| +++ /scripts/hook : source() 4 > typeset old_rvm_verbose_flag old_rvm_debug_flag | |
| +++ /scripts/hook : source() 5 > old_rvm_verbose_flag=0 | |
| +++ /scripts/hook : source() 6 > old_rvm_debug_flag=0 | |
| +++ /scripts/hook : source() 9 > typeset rvm_verbose_flag rvm_debug_flag hooks | |
| +++ /scripts/hook : source() 11 > true rvm_verbose_flag:0 rvm_debug_flag:0 rvm_hook:after_install | |
| +++ /scripts/hook : source() 14 > [[ -n after_install ]] | |
| +++ /scripts/hook : source() 16 > [[ /Users/domon/.rvm/hooks/after_install == \/\U\s\e\r\s\/\d\o\m\o\n\/\.\r\v\m\/\h\o\o\k\s\/\a\f\t\e\r\_\i\n\s\t\a\l\l ]] | |
| +++ /scripts/hook : source() 18 > hooks=("$rvm_hooks_path/$rvm_hook") | |
| +++ /scripts/hook : source() 23 > for hook in '"${hooks[@]}"' | |
| +++ /scripts/hook : source() 25 > [[ -s /Users/domon/.rvm/hooks/after_install ]] | |
| +++ /scripts/hook : source() 34 > continue | |
| +++ /scripts/hook : source() 40 > unset rvm_hook hooks | |
| ++ /scripts/functions/manage/base : __rvm_install_ruby() 365 > [[ -n '' ]] | |
| + /scripts/functions/manage/base : __rvm_manage_rubies() 1173 > result=0 | |
| + /scripts/functions/manage/base : __rvm_manage_rubies() 1174 > (( result > 0 && manage_result == 0 )) | |
| + /scripts/functions/manage/base : __rvm_manage_rubies() 1179 > (( result == 0 )) | |
| + /scripts/functions/manage/base : __rvm_manage_rubies() 1179 > [[ install == \i\n\s\t\a\l\l ]] | |
| + /scripts/functions/manage/base : __rvm_manage_rubies() 1181 > __rvm_record_install ruby-head | |
| + /scripts/functions/install : __rvm_record_install() 6 > typeset recorded_ruby_name rvm_install_record_file rvm_install_command | |
| + /scripts/functions/install : __rvm_record_install() 8 > [[ -z ruby-head ]] | |
| ++ /scripts/functions/install : __rvm_record_install() 10 > /Users/domon/.rvm/scripts/tools strings ruby-head | |
| ++ /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 > umask | |
| ++ /scripts/base : 35 > : rvm_stored_umask:0022 | |
| ++ /scripts/base : 36 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc") | |
| ++ /scripts/base : 37 > [[ -n /Users/domon ]] | |
| ++ /scripts/base : 37 > [[ /Users/domon/.rvmrc -ef /Users/domon/.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/domon/.rvmrc ]] | |
| ++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"' | |
| ++ /scripts/base : 43 > [[ -f /Users/domon/.rvmrc ]] | |
| ++ /scripts/base : 58 > unset rvm_rvmrc_files | |
| ++ /scripts/base : 61 > export rvm_path | |
| ++ /scripts/base : 62 > [[ -z /Users/domon/.rvm ]] | |
| ++ /scripts/base : 74 > true /Users/domon/.rvm/scripts | |
| ++ /scripts/base : 77 > source /Users/domon/.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/domon/.rvm/tmp ]] | |
| +++ /scripts/initialize : 40 > (( __rvm_env_loaded == 1 )) | |
| ++ /scripts/base : 81 > case " ${rvm_base_except:-} " in | |
| ++ /scripts/base : 86 > source /Users/domon/.rvm/scripts/selector | |
| ++ /scripts/base : 87 > source /Users/domon/.rvm/scripts/selector_gemsets | |
| ++ /scripts/base : 91 > typeset -a scripts | |
| ++ /scripts/base : 94 > scripts=(logging utility init cleanup env rvmrc install environment gemset db bundler checksum) | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/logging | |
| +++ /scripts/functions/logging : 40 > case "${TERM:-dumb}" in | |
| ++++ /scripts/functions/logging : 49 > /Users/domon/.rvm/scripts/color red | |
| +++ /scripts/functions/logging : 49 > rvm_error_clr='' | |
| ++++ /scripts/functions/logging : 50 > /Users/domon/.rvm/scripts/color yellow | |
| +++ /scripts/functions/logging : 50 > rvm_warn_clr='' | |
| ++++ /scripts/functions/logging : 51 > /Users/domon/.rvm/scripts/color magenta | |
| +++ /scripts/functions/logging : 51 > rvm_debug_clr='' | |
| ++++ /scripts/functions/logging : 52 > /Users/domon/.rvm/scripts/color green | |
| +++ /scripts/functions/logging : 52 > rvm_notify_clr='' | |
| ++++ /scripts/functions/logging : 53 > /Users/domon/.rvm/scripts/color reset | |
| +++ /scripts/functions/logging : 53 > rvm_reset_clr='' | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/utility | |
| +++ /scripts/functions/utility : 3 > [[ -z tar ]] | |
| +++ /scripts/functions/utility : 12 > [[ ! =~ --no-same-owner ]] | |
| +++ /scripts/functions/utility : 13 > tar --help | |
| +++ /scripts/functions/utility : 13 > GREP_OPTIONS= | |
| +++ /scripts/functions/utility : 13 > grep -- --no-same-owner | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/init | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/cleanup | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/env | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.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/domon/.rvm/scripts/functions/install | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/environment | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/gemset | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/db | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.rvm/scripts/functions/bundler | |
| ++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
| ++ /scripts/base : 96 > source /Users/domon/.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-head | |
| + /scripts/tools : 222 > args=ruby-head | |
| + /scripts/tools : 224 > [[ -z strings ]] | |
| + /scripts/tools : 226 > case "$action" in | |
| + /scripts/tools : 229 > tools_strings ruby-head | |
| + /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 > : rvm_stored_umask:0022 | |
| + /scripts/functions/init : __rvm_load_rvmrc() 14 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc") | |
| + /scripts/functions/init : __rvm_load_rvmrc() 15 > [[ -n /Users/domon ]] | |
| + /scripts/functions/init : __rvm_load_rvmrc() 15 > [[ /Users/domon/.rvmrc -ef /Users/domon/.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/domon/.rvmrc ]] | |
| + /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"' | |
| + /scripts/functions/init : __rvm_load_rvmrc() 20 > [[ -s /Users/domon/.rvmrc ]] | |
| + /scripts/functions/init : __rvm_load_rvmrc() 35 > return 0 | |
| + /scripts/tools : tools_strings() 37 > rvm_ruby_string=ruby-head | |
| + /scripts/tools : tools_strings() 39 > basename /Users/domon/.rvm/gems/ruby-head | |
| + /scripts/tools : 236 > exit 0 | |
| + /scripts/functions/install : __rvm_record_install() 10 > recorded_ruby_name=ruby-head | |
| + /scripts/functions/install : __rvm_record_install() 12 > rvm_install_record_file=/Users/domon/.rvm/user/installs | |
| ++ /scripts/functions/install : __rvm_record_install() 14 > printf %b 'ruby-head \n' | |
| + /scripts/functions/install : __rvm_record_install() 14 > rvm_install_command='ruby-head ' | |
| + /scripts/functions/install : __rvm_record_install() 16 > [[ ! -f /Users/domon/.rvm/user/installs ]] | |
| + /scripts/functions/install : __rvm_record_install() 18 > rm -f /Users/domon/.rvm/user/installs.tmp | |
| + /scripts/functions/install : __rvm_record_install() 20 > GREP_OPTIONS= | |
| + /scripts/functions/install : __rvm_record_install() 20 > grep -v '^ruby-head ' | |
| + /scripts/functions/install : __rvm_record_install() 23 > echo 'ruby-head ' | |
| + /scripts/functions/install : __rvm_record_install() 25 > rm -f /Users/domon/.rvm/user/installs | |
| + /scripts/functions/install : __rvm_record_install() 27 > mv /Users/domon/.rvm/user/installs.tmp /Users/domon/.rvm/user/installs | |
| + /scripts/functions/install : __rvm_record_install() 29 > return 0 | |
| + /scripts/functions/manage/base : __rvm_manage_rubies() 1184 > unset current_ruby_string | |
| + /scripts/functions/manage/base : __rvm_manage_rubies() 1186 > __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 > : rvm_stored_umask:0022 | |
| + /scripts/functions/init : __rvm_load_rvmrc() 14 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc") | |
| + /scripts/functions/init : __rvm_load_rvmrc() 15 > [[ -n /Users/domon ]] | |
| + /scripts/functions/init : __rvm_load_rvmrc() 15 > [[ /Users/domon/.rvmrc -ef /Users/domon/.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/domon/.rvmrc ]] | |
| + /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"' | |
| + /scripts/functions/init : __rvm_load_rvmrc() 20 > [[ -s /Users/domon/.rvmrc ]] | |
| + /scripts/functions/init : __rvm_load_rvmrc() 35 > return 0 | |
| + /scripts/functions/manage/base : __rvm_manage_rubies() 1225 > return 0 | |
| + /scripts/manage : 31 > exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment