Commit ea2f950d authored by Joshua Peek's avatar Joshua Peek
Browse files

Merge pull request #29 from yyyc514/master

REE should use the do not install helpful gems option
parents f69655d2 5c1aba24
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ build_package_ree_installer() {
    options="--no-tcmalloc"
  fi

  { ./installer --auto "$PREFIX_PATH" $options
  { ./installer --auto "$PREFIX_PATH" --dont-install-useful-gems $options
  } >&4 2>&1
}