Skip to content

Commit

Permalink
Strip illegal characters
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed Dec 7, 2023
1 parent a06b4fa commit 69a2b9b
Show file tree
Hide file tree
Showing 2 changed files with 151 additions and 151 deletions.
2 changes: 1 addition & 1 deletion ci/impl/replace_tabs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -e

# greq -qI tests if file is binary
# adapted from https://stackoverflow.com/a/29689345
TARGETS=$(find . -type f ! -path "./third-party/*" ! -path "./.git/*" ! -path "*/assets/*" ! -path "*Makefile" ! -path "*Maketemplate*" ! -path "./node_modules/*" ! -path ./doc/bibliography.bib -exec grep -qI . {} ';' -print)
TARGETS=$(find . -type f ! -path "./third-party/*" ! -path "./.git/*" ! -path "*/assets/*" ! -path "*Makefile" ! -path "*Maketemplate*" ! -path "./node_modules/*" -exec grep -qI . {} ';' -print)

for filename in ${TARGETS}
do
Expand Down
Loading

0 comments on commit 69a2b9b

Please sign in to comment.