Skip to content

Commit a52ea3d

Browse files
committed
hacky fix to hacky script
1 parent 73264b7 commit a52ea3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/xt-recent-aspell.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Test only the most recent commits for spelling issues.
44
# (much faster than running the whole xt/aspell.t test)
55

6-
perl6 xt/aspell.t $(git llog | egrep '^M.*\.(pod6|md)$' | head -40 | sort -u | awk '{print $2}')
6+
perl6 xt/aspell.t $(git llog | egrep '^M.*\.(pod6|md)$' | grep -v 'contributors.pod6' | head -40 | sort -u | awk '{print $2}')

0 commit comments

Comments
 (0)