Skip to content

Commit

Permalink
arg
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed Jun 21, 2024
1 parent 23b6b8d commit aa95922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/extract-lemmas.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ done
exclgrep () {
# Check that the grep pattern isn't empty:
if test "x$*" != "x"; then
grep -E -v "$*"
grep -E -v "$@"
# If it is, just let everything pass through using cat:
else
cat
Expand Down

0 comments on commit aa95922

Please sign in to comment.