diff options
Diffstat (limited to 'Library/Homebrew/cmd/sh.rb')
| -rw-r--r-- | Library/Homebrew/cmd/sh.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/sh.rb b/Library/Homebrew/cmd/sh.rb index 5ada75ab2..3720124b7 100644 --- a/Library/Homebrew/cmd/sh.rb +++ b/Library/Homebrew/cmd/sh.rb @@ -1,3 +1,10 @@ +#: * `sh` [`--env=std`]: +#: Instantiate a Homebrew build environment. Uses our years-battle-hardened +#: Homebrew build logic to help your `./configure && make && make install` +#: or even your `gem install` succeed. Especially handy if you run Homebrew +#: in an Xcode-only configuration since it adds tools like `make` to your `PATH` +#: which otherwise build-systems would not find. + require "extend/ENV" require "formula" |
