Skip to content

Commit

Permalink
scripts/autocommit-updated: remove EGO_SUM exception; #180
Browse files Browse the repository at this point in the history
Tatsh committed Nov 23, 2023
1 parent 0509c74 commit 16df2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/autocommit-updated.sh
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ while read -r ebuild; do
cat=$(dirname "$dn")
pn=$(basename "$dn")
pushd "$dn" || exit 1
if grep -qE 'EGO_SUM|ryujinx|avalonia-ilspy|videoduplicatefinder' ./*.ebuild; then
if grep -qE 'ryujinx|avalonia-ilspy|videoduplicatefinder' ./*.ebuild; then
popd || exit 1
continue
fi

0 comments on commit 16df2d0

Please sign in to comment.