HEX
Server: Apache
System: Linux s198.coreserver.jp 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: nagasaki (10062)
PHP: 7.1.33
Disabled: NONE
Upload Files
File: //usr/local/rvm/scripts/functions/notes/warnings/warning_rvm_in_usr
#!/usr/bin/env bash

__rvm_notes_warning_rvm_in_usr()
{
  if
    [[ -x /usr/local/bin/rvm ]]
  then
    rvm_warn "
  * WARNING: you have <code>/usr/local/bin/rvm</code><warn>, it's most likely a bug of old installation, in most cases it's safe to remove it:

    <code>rm /usr/local/bin/rvm</code>
"
  fi
}

__rvm_notes_warning_rvm_in_usr