Skip to content

Commit

Permalink
make sure rvm_configure_env is an empty array, this should fix one of…
Browse files Browse the repository at this point in the history
… the issues
  • Loading branch information
mpapis committed Oct 3, 2012
1 parent d662cd7 commit c797ca6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/functions/build
Expand Up @@ -64,6 +64,7 @@ __rvm_compiler_is_gcc47()
__rvm_setup_compile_environment()
{
export -a rvm_configure_env
[[ -n "${rvm_configure_env[*]}" ]] || rvm_configure_env=() # zsh can assume empty var => ( '' )
__rvm_setup_compile_environment_osx_gcc
__rvm_setup_compile_environment_osx_architectures
__rvm_setup_compile_environment_gcc47
Expand Down

0 comments on commit c797ca6

Please sign in to comment.