updated brew_filter_in_setup.sh

pull/2/head
Hari Sekhon 4 years ago
parent 48e08a06e5
commit d1b2da65d9

@ -54,5 +54,5 @@ else
# do not quote cask, blank quotes break shells and there will never be any token splitting anyway
# shellcheck disable=SC2046
tr ' ' '\n' |
grep -Fx -f <(sed 's/#.*//; s/^[[:space:]]*//; s/[[:space:]]*$//; /^[[:digit:]]*$/d' "$srcdir/setup/"brew-packages*.txt)
grep -Fx -f <(sed 's/#.*//; s/^[[:space:]]*//; s/[[:space:]]*$//; /^[[:space:]]*$/d' "$srcdir/setup/"brew-packages*.txt)
fi

Loading…
Cancel
Save