Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Homebrew/brew.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Apr 23, 2014
    • Jack Nagel's avatar
      6cdc7645
    • Jack Nagel's avatar
      Simplify conditions for superenv activation · 722a5af4
      Jack Nagel authored
      `MacOS::Xcode.without_clt? && MacOS.sdk_path.nil?` should never be true.
      
      In its earliest form, this would raise a bare RuntimeError in an effort
      to have the bug reported. Later, it was changed to silently disable
      superenv. But we don't want to do that. If there's a bug, or the user's
      system is misconfigured, we want to know, so that we can fix the bug, or
      the user can fix their system. So let's remove the condition.
      722a5af4
  2. Apr 22, 2014
  3. Apr 21, 2014
  4. Apr 20, 2014
Loading