Skip to content

Instantly share code, notes, and snippets.

@kfl62
Created November 9, 2011 22:38
Show Gist options
  • Save kfl62/1353381 to your computer and use it in GitHub Desktop.
Save kfl62/1353381 to your computer and use it in GitHub Desktop.
+/bin/zsh:1> rvm --trace get head
+rvm:2> local result current_result
+rvm:4> [[ -z 4.3.12 ]]
+rvm:10> [[ 3 -gt 0 ]]
+rvm:10> next_token=--trace
+rvm:10> shift
+rvm:12> __rvm_cleanse_variables
+__rvm_cleanse_variables:2> __rvm_unset_ruby_variables
+__rvm_unset_ruby_variables:3> unset rvm_env_string rvm_ruby_string rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_gem_path rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_log_path rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_selected_flag rvm_ruby_tag rvm_ruby_version rvm_ruby_load_path rvm_ruby_require rvm_head_flag rvm_ruby_package_file rvm_ruby_configure rvm_ruby_name rvm_ruby_url rvm_ruby_global_gems_path rvm_ruby_args rvm_ruby_name rvm_llvm_flag rvm_architectures
+__rvm_cleanse_variables:4> [[ 0 -eq 1 ]]
+__rvm_cleanse_variables:7> unset rvm_gemset_name
+__rvm_cleanse_variables:10> unset rvm_env_string rvm_ruby_string rvm_action rvm_irbrc_file rvm_command rvm_error_message rvm_force_flag rvm_all_flag rvm_reconfigure_flag rvm_make_flags rvm_bin_flag rvm_import_flag rvm_export_flag rvm_self_flag rvm_gem_flag rvm_rubygems_flag rvm_debug_flag rvm_delete_flag rvm_summary_flag rvm_test_flag _rvm_spec_flag rvm_json_flag rvm_yaml_flag rvm_shebang_flag rvm_env_flag rvm_tail_flag rvm_use_flag rvm_dir_flag rvm_list_flag rvm_empty_flag rvm_file_name rvm_benchmark_flag rvm_clear_flag rvm_name_flag rvm_verbose_flag rvm_user_flag rvm_system_flag rvm_configure_flags rvm_uninstall_flag rvm_install_flag rvm_llvm_flag rvm_ruby_bits rvm_sticky_flag rvm_rvmrc_flag rvm_gems_flag rvm_only_path_flag rvm_docs_flag rvm_ruby_aliases rvm_patch_names rvm_clang_flag rvm_install_args rvm_dump_environment_flag rvm_ruby_alias rvm_static_flag rvm_archive_extension rvm_hook rvm_ruby_name rvm_architectures
+rvm:14> __rvm_load_rvmrc
+__rvm_load_rvmrc:2> local _file
+__rvm_load_rvmrc:3> (( 0 == 1 ))
+__rvm_load_rvmrc:8> _file=/etc/rvmrc
+__rvm_load_rvmrc:10> [[ -s /etc/rvmrc ]]
+__rvm_load_rvmrc:8> _file=/home/kfl62/.rvmrc
+__rvm_load_rvmrc:10> [[ -s /home/kfl62/.rvmrc ]]
+__rvm_load_rvmrc:12> grep '^\s*rvm .*$' /home/kfl62/.rvmrc
+__rvm_load_rvmrc:21> source /home/kfl62/.rvmrc
+/home/kfl62/.rvmrc:1> export 'rvm_path=/home/kfl62/.rvm'
+__rvm_load_rvmrc:26> return 0
+rvm:16> __rvm_setup
+__rvm_setup:2> [[ -n 4.3.12 ]]
+__rvm_setup:5> setopt
+__rvm_setup:5> grep -s '^noclobber$'
+__rvm_setup:7> rvm_zsh_clobber=1
+__rvm_setup:9> setopt clobber
+__rvm_setup:11> setopt
+__rvm_setup:11> grep -s '^nonomatch$'
+__rvm_setup:13> rvm_zsh_nomatch=1
+__rvm_setup:15> setopt no_nomatch
+rvm:18> __rvm_initialize
+__rvm_initialize:2> rvm_ruby_load_path=.
+__rvm_initialize:3> rvm_ruby_require=''
+__rvm_initialize:5> true /home/kfl62/.rvm/scripts
+__rvm_initialize:6> source /home/kfl62/.rvm/scripts/base
+/home/kfl62/.rvm/scripts/base:5> export __array_start rvm_path
+/home/kfl62/.rvm/scripts/base:10> [[ -n 4.3.12 ]]
+/home/kfl62/.rvm/scripts/base:12> __array_start=1
+/home/kfl62/.rvm/scripts/base:25> [[ -z /home/kfl62/.rvm ]]
+/home/kfl62/.rvm/scripts/base:34> export rvm_path
+/home/kfl62/.rvm/scripts/base:36> true /home/kfl62/.rvm/scripts
+/home/kfl62/.rvm/scripts/base:39> source /home/kfl62/.rvm/scripts/initialize
+/home/kfl62/.rvm/scripts/initialize:5> [[ -n '' ]]
+/home/kfl62/.rvm/scripts/initialize:8> [[ -n 4.3.12 ]]
+/home/kfl62/.rvm/scripts/initialize:10> setopt extendedglob
+/home/kfl62/.rvm/scripts/initialize:11> setopt kshglob
+/home/kfl62/.rvm/scripts/initialize:12> setopt no_glob_subst
+/home/kfl62/.rvm/scripts/initialize:17> [[ -z /home/kfl62/.rvm ]]
+/home/kfl62/.rvm/scripts/initialize:26> export rvm_path
+/home/kfl62/.rvm/scripts/initialize:28> true /home/kfl62/.rvm/scripts
+/home/kfl62/.rvm/scripts/initialize:31> command -v __rvm_load_rvmrc
+/home/kfl62/.rvm/scripts/initialize:39> [[ -z '' ]]
+/home/kfl62/.rvm/scripts/initialize:41> (( UID == 0 ))
+/home/kfl62/.rvm/scripts/initialize:42> [[ -n /home/kfl62 && /home/kfl62 != /home/kfl62 ]]
+/home/kfl62/.rvm/scripts/initialize:48> rvm_user_install_flag=1
+/home/kfl62/.rvm/scripts/initialize:52> : '(/home/kfl62/.bash_profile /home/kfl62/.bashrc /home/kfl62/.zshenv)' /home/kfl62/.rvm/bin /home/kfl62/.rvm/man /home/kfl62/.rvm/archives /home/kfl62/.rvm/docs /home/kfl62/.rvm/environments /home/kfl62/.rvm/examples /home/kfl62/.rvm/gems /home/kfl62/.rvm/gemsets /home/kfl62/.rvm/help /home/kfl62/.rvm/hooks /home/kfl62/.rvm/lib /home/kfl62/.rvm/log /home/kfl62/.rvm/patches /home/kfl62/.rvm/repos /home/kfl62/.rvm/rubies /home/kfl62/.rvm/rubygems /home/kfl62/.rvm/src /home/kfl62/.rvm/tmp /home/kfl62/.rvm/user /home/kfl62/.rvm/usr /home/kfl62/.rvm/wrappers 0 0 /home/kfl62/.rvm/gems/cache
+/home/kfl62/.rvm/scripts/initialize:79> [[ -n '' ]]
+/home/kfl62/.rvm/scripts/initialize:85> (( 0 > 0 ))
+/home/kfl62/.rvm/scripts/initialize:100> [[ 0 > 0 ]]
+/home/kfl62/.rvm/scripts/initialize:105> export rvm_action rvm_alias_expanded rvm_archflags rvm_archive_extension rvm_archives_path rvm_bin_flag rvm_bin_path rvm_clang_flag rvm_configure_flags rvm_debug_flag rvm_default_flag rvm_delete_flag rvm_docs_path rvm_docs_type rvm_dump_environment_flag rvm_environments_path rvm_error_message rvm_examples_path rvm_expanding_aliases rvm_file_name rvm_gemdir_flag rvm_gems_cache_path rvm_gems_path rvm_gemset_name rvm_gemset_separator rvm_gemsets_path rvm_gemstone_package_file rvm_gemstone_url rvm_head_flag rvm_help_path rvm_hook rvm_install_args rvm_install_on_use_flag rvm_lib_path rvm_llvm_flag rvm_loaded_flag rvm_log_path rvm_make_flags rvm_niceness rvm_nightly_flag rvm_only_path_flag rvm_parse_break rvm_patch_names rvm_patch_original_pwd rvm_patches_path rvm_path rvm_pretty_print_flag rvm_prior_cc rvm_proxy rvm_quiet_flag rvm_ree_options rvm_reload_flag rvm_remove_flag rvm_repos_path rvm_rubies_path 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_load_path 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_require 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_scripts_path rvm_sdk rvm_user_install_flag rvm_silent_flag rvm_src_path rvm_sticky_flag rvm_system_flag rvm_tmp_path rvm_token rvm_trace_flag rvm_use_flag rvm_user_flag rvm_user_path rvm_usr_path rvm_verbose_flag rvm_wrapper_name rvm_wrappers_path rvm_ruby_repo_branch rvm_man_path rvm_architectures
+/home/kfl62/.rvm/scripts/base:41> case (*[[:space:]]selector[[:space:]]*)
+/home/kfl62/.rvm/scripts/base:41> case (*)
+/home/kfl62/.rvm/scripts/base:46> source /home/kfl62/.rvm/scripts/selector
+/home/kfl62/.rvm/scripts/base:50> declare -a scripts
+/home/kfl62/.rvm/scripts/base:51> scripts=( logging utility init cleanup env rvmrc install environment gemset db bundler )
+/home/kfl62/.rvm/scripts/base:54> entry=logging
+/home/kfl62/.rvm/scripts/base:55> source /home/kfl62/.rvm/scripts/functions/logging
+/home/kfl62/.rvm/scripts/functions/logging:6> [[ -t 1 ]]
+/home/kfl62/.rvm/scripts/base:54> entry=utility
+/home/kfl62/.rvm/scripts/base:55> source /home/kfl62/.rvm/scripts/functions/utility
+/home/kfl62/.rvm/scripts/base:54> entry=init
+/home/kfl62/.rvm/scripts/base:55> source /home/kfl62/.rvm/scripts/functions/init
+/home/kfl62/.rvm/scripts/base:54> entry=cleanup
+/home/kfl62/.rvm/scripts/base:55> source /home/kfl62/.rvm/scripts/functions/cleanup
+/home/kfl62/.rvm/scripts/base:54> entry=env
+/home/kfl62/.rvm/scripts/base:55> source /home/kfl62/.rvm/scripts/functions/env
+/home/kfl62/.rvm/scripts/base:54> entry=rvmrc
+/home/kfl62/.rvm/scripts/base:55> source /home/kfl62/.rvm/scripts/functions/rvmrc
+/home/kfl62/.rvm/scripts/functions/rvmrc:3> export escape_flag _first _second
+/home/kfl62/.rvm/scripts/functions/rvmrc:4> escape_flag=1
+/home/kfl62/.rvm/scripts/functions/rvmrc:5> _first=1
+/home/kfl62/.rvm/scripts/functions/rvmrc:6> _second=2
+/home/kfl62/.rvm/scripts/base:54> entry=install
+/home/kfl62/.rvm/scripts/base:55> source /home/kfl62/.rvm/scripts/functions/install
+/home/kfl62/.rvm/scripts/base:54> entry=environment
+/home/kfl62/.rvm/scripts/base:55> source /home/kfl62/.rvm/scripts/functions/environment
+/home/kfl62/.rvm/scripts/base:54> entry=gemset
+/home/kfl62/.rvm/scripts/base:55> source /home/kfl62/.rvm/scripts/functions/gemset
+/home/kfl62/.rvm/scripts/base:54> entry=db
+/home/kfl62/.rvm/scripts/base:55> source /home/kfl62/.rvm/scripts/functions/db
+/home/kfl62/.rvm/scripts/base:54> entry=bundler
+/home/kfl62/.rvm/scripts/base:55> source /home/kfl62/.rvm/scripts/functions/bundler
+/home/kfl62/.rvm/scripts/base:57> unset scripts entry rvm_base_except
+/home/kfl62/.rvm/scripts/base:59> [[ ! -t 0 ]]
+__rvm_initialize:8> __rvm_clean_path
+__rvm_clean_path:2> PATH=+__rvm_clean_path:2> printf /home/kfl62/.rvm/gems/ruby-1.9.2-p290/bin:/home/kfl62/.rvm/gems/ruby-1.9.2-p290@global/bin:/home/kfl62/.rvm/rubies/ruby-1.9.2-p290/bin:/home/kfl62/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/vendor_perl:/usr/bin/core_perl:/home/kfl62/bin:/usr/local/lib
+__rvm_clean_path:2> PATH=+__rvm_clean_path:3> awk -v 'RS=:' -v 'ORS=:' '!($0 in a){a[$0];print}'
+__rvm_clean_path:2> PATH=/home/kfl62/.rvm/gems/ruby-1.9.2-p290/bin:/home/kfl62/.rvm/gems/ruby-1.9.2-p290@global/bin:/home/kfl62/.rvm/rubies/ruby-1.9.2-p290/bin:/home/kfl62/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/vendor_perl:/usr/bin/core_perl:/home/kfl62/bin:/usr/local/lib:
+__rvm_clean_path:4> PATH=/home/kfl62/.rvm/gems/ruby-1.9.2-p290/bin:/home/kfl62/.rvm/gems/ruby-1.9.2-p290@global/bin:/home/kfl62/.rvm/rubies/ruby-1.9.2-p290/bin:/home/kfl62/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/vendor_perl:/usr/bin/core_perl:/home/kfl62/bin:/usr/local/lib
+__rvm_clean_path:6> export PATH
+__rvm_clean_path:8> hash -r
+__rvm_initialize:9> __rvm_conditionally_add_bin_path
+__rvm_conditionally_add_bin_path:2> printf '/home/kfl62/.rvm/gems/ruby-1.9.2-p290/bin /home/kfl62/.rvm/gems/ruby-1.9.2-p290@global/bin /home/kfl62/.rvm/rubies/ruby-1.9.2-p290/bin /home/kfl62/.rvm/bin /usr/local/bin /usr/bin /bin /usr/local/sbin /usr/sbin /sbin /usr/bin/vendor_perl /usr/bin/core_perl /home/kfl62/bin /usr/local/lib'
+__rvm_conditionally_add_bin_path:2> grep -vF '/home/kfl62/.rvm/bin '
+__rvm_conditionally_add_bin_path:16> return 0
+__rvm_initialize:10> export PATH
+__rvm_initialize:12> [[ ! -d /home/kfl62/.rvm/tmp ]]
+__rvm_initialize:17> return 0
+rvm:21> disk_version=+rvm:21> cat /home/kfl62/.rvm/VERSION
+rvm:21> disk_version=1.9.2
+rvm:22> disk_version=1.9.2
+rvm:24> [[ -n 1.9.2 && 1.9.2 != 1.9.2 ]]
+rvm:33> __rvm_parse_args get head
+__rvm_parse_args:2> local _string
+__rvm_parse_args:8> echo get head
+__rvm_parse_args:8> grep trace
+__rvm_parse_args:14> rvm_action=''
+__rvm_parse_args:16> export rvm_ruby_string
+__rvm_parse_args:18> rvm_parse_break=0
+__rvm_parse_args:20> [[ -n --trace ]]
+__rvm_parse_args:22> rvm_token=--trace
+__rvm_parse_args:24> (( 2 > 0 ))
+__rvm_parse_args:26> next_token=get
+__rvm_parse_args:27> shift
+__rvm_parse_args:32> case --trace ([[:alnum:]]*|@*)
+__rvm_parse_args:32> case --trace (-*)
+__rvm_parse_args:419> case --trace (-S)
+__rvm_parse_args:419> case --trace (-e)
+__rvm_parse_args:419> case --trace (-v|--version)
+__rvm_parse_args:419> case --trace (-n|--name)
+__rvm_parse_args:419> case --trace (--branch)
+__rvm_parse_args:419> case --trace (--repository|--repo|--url)
+__rvm_parse_args:419> case --trace (--ree-options)
+__rvm_parse_args:419> case --trace (--patches|--patch)
+__rvm_parse_args:419> case --trace (--arch)
+__rvm_parse_args:419> case --trace (--head)
+__rvm_parse_args:419> case --trace (--static)
+__rvm_parse_args:419> case --trace (--bin)
+__rvm_parse_args:419> case --trace (-r|--require)
+__rvm_parse_args:419> case --trace (--rdoc|--yard)
+__rvm_parse_args:419> case --trace (-f|--file)
+__rvm_parse_args:419> case --trace (--passenger)
+__rvm_parse_args:419> case --trace (--editor)
+__rvm_parse_args:419> case --trace (--alias)
+__rvm_parse_args:419> case --trace (--symlink)
+__rvm_parse_args:419> case --trace (-h|--help)
+__rvm_parse_args:419> case --trace (--make)
+__rvm_parse_args:419> case --trace (--make-install)
+__rvm_parse_args:419> case --trace (--nice)
+__rvm_parse_args:419> case --trace (-l|--level)
+__rvm_parse_args:419> case --trace (--sdk)
+__rvm_parse_args:419> case --trace (--archflags)
+__rvm_parse_args:419> case --trace (--proxy)
+__rvm_parse_args:419> case --trace (-q|--quiet)
+__rvm_parse_args:419> case --trace (-s|--silent)
+__rvm_parse_args:419> case --trace (--disable-llvm|--disable-jit)
+__rvm_parse_args:419> case --trace (--enable-llvm|--enable-jit)
+__rvm_parse_args:419> case --trace (--install)
+__rvm_parse_args:419> case --trace (--pretty)
+__rvm_parse_args:419> case --trace (--self|--gem|--rubygems|--reconfigure|--default|--force|--export|--summary|--latest|--yaml|--json|--archive|--shebang|--env|--path|--tail|--delete|--verbose|--import|--rvmrc|--sticky|--create|--gems|--docs|--skip-autoreconf)
+__rvm_parse_args:419> case --trace (--dump-environment)
+__rvm_parse_args:419> case --trace (--clang)
+__rvm_parse_args:419> case --trace (-j)
+__rvm_parse_args:419> case --trace (--with-rubies)
+__rvm_parse_args:419> case --trace (-C|--configure)
+__rvm_parse_args:419> case --trace (--with-*|--without-*|--enable-*|--disable-*)
+__rvm_parse_args:419> case --trace (-I|--include)
+__rvm_parse_args:419> case --trace (--debug)
+__rvm_parse_args:419> case --trace (--trace|--debug)
+__rvm_parse_args:672> local option
+__rvm_parse_args:674> [[ -n 4.3.12 ]]
+__rvm_parse_args:677> [[ --trace == --trace ]]
+__rvm_parse_args:679> export 'rvm_trace_flag=1'
+__rvm_parse_args:680> set -o xtrace
+__rvm_parse_args:681> [[ -n 4.3.12 ]]
+__rvm_parse_args:710> [[ -z '' && -n '' ]]
+__rvm_parse_args:712> [[ 0 -eq 1 || -n '' ]]
+__rvm_parse_args:20> [[ -n get ]]
+__rvm_parse_args:22> rvm_token=get
+__rvm_parse_args:24> (( 1 > 0 ))
+__rvm_parse_args:26> next_token=head
+__rvm_parse_args:27> shift
+__rvm_parse_args:32> case get ([[:alnum:]]*|@*)
+__rvm_parse_args:36> case get (use)
+__rvm_parse_args:36> case get (install|uninstall|reinstall)
+__rvm_parse_args:36> case get (gemset)
+__rvm_parse_args:36> case get (gemdir|gempath|gemhome)
+__rvm_parse_args:36> case get (pkg)
+__rvm_parse_args:36> case get (system|default)
+__rvm_parse_args:36> case get (do|exec|gem|rake|ruby)
+__rvm_parse_args:36> case get (fetch|version|srcdir|reset|debug|reload|update|monitor|notes|implode|seppuku|question|answer|env|unexport|requirements)
+__rvm_parse_args:36> case get (rm|remove)
+__rvm_parse_args:36> case get (default)
+__rvm_parse_args:36> case get (inspect|ls|list|info|strings|get|current)
+__rvm_parse_args:211> [[ ls == ]]
+__rvm_parse_args:213> rvm_action=get
+__rvm_parse_args:214> rvm_ruby_args=( head )
+__rvm_parse_args:215> rvm_ruby_args=head
+__rvm_parse_args:216> rvm_parse_break=1
+__rvm_parse_args:710> [[ -z get ]]
+__rvm_parse_args:712> [[ 1 -eq 1 ]]
+__rvm_parse_args:712> break
+__rvm_parse_args:716> [[ 0 -gt 0 ]]
+__rvm_parse_args:718> [[ -n '' ]]
+rvm:34> result=0
+rvm:36> rvm_action=get
+rvm:38> [[ 0 -gt 0 ]]
+rvm:39> case get (use)
+rvm:39> case get (srcdir)
+rvm:39> case get (strings)
+rvm:39> case get (version)
+rvm:39> case get (ls|list)
+rvm:39> case get (debug)
+rvm:39> case get (usage)
+rvm:39> case get (benchmark)
+rvm:39> case get (inspect)
+rvm:39> case get (update)
+rvm:39> case get (reset)
+rvm:39> case get (reboot)
+rvm:39> case get (implode|seppuku)
+rvm:39> case get (get)
+rvm:88> (( 2 > 0 ))
+rvm:90> next_token=get
+rvm:91> shift
+rvm:96> [[ get == get ]]
+rvm:98> shift
+rvm:100> tmpdir=/tmp
+rvm:101> cp -f /home/kfl62/.rvm/scripts/get /tmp/7361
+rvm:102> /bin/zsh /tmp/7361 head
+/home/kfl62/.rvm/scripts/initialize:92> [[ -z 4.3.12 ]]
+/home/kfl62/.rvm/scripts/initialize:105> export rvm_action rvm_alias_expanded rvm_archflags rvm_archive_extension rvm_archives_path rvm_bin_flag rvm_bin_path rvm_clang_flag rvm_configure_flags rvm_debug_flag rvm_default_flag rvm_delete_flag rvm_docs_path rvm_docs_type rvm_dump_environment_flag rvm_environments_path rvm_error_message rvm_examples_path rvm_expanding_aliases rvm_file_name rvm_gemdir_flag rvm_gems_cache_path rvm_gems_path rvm_gemset_name rvm_gemset_separator rvm_gemsets_path rvm_gemstone_package_file rvm_gemstone_url rvm_head_flag rvm_help_path rvm_hook rvm_install_args rvm_install_on_use_flag rvm_lib_path rvm_llvm_flag rvm_loaded_flag rvm_log_path rvm_make_flags rvm_niceness rvm_nightly_flag rvm_only_path_flag rvm_parse_break rvm_patch_names rvm_patch_original_pwd rvm_patches_path rvm_path rvm_pretty_print_flag rvm_prior_cc rvm_proxy rvm_quiet_flag rvm_ree_options rvm_reload_flag rvm_remove_flag rvm_repos_path rvm_rubies_path 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_load_path 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_require 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_scripts_path rvm_sdk rvm_user_install_flag rvm_silent_flag rvm_src_path rvm_sticky_flag rvm_system_flag rvm_tmp_path rvm_token rvm_trace_flag rvm_use_flag rvm_user_flag rvm_user_path rvm_usr_path rvm_verbose_flag rvm_wrapper_name rvm_wrappers_path rvm_ruby_repo_branch rvm_man_path rvm_architectures
+/home/kfl62/.rvm/scripts/base:41> case (*[[:space:]]selector[[:space:]]*)
+/home/kfl62/.rvm/scripts/base:41> case (*)
+/home/kfl62/.rvm/scripts/base:46> source /home/kfl62/.rvm/scripts/selector
+/home/kfl62/.rvm/scripts/base:50> declare -a scripts
+/home/kfl62/.rvm/scripts/base:51> scripts=( logging utility init cleanup env rvmrc install environment gemset db bundler )
+/home/kfl62/.rvm/scripts/base:54> entry=logging
+/home/kfl62/.rvm/scripts/base:55> source /home/kfl62/.rvm/scripts/functions/logging
+/home/kfl62/.rvm/scripts/functions/logging:6> [[ -t 1 ]]
+/home/kfl62/.rvm/scripts/base:54> entry=utility
+/home/kfl62/.rvm/scripts/base:55> source /home/kfl62/.rvm/scripts/functions/utility
+/home/kfl62/.rvm/scripts/base:54> entry=init
+/home/kfl62/.rvm/scripts/base:55> source /home/kfl62/.rvm/scripts/functions/init
+/home/kfl62/.rvm/scripts/base:54> entry=cleanup
+/home/kfl62/.rvm/scripts/base:55> source /home/kfl62/.rvm/scripts/functions/cleanup
+/home/kfl62/.rvm/scripts/base:54> entry=env
+/home/kfl62/.rvm/scripts/base:55> source /home/kfl62/.rvm/scripts/functions/env
+/home/kfl62/.rvm/scripts/base:54> entry=rvmrc
+/home/kfl62/.rvm/scripts/base:55> source /home/kfl62/.rvm/scripts/functions/rvmrc
+/home/kfl62/.rvm/scripts/functions/rvmrc:3> export escape_flag _first _second
+/home/kfl62/.rvm/scripts/functions/rvmrc:4> escape_flag=1
+/home/kfl62/.rvm/scripts/functions/rvmrc:5> _first=1
+/home/kfl62/.rvm/scripts/functions/rvmrc:6> _second=2
+/home/kfl62/.rvm/scripts/base:54> entry=install
+/home/kfl62/.rvm/scripts/base:55> source /home/kfl62/.rvm/scripts/functions/install
+/home/kfl62/.rvm/scripts/base:54> entry=environment
+/home/kfl62/.rvm/scripts/base:55> source /home/kfl62/.rvm/scripts/functions/environment
+/home/kfl62/.rvm/scripts/base:54> entry=gemset
+/home/kfl62/.rvm/scripts/base:55> source /home/kfl62/.rvm/scripts/functions/gemset
+/home/kfl62/.rvm/scripts/base:54> entry=db
+/home/kfl62/.rvm/scripts/base:55> source /home/kfl62/.rvm/scripts/functions/db
+/home/kfl62/.rvm/scripts/base:54> entry=bundler
+/home/kfl62/.rvm/scripts/base:55> source /home/kfl62/.rvm/scripts/functions/bundler
+/home/kfl62/.rvm/scripts/base:57> unset scripts entry rvm_base_except
+/home/kfl62/.rvm/scripts/base:59> [[ ! -t 0 ]]
+/home/kfl62/.rvm/scripts/rvm:99> script=version
+/home/kfl62/.rvm/scripts/rvm:101> [[ -f /home/kfl62/.rvm/scripts/version ]]
+/home/kfl62/.rvm/scripts/rvm:103> source /home/kfl62/.rvm/scripts/version
+/home/kfl62/.rvm/scripts/rvm:99> script=selector
+/home/kfl62/.rvm/scripts/rvm:101> [[ -f /home/kfl62/.rvm/scripts/selector ]]
+/home/kfl62/.rvm/scripts/rvm:103> source /home/kfl62/.rvm/scripts/selector
+/home/kfl62/.rvm/scripts/rvm:99> script=cd
+/home/kfl62/.rvm/scripts/rvm:101> [[ -f /home/kfl62/.rvm/scripts/cd ]]
+/home/kfl62/.rvm/scripts/rvm:103> source /home/kfl62/.rvm/scripts/cd
+/home/kfl62/.rvm/scripts/cd:5> (( 1 > 0 ))
+/home/kfl62/.rvm/scripts/cd:17> [[ -n 4.3.12 ]]
+/home/kfl62/.rvm/scripts/cd:19> autoload is-at-least
+/home/kfl62/.rvm/scripts/cd:20> is-at-least 4.3.4
+/home/kfl62/.rvm/scripts/cd:22> typeset -gxa chpwd_functions
+/home/kfl62/.rvm/scripts/cd:23> chpwd_functions=( __rvm_project_rvmrc_with_env __rvm_after_cd )
+/home/kfl62/.rvm/scripts/rvm:99> script=cli
+/home/kfl62/.rvm/scripts/rvm:101> [[ -f /home/kfl62/.rvm/scripts/cli ]]
+/home/kfl62/.rvm/scripts/rvm:103> source /home/kfl62/.rvm/scripts/cli
+/home/kfl62/.rvm/scripts/rvm:99> script=override_gem
+/home/kfl62/.rvm/scripts/rvm:101> [[ -f /home/kfl62/.rvm/scripts/override_gem ]]
+/home/kfl62/.rvm/scripts/rvm:103> source /home/kfl62/.rvm/scripts/override_gem
+/home/kfl62/.rvm/scripts/override_gem:3> [[ 0 -eq 0 ]]
+/home/kfl62/.rvm/scripts/rvm:110> __rvm_setup
+__rvm_setup:2> [[ -n 4.3.12 ]]
+__rvm_setup:5> setopt
+__rvm_setup:5> grep -s '^noclobber$'
+__rvm_setup:7> rvm_zsh_clobber=1
+__rvm_setup:9> setopt clobber
+__rvm_setup:11> setopt
+__rvm_setup:11> grep -s '^nonomatch$'
+__rvm_setup:13> rvm_zsh_nomatch=1
+__rvm_setup:15> setopt no_nomatch
+/home/kfl62/.rvm/scripts/rvm:112> rvm_version=+/home/kfl62/.rvm/scripts/rvm:112> cat /home/kfl62/.rvm/VERSION
+/home/kfl62/.rvm/scripts/rvm:112> rvm_version=1.9.2
+/home/kfl62/.rvm/scripts/rvm:114> export 'rvm_version=1.9.2'
+/home/kfl62/.rvm/scripts/rvm:116> alias 'rvm-restart=rvm_reload_flag=1 source '\''/home/kfl62/.rvm/scripts/rvm'\'
+/home/kfl62/.rvm/scripts/rvm:118> command -v ruby
+/home/kfl62/.rvm/scripts/rvm:119> command -v ruby
+/home/kfl62/.rvm/scripts/rvm:119> grep -v rvm
+/home/kfl62/.rvm/scripts/rvm:120> command -v ruby
+/home/kfl62/.rvm/scripts/rvm:120> grep 'rvm/bin/ruby$'
+/home/kfl62/.rvm/scripts/rvm:129> __rvm_conditionally_add_bin_path
+__rvm_conditionally_add_bin_path:2> printf '/home/kfl62/.rvm/gems/ruby-1.9.2-p290/bin /home/kfl62/.rvm/gems/ruby-1.9.2-p290@global/bin /home/kfl62/.rvm/rubies/ruby-1.9.2-p290/bin /home/kfl62/.rvm/bin /usr/local/bin /usr/bin /bin /usr/local/sbin /usr/sbin /sbin /usr/bin/vendor_perl /usr/bin/core_perl /home/kfl62/bin /usr/local/lib'
+__rvm_conditionally_add_bin_path:2> grep -vF '/home/kfl62/.rvm/bin '
+__rvm_conditionally_add_bin_path:16> return 0
+/home/kfl62/.rvm/scripts/rvm:131> (( 0 == 1 ))
+/home/kfl62/.rvm/scripts/rvm:136> rvm_loaded_flag=1
+/home/kfl62/.rvm/scripts/rvm:137> rvm_reload_flag=0
+/home/kfl62/.rvm/scripts/rvm:141> unset rvm_prefix_needs_trailing_slash rvm_rc_files rvm_gems_cache_path rvm_gems_path rvm_project_rvmrc_default rvm_gemset_separator
+/home/kfl62/.rvm/scripts/rvm:147> [[ -t 0 ]]
+/home/kfl62/.rvm/scripts/rvm:147> (( 1 > 0 ))
+/home/kfl62/.rvm/scripts/rvm:147> command -v __rvm_project_rvmrc
+/home/kfl62/.rvm/scripts/rvm:151> rvm_promptless=1 +/home/kfl62/.rvm/scripts/rvm:151> __rvm_project_rvmrc
+__rvm_project_rvmrc:2> local working_dir rvm_trustworthiness_result
+__rvm_project_rvmrc:5> working_dir=/home/kfl62
+__rvm_project_rvmrc:7> :
+__rvm_project_rvmrc:9> [[ -z /home/kfl62 || /home/kfl62 == /home/kfl62 ]]
+__rvm_project_rvmrc:11> [[ -n '' ]]
+__rvm_project_rvmrc:23> break
+__rvm_project_rvmrc:48> return 0
+/home/kfl62/.rvm/scripts/rvm:154> __rvm_teardown
+__rvm_teardown:2> [[ -d /home/kfl62/.rvm/tmp/7419 ]]
+__rvm_teardown:7> [[ -n 4.3.12 ]]
+__rvm_teardown:10> (( rvm_zsh_clobber == 0 ))
+__rvm_teardown:12> (( rvm_zsh_nomatch == 0 ))
+__rvm_teardown:12> setopt nomatch
+__rvm_teardown:14> unset rvm_zsh_clobber rvm_zsh_nomatch
+__rvm_teardown:23> (( 0 > 0 ))
+__rvm_teardown:41> unset rvm_ruby_strings rvm_head_flag rvm_prior_cc next_token rvm_error_message rvm_gems_cache_path rvm_gems_path rvm_gemset_name rvm_man_path rvm_parse_break rvm_rc_files 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_user_install_flag rvm_token rvm_ruby_load_path rvm_path_flag rvm_ruby_require rvm_action rvm_ruby_package_file rvm_ruby_name rvm_static_flag rvm_export_args rvm_ruby_name rvm_ruby_args rvm_default_flag rvm_gems_cache_path rvm_gemset_separator rvm_archives_path rvm_docs_path rvm_environments_path rvm_examples_path rvm_gems_path rvm_gemsets_path rvm_help_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_expanding_aliases rvm_loaded_flag rvm_llvm_flag rvm_architectures rvm_skip_autoreconf_flag
+__rvm_teardown:44> (( 0 == 1 ))
+__rvm_teardown:49> trap - 0 1 2 3 15
+__rvm_teardown:51> return 0
+/tmp/7361:3> source /base
/base:source:3: no such file or directory: /base
+/tmp/7361:4> source /version
/version:source:4: no such file or directory: /version
+/tmp/7361:210> args=( head )
+/tmp/7361:211> action=head
+/tmp/7361:212> args[$__array_start]=''
+/tmp/7361:213> args=( )
+/tmp/7361:215> case head (latest)
+/tmp/7361:215> case head (head|master)
+/tmp/7361:221> get_head master
+get_head:2> rvm_log '\nOriginal installed RVM version:'
+rvm_log:0> printf '\nOriginal installed RVM version:\n'
Original installed RVM version:
+get_head:4> __rvm_version
+__rvm_version:2> __rvm_meta
+__rvm_meta:2> rvm_meta_author='Wayne E. Seguin'
+__rvm_meta:3> rvm_meta_author_email=wayneeseguin@gmail.com
+__rvm_meta:4> rvm_meta_website=https://rvm.beginrescueend.com/
+__rvm_meta:5> rvm_meta_version=1.9.2
+__rvm_version:4> echo -e '\nrvm 1.9.2 by Wayne E. Seguin (wayneeseguin@gmail.com) [https://rvm.beginrescueend.com/]\n'
rvm 1.9.2 by Wayne E. Seguin (wayneeseguin@gmail.com) [https://rvm.beginrescueend.com/]
+get_head:7> typeset _repo _name _branch _local_branch
+get_head:8> case master (/*)
+get_head:8> case master (*/)
+get_head:8> case master (*/*)
+get_head:8> case master (*)
+get_head:22> _repo=wayneeseguin
+get_head:23> _branch=master
+get_head:26> case wayneeseguin (wayneeseguin)
+get_head:28> _name=origin
+get_head:29> _local_branch=master
+get_head:37> [[ -d /rvm ]]
+get_head:38> mkdir -p /rvm
mkdir: cannot create directory `/rvm': Permission denied
+get_head:40> cd /rvm
get_head:cd:40: no such file or directory: /rvm
+get_head:42> [[ ! -d /rvm/.git ]]
+get_head:43> git clone --depth 1 git://github.com/wayneeseguin/rvm.git /home/kfl62
fatal: destination path '/home/kfl62' already exists and is not an empty directory.
+get_head:44> git clone https://github.com/wayneeseguin/rvm.git /home/kfl62
fatal: destination path '/home/kfl62' already exists and is not an empty directory.
+get_head:46> rvm_error 'Could not clone master RVM repository, try `rvm get latest`.'
+rvm_error:0> printf 'ERROR: Could not clone master RVM repository, try `rvm get latest`.\n'
ERROR: Could not clone master RVM repository, try `rvm get latest`.
+get_head:47> return 1
+get_head:107> return 1
+/tmp/7361:243> exit 1
+rvm:103> rm -f /tmp/7361
+rvm:104> rvm_reload_flag=1
+rvm:238> current_result=0
+rvm:239> (( result > 0 ))
+rvm:239> result=0
+rvm:241> [[ 1 -eq 1 ]]
+rvm:243> rvm_loaded_flag=0
+rvm:245> source /home/kfl62/.rvm/scripts/rvm
+/home/kfl62/.rvm/scripts/rvm:8> export HOME rvm_prefix rvm_user_install_flag rvm_path
+/home/kfl62/.rvm/scripts/rvm:9> HOME=/home/kfl62
+/home/kfl62/.rvm/scripts/rvm:11> (( 0 == 0 ))
+/home/kfl62/.rvm/scripts/rvm:13> rvmrc=/etc/rvmrc
+/home/kfl62/.rvm/scripts/rvm:15> [[ -f /etc/rvmrc ]]
+/home/kfl62/.rvm/scripts/rvm:13> rvmrc=/home/kfl62/.rvmrc
+/home/kfl62/.rvm/scripts/rvm:15> [[ -f /home/kfl62/.rvmrc ]]
+/home/kfl62/.rvm/scripts/rvm:17> grep '^\s*rvm .*$' /home/kfl62/.rvmrc
+/home/kfl62/.rvm/scripts/rvm:25> source /home/kfl62/.rvmrc
+/home/kfl62/.rvmrc:1> export 'rvm_path=/home/kfl62/.rvm'
+/home/kfl62/.rvm/scripts/rvm:32> [[ -z /home/kfl62/.rvm ]]
+/home/kfl62/.rvm/scripts/rvm:60> rvm_path=/home/kfl62/.rvm
+/home/kfl62/.rvm/scripts/rvm:64> [[ -z /home/kfl62 ]]
+/home/kfl62/.rvm/scripts/rvm:70> [[ -z 1 ]]
+/home/kfl62/.rvm/scripts/rvm:80> [[ -n '' ]]
+/home/kfl62/.rvm/scripts/rvm:80> [[ -n 4.3.12 ]]
+/home/kfl62/.rvm/scripts/rvm:82> type rvm
+/home/kfl62/.rvm/scripts/rvm:82> grep function
+/home/kfl62/.rvm/scripts/rvm:84> rvm_loaded_flag=1
+/home/kfl62/.rvm/scripts/rvm:93> (( 1 == 0 ))
+/home/kfl62/.rvm/scripts/rvm:93> (( 1 == 1 ))
+/home/kfl62/.rvm/scripts/rvm:95> [[ -n /home/kfl62/.rvm && -d /home/kfl62/.rvm ]]
+/home/kfl62/.rvm/scripts/rvm:97> true /home/kfl62/.rvm/scripts
+/home/kfl62/.rvm/scripts/rvm:99> script=base
+/home/kfl62/.rvm/scripts/rvm:101> [[ -f /home/kfl62/.rvm/scripts/base ]]
+/home/kfl62/.rvm/scripts/rvm:103> source /home/kfl62/.rvm/scripts/base
+/home/kfl62/.rvm/scripts/base:5> export __array_start rvm_path
+/home/kfl62/.rvm/scripts/base:10> [[ -n 4.3.12 ]]
+/home/kfl62/.rvm/scripts/base:12> __array_start=1
+/home/kfl62/.rvm/scripts/base:25> [[ -z /home/kfl62/.rvm ]]
+/home/kfl62/.rvm/scripts/base:34> export rvm_path
+/home/kfl62/.rvm/scripts/base:36> true /home/kfl62/.rvm/scripts
+/home/kfl62/.rvm/scripts/base:39> source /home/kfl62/.rvm/scripts/initialize
+/home/kfl62/.rvm/scripts/initialize:5> [[ -n '' ]]
+/home/kfl62/.rvm/scripts/initialize:8> [[ -n 4.3.12 ]]
+/home/kfl62/.rvm/scripts/initialize:10> setopt extendedglob
+/home/kfl62/.rvm/scripts/initialize:11> setopt kshglob
+/home/kfl62/.rvm/scripts/initialize:12> setopt no_glob_subst
+/home/kfl62/.rvm/scripts/initialize:17> [[ -z /home/kfl62/.rvm ]]
+/home/kfl62/.rvm/scripts/initialize:26> export rvm_path
+/home/kfl62/.rvm/scripts/initialize:28> true /home/kfl62/.rvm/scripts
+/home/kfl62/.rvm/scripts/initialize:31> command -v __rvm_load_rvmrc
+/home/kfl62/.rvm/scripts/initialize:39> [[ -z 1 ]]
+/home/kfl62/.rvm/scripts/initialize:52> : '(/home/kfl62/.bash_profile /home/kfl62/.bashrc /home/kfl62/.zshenv)' /home/kfl62/.rvm/bin /home/kfl62/.rvm/man /home/kfl62/.rvm/archives /home/kfl62/.rvm/docs /home/kfl62/.rvm/environments /home/kfl62/.rvm/examples /home/kfl62/.rvm/gems /home/kfl62/.rvm/gemsets /home/kfl62/.rvm/help /home/kfl62/.rvm/hooks /home/kfl62/.rvm/lib /home/kfl62/.rvm/log /home/kfl62/.rvm/patches /home/kfl62/.rvm/repos /home/kfl62/.rvm/rubies /home/kfl62/.rvm/rubygems /home/kfl62/.rvm/src /home/kfl62/.rvm/tmp /home/kfl62/.rvm/user /home/kfl62/.rvm/usr /home/kfl62/.rvm/wrappers 0 0 /home/kfl62/.rvm/gems/cache
+/home/kfl62/.rvm/scripts/initialize:79> [[ -n '' ]]
+/home/kfl62/.rvm/scripts/initialize:85> (( 1 > 0 ))
+/home/kfl62/.rvm/scripts/initialize:87> export 'rvm_trace_flag=1'
+/home/kfl62/.rvm/scripts/initialize:89> set -o xtrace
+/home/kfl62/.rvm/scripts/initialize:92> [[ -z 4.3.12 ]]
+/home/kfl62/.rvm/scripts/initialize:105> export rvm_action rvm_alias_expanded rvm_archflags rvm_archive_extension rvm_archives_path rvm_bin_flag rvm_bin_path rvm_clang_flag rvm_configure_flags rvm_debug_flag rvm_default_flag rvm_delete_flag rvm_docs_path rvm_docs_type rvm_dump_environment_flag rvm_environments_path rvm_error_message rvm_examples_path rvm_expanding_aliases rvm_file_name rvm_gemdir_flag rvm_gems_cache_path rvm_gems_path rvm_gemset_name rvm_gemset_separator rvm_gemsets_path rvm_gemstone_package_file rvm_gemstone_url rvm_head_flag rvm_help_path rvm_hook rvm_install_args rvm_install_on_use_flag rvm_lib_path rvm_llvm_flag rvm_loaded_flag rvm_log_path rvm_make_flags rvm_niceness rvm_nightly_flag rvm_only_path_flag rvm_parse_break rvm_patch_names rvm_patch_original_pwd rvm_patches_path rvm_path rvm_pretty_print_flag rvm_prior_cc rvm_proxy rvm_quiet_flag rvm_ree_options rvm_reload_flag rvm_remove_flag rvm_repos_path rvm_rubies_path 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_load_path 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_require 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_scripts_path rvm_sdk rvm_user_install_flag rvm_silent_flag rvm_src_path rvm_sticky_flag rvm_system_flag rvm_tmp_path rvm_token rvm_trace_flag rvm_use_flag rvm_user_flag rvm_user_path rvm_usr_path rvm_verbose_flag rvm_wrapper_name rvm_wrappers_path rvm_ruby_repo_branch rvm_man_path rvm_architectures
+/home/kfl62/.rvm/scripts/base:41> case (*[[:space:]]selector[[:space:]]*)
+/home/kfl62/.rvm/scripts/base:41> case (*)
+/home/kfl62/.rvm/scripts/base:46> source /home/kfl62/.rvm/scripts/selector
+/home/kfl62/.rvm/scripts/base:50> declare -a scripts
+/home/kfl62/.rvm/scripts/base:51> scripts=( logging utility init cleanup env rvmrc install environment gemset db bundler )
+/home/kfl62/.rvm/scripts/base:54> entry=logging
+/home/kfl62/.rvm/scripts/base:55> source /home/kfl62/.rvm/scripts/functions/logging
+/home/kfl62/.rvm/scripts/functions/logging:6> [[ -t 1 ]]
+/home/kfl62/.rvm/scripts/base:54> entry=utility
+/home/kfl62/.rvm/scripts/base:55> source /home/kfl62/.rvm/scripts/functions/utility
+/home/kfl62/.rvm/scripts/base:54> entry=init
+/home/kfl62/.rvm/scripts/base:55> source /home/kfl62/.rvm/scripts/functions/init
+/home/kfl62/.rvm/scripts/base:54> entry=cleanup
+/home/kfl62/.rvm/scripts/base:55> source /home/kfl62/.rvm/scripts/functions/cleanup
+/home/kfl62/.rvm/scripts/base:54> entry=env
+/home/kfl62/.rvm/scripts/base:55> source /home/kfl62/.rvm/scripts/functions/env
+/home/kfl62/.rvm/scripts/base:54> entry=rvmrc
+/home/kfl62/.rvm/scripts/base:55> source /home/kfl62/.rvm/scripts/functions/rvmrc
+/home/kfl62/.rvm/scripts/functions/rvmrc:3> export escape_flag _first _second
+/home/kfl62/.rvm/scripts/functions/rvmrc:4> escape_flag=1
+/home/kfl62/.rvm/scripts/functions/rvmrc:5> _first=1
+/home/kfl62/.rvm/scripts/functions/rvmrc:6> _second=2
+/home/kfl62/.rvm/scripts/base:54> entry=install
+/home/kfl62/.rvm/scripts/base:55> source /home/kfl62/.rvm/scripts/functions/install
+/home/kfl62/.rvm/scripts/base:54> entry=environment
+/home/kfl62/.rvm/scripts/base:55> source /home/kfl62/.rvm/scripts/functions/environment
+/home/kfl62/.rvm/scripts/base:54> entry=gemset
+/home/kfl62/.rvm/scripts/base:55> source /home/kfl62/.rvm/scripts/functions/gemset
+/home/kfl62/.rvm/scripts/base:54> entry=db
+/home/kfl62/.rvm/scripts/base:55> source /home/kfl62/.rvm/scripts/functions/db
+/home/kfl62/.rvm/scripts/base:54> entry=bundler
+/home/kfl62/.rvm/scripts/base:55> source /home/kfl62/.rvm/scripts/functions/bundler
+/home/kfl62/.rvm/scripts/base:57> unset scripts entry rvm_base_except
+/home/kfl62/.rvm/scripts/base:59> [[ ! -t 0 ]]
+/home/kfl62/.rvm/scripts/rvm:99> script=version
+/home/kfl62/.rvm/scripts/rvm:101> [[ -f /home/kfl62/.rvm/scripts/version ]]
+/home/kfl62/.rvm/scripts/rvm:103> source /home/kfl62/.rvm/scripts/version
+/home/kfl62/.rvm/scripts/rvm:99> script=selector
+/home/kfl62/.rvm/scripts/rvm:101> [[ -f /home/kfl62/.rvm/scripts/selector ]]
+/home/kfl62/.rvm/scripts/rvm:103> source /home/kfl62/.rvm/scripts/selector
+/home/kfl62/.rvm/scripts/rvm:99> script=cd
+/home/kfl62/.rvm/scripts/rvm:101> [[ -f /home/kfl62/.rvm/scripts/cd ]]
+/home/kfl62/.rvm/scripts/rvm:103> source /home/kfl62/.rvm/scripts/cd
+/home/kfl62/.rvm/scripts/cd:5> (( 1 > 0 ))
+/home/kfl62/.rvm/scripts/cd:17> [[ -n 4.3.12 ]]
+/home/kfl62/.rvm/scripts/cd:19> autoload is-at-least
+/home/kfl62/.rvm/scripts/cd:20> is-at-least 4.3.4
+/home/kfl62/.rvm/scripts/cd:22> typeset -gxa chpwd_functions
+/home/kfl62/.rvm/scripts/cd:23> chpwd_functions=( __rvm_project_rvmrc_with_env __rvm_after_cd __rvm_project_rvmrc_with_env __rvm_after_cd )
+/home/kfl62/.rvm/scripts/rvm:99> script=cli
+/home/kfl62/.rvm/scripts/rvm:101> [[ -f /home/kfl62/.rvm/scripts/cli ]]
+/home/kfl62/.rvm/scripts/rvm:103> source /home/kfl62/.rvm/scripts/cli
+/home/kfl62/.rvm/scripts/rvm:99> script=override_gem
+/home/kfl62/.rvm/scripts/rvm:101> [[ -f /home/kfl62/.rvm/scripts/override_gem ]]
+/home/kfl62/.rvm/scripts/rvm:103> source /home/kfl62/.rvm/scripts/override_gem
+/home/kfl62/.rvm/scripts/override_gem:3> [[ 0 -eq 0 ]]
+/home/kfl62/.rvm/scripts/rvm:110> __rvm_setup
+__rvm_setup:2> [[ -n 4.3.12 ]]
+__rvm_setup:5> setopt
+__rvm_setup:5> grep -s '^noclobber$'
+__rvm_setup:7> rvm_zsh_clobber=1
+__rvm_setup:9> setopt clobber
+__rvm_setup:11> setopt
+__rvm_setup:11> grep -s '^nonomatch$'
+__rvm_setup:13> rvm_zsh_nomatch=1
+__rvm_setup:15> setopt no_nomatch
+/home/kfl62/.rvm/scripts/rvm:112> rvm_version=+/home/kfl62/.rvm/scripts/rvm:112> cat /home/kfl62/.rvm/VERSION
+/home/kfl62/.rvm/scripts/rvm:112> rvm_version=1.9.2
+/home/kfl62/.rvm/scripts/rvm:114> export 'rvm_version=1.9.2'
+/home/kfl62/.rvm/scripts/rvm:116> alias 'rvm-restart=rvm_reload_flag=1 source '\''/home/kfl62/.rvm/scripts/rvm'\'
+/home/kfl62/.rvm/scripts/rvm:118> command -v ruby
+/home/kfl62/.rvm/scripts/rvm:119> command -v ruby
+/home/kfl62/.rvm/scripts/rvm:119> grep -v rvm
+/home/kfl62/.rvm/scripts/rvm:120> command -v ruby
+/home/kfl62/.rvm/scripts/rvm:120> grep 'rvm/bin/ruby$'
+/home/kfl62/.rvm/scripts/rvm:129> __rvm_conditionally_add_bin_path
+__rvm_conditionally_add_bin_path:2> printf '/home/kfl62/.rvm/gems/ruby-1.9.2-p290/bin /home/kfl62/.rvm/gems/ruby-1.9.2-p290@global/bin /home/kfl62/.rvm/rubies/ruby-1.9.2-p290/bin /home/kfl62/.rvm/bin /usr/local/bin /usr/bin /bin /usr/local/sbin /usr/sbin /sbin /usr/bin/vendor_perl /usr/bin/core_perl /home/kfl62/bin /usr/local/lib'
+__rvm_conditionally_add_bin_path:2> grep -vF '/home/kfl62/.rvm/bin '
+__rvm_conditionally_add_bin_path:16> return 0
+/home/kfl62/.rvm/scripts/rvm:131> (( 1 == 1 ))
+/home/kfl62/.rvm/scripts/rvm:133> printf 'RVM reloaded!\n'
RVM reloaded!
+/home/kfl62/.rvm/scripts/rvm:136> rvm_loaded_flag=1
+/home/kfl62/.rvm/scripts/rvm:137> rvm_reload_flag=0
+/home/kfl62/.rvm/scripts/rvm:141> unset rvm_prefix_needs_trailing_slash rvm_rc_files rvm_gems_cache_path rvm_gems_path rvm_project_rvmrc_default rvm_gemset_separator
+/home/kfl62/.rvm/scripts/rvm:147> [[ -t 0 ]]
+/home/kfl62/.rvm/scripts/rvm:147> (( 1 > 0 ))
+/home/kfl62/.rvm/scripts/rvm:147> command -v __rvm_project_rvmrc
+/home/kfl62/.rvm/scripts/rvm:151> rvm_promptless=1 +/home/kfl62/.rvm/scripts/rvm:151> __rvm_project_rvmrc
+__rvm_project_rvmrc:2> local working_dir rvm_trustworthiness_result
+__rvm_project_rvmrc:5> working_dir=/home/kfl62
+__rvm_project_rvmrc:7> :
+__rvm_project_rvmrc:9> [[ -z /home/kfl62 || /home/kfl62 == /home/kfl62 ]]
+__rvm_project_rvmrc:11> [[ -n '' ]]
+__rvm_project_rvmrc:23> break
+__rvm_project_rvmrc:48> return 0
+/home/kfl62/.rvm/scripts/rvm:154> __rvm_teardown
+__rvm_teardown:2> [[ -d /home/kfl62/.rvm/tmp/7361 ]]
+__rvm_teardown:7> [[ -n 4.3.12 ]]
+__rvm_teardown:10> (( rvm_zsh_clobber == 0 ))
+__rvm_teardown:12> (( rvm_zsh_nomatch == 0 ))
+__rvm_teardown:12> setopt nomatch
+__rvm_teardown:14> unset rvm_zsh_clobber rvm_zsh_nomatch
+__rvm_teardown:23> (( 0 > 0 ))
+__rvm_teardown:41> unset rvm_ruby_strings rvm_head_flag rvm_prior_cc next_token rvm_error_message rvm_gems_cache_path rvm_gems_path rvm_gemset_name rvm_man_path rvm_parse_break rvm_rc_files 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_user_install_flag rvm_token rvm_ruby_load_path rvm_path_flag rvm_ruby_require rvm_action rvm_ruby_package_file rvm_ruby_name rvm_static_flag rvm_export_args rvm_ruby_name rvm_ruby_args rvm_default_flag rvm_gems_cache_path rvm_gemset_separator rvm_archives_path rvm_docs_path rvm_environments_path rvm_examples_path rvm_gems_path rvm_gemsets_path rvm_help_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_expanding_aliases rvm_loaded_flag rvm_llvm_flag rvm_architectures rvm_skip_autoreconf_flag
+__rvm_teardown:44> (( 0 == 1 ))
+__rvm_teardown:49> trap - 0 1 2 3 15
+__rvm_teardown:51> return 0
+rvm:248> __rvm_project_rvmrc
+__rvm_project_rvmrc:2> local working_dir rvm_trustworthiness_result
+__rvm_project_rvmrc:5> working_dir=/home/kfl62
+__rvm_project_rvmrc:7> :
+__rvm_project_rvmrc:9> [[ -z /home/kfl62 || /home/kfl62 == /home/kfl62 ]]
+__rvm_project_rvmrc:11> [[ -n '' ]]
+__rvm_project_rvmrc:23> break
+__rvm_project_rvmrc:48> return 0
+rvm:252> (( 1 == 1 ))
+rvm:254> rvm_trace_flag=0
+rvm:255> set +o verbose
+rvm:256> set +o xtrace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment