cmd/formulae.sh: compatibility with GNU Sed
This commit is contained in:
parent
7348bc0ec8
commit
ca9ad61dcf
@ -16,7 +16,7 @@ homebrew-formulae() {
|
||||
-name vendor \
|
||||
\) \
|
||||
-prune -false -o -name '*\.rb' | \
|
||||
sed -E -e 's/\.rb//g' \
|
||||
sed -r -e 's/\.rb//g' \
|
||||
-e 's_.*/Taps/(.*)/(home|linux)brew-_\1/_' \
|
||||
-e 's|/Formula/|/|' \
|
||||
)"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user