From 94bc19f8f8af547ce273f42b5b26774269b862d9 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 11 Oct 2018 09:51:10 +0200 Subject: travis: make distcheck scan for BOM markers --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1610d3e8b..f58c6b062 100644 --- a/.travis.yml +++ b/.travis.yml @@ -320,6 +320,8 @@ script: - | set -eo pipefail if [ "$T" = "distcheck" ]; then + # find BOM markers + (grep `printf '\xef\xbb\xbf'` `git ls-files` && (echo "BOM marker found"; exit 22) ) ./configure make ./maketgz 99.98.97 -- cgit v1.2.1