Skip to content

Commit 8aef4ec

Browse files
committed
fix: brew bundle dump no longer accepts --all
Signed-off-by: Lucas Larson <LucasLarson@riseup.net>
1 parent 7e840bc commit 8aef4ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

update

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env sh
2-
update='2026-05-16'
2+
update='2026-05-17'
33
command -p -- printf -- '\n\n .___ __\n __ ________ __\174 _\057____ _\057 \174_ ____\n\174 \174 \134____ \134 \057 __ \174\134__ \134\134 __\134\057 __ \134\n\174 \174 \057 \174_\076 \076 \057_\057 \174 \057 __ \134\174 \174 \134 ___\057\n\174____\057\174 __\057\134____ \174\050____ \057__\174 \134___ \076\n \174__\174 \134\057 \134\057 \134\057\n a Lucas Larson production\n\n' >&2 && command -p -- sleep 1
44
command -p -- printf -- '\360\237\223\241 verifying network connectivity' >&2
55
command -p -- sleep 1
@@ -111,7 +111,7 @@ if command -v -- python3 >/dev/null 2>&1; then
111111
fi
112112
if command -v -- brew >/dev/null 2>&1; then
113113
command brew generate-man-completions --debug --verbose 2>/dev/null
114-
command brew bundle dump --all --cask --debug --describe --file=- --force --formula --mas --no-restart --tap | command -p -- sed -e '$! N' -e '/^#.*\n[^#]/ s/\n/\t/' -e 'P' -e 'D' | command -p -- sed -e 's/\(.*\)\t\(.*\)/\2\1/' | command -p -- sed -e 's/^\(tap\)/1\1/' -e 's/^\(brew\)/2\1/' -e 's/^\(cask\)/3\1/' | LC_ALL='C' command -p -- sort -f | {
114+
command brew bundle dump --cask --debug --describe --file=- --force --formula --mas --no-restart --tap | command -p -- sed -e '$! N' -e '/^#.*\n[^#]/ s/\n/\t/' -e 'P' -e 'D' | command -p -- sed -e 's/\(.*\)\t\(.*\)/\2\1/' | command -p -- sed -e 's/^\(tap\)/1\1/' -e 's/^\(brew\)/2\1/' -e 's/^\(cask\)/3\1/' | LC_ALL='C' command -p -- sort -f | {
115115
command -p -- printf -- '#!/usr/bin/env ruby\n'
116116
command -p -- printf -- '# frozen_string_literal: true\n\n'
117117
command -p -- sed -e 's/^[[:digit:]]//' -e 's/\([^#]*\)\(#.*\)/\2\n\1/'

0 commit comments

Comments
 (0)