requirements 279 B

12345678910
  1. #!/usr/bin/env bash
  2. : rvm_scripts_path:${rvm_scripts_path:=$rvm_path/scripts}
  3. source "$rvm_scripts_path/base"
  4. source "$rvm_scripts_path/patches"
  5. source "$rvm_scripts_path/functions/build"
  6. __rvm_setup_compile_environment_setup
  7. __rvm_setup_compile_environment_requirements "$@"