matteocorti / check_ssl_cert

A shell script (that can be used as a Nagios/Icinga plugin) to check an SSL/TLS connection.
GNU General Public License v3.0
368 stars 132 forks source link

make remove_blanks fails on linux #300

Closed matteocorti closed 3 years ago

matteocorti commented 3 years ago

Describe the bug

make remove_blanks fails on linux

sed -i '' 's/[[:blank:]]*$//' test/unit_tests.sh AUTHORS COPYING ChangeLog INSTALL Makefile NEWS README.md VERSION check_ssl_cert check_ssl_cert.spec COPYRIGHT check_ssl_cert.1 .github/workflows/*
sed: can't read s/[[:blank:]]*$//: No such file or directory
make: *** [Makefile:40: remove_blanks] Error 2

To Reproduce

make remove_blanks on linux

Expected behavior

Remove trailing spaces from the source files

System (please complete the following information):