We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
brew --prefix
1 parent e2036eb commit cda9e9bCopy full SHA for cda9e9b
docs/generate.sh
@@ -37,7 +37,7 @@ THEMEPATH=$(dirname $0)/theme
37
THEMEPATH=$(realpath "$THEMEPATH")
38
39
if [[ $(uname) == "Darwin" ]]; then
40
- TEMPARGS=$(/Users/$(id -un)/homebrew/opt/gnu-getopt/bin/getopt -o o:p:b:t: --long out:,pypath:,sphinx-build:,themepath: -- "$@")
+ TEMPARGS=$($(brew --prefix)/opt/gnu-getopt/bin/getopt -o o:p:b:t: --long out:,pypath:,sphinx-build:,themepath: -- "$@")
41
else
42
TEMPARGS=$(getopt -o o:p:b:t: --long out:,pypath:,sphinx-build:,themepath: -- "$@")
43
getopt = getopt
0 commit comments