Skip to content

Commit

Permalink
copyright: add xargs hard coded limits
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavid committed Aug 16, 2023
1 parent da9b3ec commit da7fea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ main() {
local fil
fil="$(
git ls-files . 2>&1 |
xargs grep -E "$PATTERN" /dev/null 2>&1 |
xargs -s 2092120 grep -E "$PATTERN" /dev/null 2>&1 |
cut -d : -f 1 2>&1 |
sort -V 2>&1 |
uniq 2>&1 |
Expand Down

0 comments on commit da7fea5

Please sign in to comment.