Skip to content

Commit

Permalink
Fix new line
Browse files Browse the repository at this point in the history
  • Loading branch information
housni committed Sep 14, 2024
1 parent 6bac4b8 commit 70c749c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/check-evals
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ sheldon=$(readlink -f "${0%/*}/../lib/sheldon/")
occurrences=$(find "${sheldon}" -type f -name \*.sh -print0 \
| xargs -0 grep -n -e "[^#]*eval\s")

printf "All occurrences of 'eval' in code: \n%s\n" "${occurrences}"
printf "\nAll occurrences of 'eval' in code: \n%s\n" "${occurrences}"

exit $?
exit $?

0 comments on commit 70c749c

Please sign in to comment.