From 07a145ca6020787813fd5d5ae9cb973eac2a3db7 Mon Sep 17 00:00:00 2001 From: neutric Date: Fri, 3 Feb 2017 14:09:38 +0100 Subject: [PATCH] hacking.md: Update instructions to force OS version (#29770) Update instructions to force OS version to reflect Homebrew/brew#1883. --- doc/development/hacking.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/development/hacking.md b/doc/development/hacking.md index 014b6737b2ecc..6a024f9ac6fcf 100644 --- a/doc/development/hacking.md +++ b/doc/development/hacking.md @@ -59,14 +59,12 @@ This form can also be combined with a specific Ruby interpreter as above. ### Forcing a Specific macOS Release -The environment variable `$MACOS_RELEASE` can be overridden at the command line for test purposes: +The environment variable `$MACOS_VERSION` can be overridden at the command line for test purposes: ```bash -$ MACOS_RELEASE=10.9 brew cask info +$ MACOS_VERSION=10.9 brew cask info ``` -The environment variable `$MACOS_RELEASE_WITH_PATCHLEVEL` is also available, though not consulted directly. Use `$MACOS_RELEASE` for testing. - ### Target Ruby Versions Homebrew-Cask requires a Ruby interpreter version 2.0 or above. This is the default system Ruby on Mavericks (10.9) and later.