Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile.am: avoid use of non-portable echo arguments
This fixes tests with a non-bash shell as /bin/sh (in this case, dash) which does not support `echo -e`. echo itself is portable, but not echo with any arguments. Use `printf` instead. Fixes: d9a1e0c ('build: add "check-local-build-headers" test target to build public headers') #360
- Loading branch information