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/manage/install/osx
#!/usr/bin/env bash

__rvm_make_failed_osx()
{
  __rvm_make_failed_osx_avira
}

__rvm_make_failed_osx_avira()
{
  if ps ax | __rvm_grep -v grep | __rvm_grep Avira.app &> /dev/null
  then
    rvm_error "\nIt seems that Avira antivirus is running. It has been reported to cause failures on ruby compilation.
Disable it for the time of the installation and try again."
  fi
}