Sha256: d3b05cda20f200c17f5fd8bf6822443a965d2704e5311507e1d6aed06bf3dd9c
Contents?: true
Size: 430 Bytes
Versions: 3
Compression:
Stored size: 430 Bytes
Contents
# Base is a collection general files + commonely included # setup functions. # Load the general scripts. # Use rvm_base_except="" to override the except. for script_name in initialize utility selector; do if echo "$rvm_base_except" | \grep -vq "$script_name" ; then source "$rvm_scripts_path"/$script_name fi done; unset script_name rvm_base_except # Setup hooks etc. __rvm_inherit_trace_flag __rvm_cleanup_temp_on_exit
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rvm-1.0.4 | scripts/base |
rvm-1.0.3 | scripts/base |
rvm-1.0.2 | scripts/base |