summary refs log tree commit diff
path: root/scripts-dev/check_line_terminators.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix Shellcheck SC2006: Use $(...) notationDan Callahan2021-10-221-1/+1
* Fix Shellcheck SC2086: Quote to prevent splittingDan Callahan2021-10-221-1/+1
* Fix Shellcheck SC2046: Quote to prevent word splitDan Callahan2021-10-221-1/+1
* Fix Shellcheck SC2164: exit in case cd fails.Dan Callahan2021-10-221-1/+1
* Fix exit code for `check_line_terminators.sh` (#7970)Richard van der Hoff2020-07-281-1/+4
* Add script for finding files with unix line terminators (#7965)Andrew Morgan2020-07-281-0/+31