Loading versions/ree-1.8.7-2011.03 +3 −3 Original line number Diff line number Diff line build_package_ree_installer() { local options="--auto $PREFIX_PATH" local options="" if [[ "Darwin" = "$(uname)" ]]; then options="$options --no-tcmalloc" options="--no-tcmalloc" fi { ./installer $options { ./installer --auto "$PREFIX_PATH" $options } >$LOG_PATH 2>&1 } Loading Loading
versions/ree-1.8.7-2011.03 +3 −3 Original line number Diff line number Diff line build_package_ree_installer() { local options="--auto $PREFIX_PATH" local options="" if [[ "Darwin" = "$(uname)" ]]; then options="$options --no-tcmalloc" options="--no-tcmalloc" fi { ./installer $options { ./installer --auto "$PREFIX_PATH" $options } >$LOG_PATH 2>&1 } Loading