Heray-Was-Here
Server : Apache
System : Linux vps103298.mylogin.co 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64
User : calvet ( 273824)
PHP Version : 7.4.33
Disable Function : NONE
Directory :  /usr/local/rvm/scripts/functions/notes/warnings/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/local/rvm/scripts/functions/notes/warnings/warning_rvm_configure_env
#!/usr/bin/env bash

__rvm_notes_warning_rvm_configure_env()
{
  if
    [[ -f /etc/rvmrc && -s /etc/rvmrc ]] &&
    __rvm_grep 'rvm_configure_env=.*/opt/sm' /etc/rvmrc >/dev/null 2>&1
  then
    rvm_warn "  * WARNING: you have <code>rvm_configure_env</code> <warn>in <code>/etc/rvmrc</code><warn>, run the following to fix:<code>\n\n" \
             "      sudo sed -i'' -e \"/rvm_configure_env=.*\/opt\/sm/d\" /etc/rvmrc\n" \
             "      rvm autolibs smf"
  fi
}

__rvm_notes_warning_rvm_configure_env

Hry