whoami7 - Manager
:
/
proc
/
self
/
root
/
usr
/
local
/
rvm
/
scripts
/
functions
/
notes
/
warnings
/
Upload File:
files >> //proc/self/root/usr/local/rvm/scripts/functions/notes/warnings/warning_gem_home
#!/usr/bin/env bash __rvm_notes_warning_gem_home() { if [[ -n "${GEM_HOME:-}" ]] && ! [[ "${GEM_HOME}" == "$rvm_path/"* ]] then rvm_warn " * WARNING: you have set <code>GEM_HOME=\"${GEM_HOME}\"</code>\n" \ " <warn>This is conflicting with RVM. Make sure to call:\n\n" \ " <code>unset GEM_HOME</code>\n" fi } __rvm_notes_warning_gem_home
Copyright ©2021 || Defacer Indonesia