updated brew_packages_not_saved.sh

pull/16/head
Hari Sekhon 7 months ago
parent a50cd9c7dc
commit cf9ad603e9

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

Loading…
Cancel
Save