updated brew_packages_not_saved.sh

pull/16/head
Hari Sekhon 7 months ago
parent 3b45c3d128
commit f5bd5db666

@ -41,7 +41,7 @@ while read -r package; do
[[ "$package" =~ ^python- ]] && continue
#[[ "$package" =~ ^python@ ]] && continue
[[ "$package" =~ @ ]] && continue
if ! grep -Eq "^$package([[:space:]].+)?$" brew*.txt; then
if ! grep -Eq "^#?$package([[:space:]].+)?$" brew*.txt; then
echo "$package not found in setup/brew*"
fi
done

Loading…
Cancel
Save