Skip to content
Snippets Groups Projects
Commit cd075dd4 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

dev-cmd/sh: rename SCRIPT argument.

parent 669ae5c0
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ module Homebrew ...@@ -10,7 +10,7 @@ module Homebrew
def sh_args def sh_args
Homebrew::CLI::Parser.new do Homebrew::CLI::Parser.new do
usage_banner <<~EOS usage_banner <<~EOS
`sh` [<options>] [<SCRIPT>] `sh` [<options>] [<file>]
Homebrew build environment that uses years-battle-hardened Homebrew build environment that uses years-battle-hardened
build logic to help your `./configure && make && make install` build logic to help your `./configure && make && make install`
......
...@@ -1106,7 +1106,7 @@ Run a Ruby instance with Homebrew's libraries loaded, e.g. ...@@ -1106,7 +1106,7 @@ Run a Ruby instance with Homebrew's libraries loaded, e.g.
* `-e`: * `-e`:
Execute the given text string as a script. Execute the given text string as a script.
### `sh` [*`options`*] [*`SCRIPT`*] ### `sh` [*`options`*] [*`file`*]
Homebrew build environment that uses years-battle-hardened Homebrew build environment that uses years-battle-hardened
build logic to help your `./configure && make && make install` build logic to help your `./configure && make && make install`
......
...@@ -1522,7 +1522,7 @@ Load a library using \fBrequire\fR\. ...@@ -1522,7 +1522,7 @@ Load a library using \fBrequire\fR\.
\fB\-e\fR \fB\-e\fR
Execute the given text string as a script\. Execute the given text string as a script\.
. .
.SS "\fBsh\fR [\fIoptions\fR] [\fISCRIPT\fR]" .SS "\fBsh\fR [\fIoptions\fR] [\fIfile\fR]"
Homebrew build environment that uses years\-battle\-hardened build logic to help your \fB\./configure && make && make install\fR and even your \fBgem install\fR succeed\. Especially handy if you run Homebrew in an Xcode\-only configuration since it adds tools like \fBmake\fR to your \fBPATH\fR which build systems would not find otherwise\. Homebrew build environment that uses years\-battle\-hardened build logic to help your \fB\./configure && make && make install\fR and even your \fBgem install\fR succeed\. Especially handy if you run Homebrew in an Xcode\-only configuration since it adds tools like \fBmake\fR to your \fBPATH\fR which build systems would not find otherwise\.
. .
.TP .TP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment