From ca9ad61dcfe109b47485045899efae48600e02f0 Mon Sep 17 00:00:00 2001 From: Maxim Belkin Date: Mon, 30 Nov 2020 15:26:39 -0600 Subject: [PATCH] cmd/formulae.sh: compatibility with GNU Sed --- Library/Homebrew/cmd/formulae.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/formulae.sh b/Library/Homebrew/cmd/formulae.sh index e4eab99abd..7d179334e7 100644 --- a/Library/Homebrew/cmd/formulae.sh +++ b/Library/Homebrew/cmd/formulae.sh @@ -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/|/|' \ )"