Sha256: 8d14139c28deeb37610149b9c3749f06a9f88b57166db7cd8c29a3b7e81762af
Contents?: true
Size: 471 Bytes
Versions: 6
Compression:
Stored size: 471 Bytes
Contents
#!//usr/bin/env bash if [[ ! -z "$rvm_trace_flag" ]] ; then set -x ; export rvm_trace_flag ; fi trap "if [[ -d $rvm_tmp_path/ ]] && [[ -f $rvm_tmp_path/$$ ]] ; then rm -f $rvm_tmp_path/$$ > /dev/null 2>&1 ; fi ; exit" 0 1 2 3 15 if [[ ! -z "$1" ]] ; then if [[ -s "$rvm_hooks_path/$1" ]] ; then if [[ "$rvm_verbose_flag" -eq 1 ]] || [[ "$rvm_debug_flag" -eq 1 ]] ; then $rvm_scripts_path/log "info" "running hook $1" ; fi source "$rvm_hooks_path/$1" fi fi
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
rvm-0.1.6 | scripts/hook |
rvm-0.1.5 | scripts/hook |
rvm-0.1.3 | scripts/hook |
rvm-0.1.2 | scripts/hook |
rvm-0.1.1 | scripts/hook |
rvm-0.1.0 | scripts/hook |