diff options
author | Daniel Stenberg <daniel@haxx.se> | 2018-10-11 09:51:10 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-10-12 08:49:31 +0200 |
commit | a47a264492a528a6e7bca8bf9bbf438a1b6ba780 (patch) | |
tree | a523b0b34502e10966488610242bd8128bb61e58 | |
parent | 97cde9404395143ff2cef78c7321e06b96b8bf46 (diff) | |
download | curl-a47a264492a528a6e7bca8bf9bbf438a1b6ba780.tar.gz |
travis: make distcheck scan for BOM markers
and remove BOM from projects/wolfssl_override.props
Closes #3126
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | projects/wolfssl_override.props | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 1610d3e8b..2e6919816 100644 --- a/.travis.yml +++ b/.travis.yml @@ -320,6 +320,8 @@ script: - | set -eo pipefail if [ "$T" = "distcheck" ]; then + # find BOM markers and exit if we do + ! git grep `printf '\xef\xbb\xbf'` ./configure make ./maketgz 99.98.97 diff --git a/projects/wolfssl_override.props b/projects/wolfssl_override.props index e37d0b7aa..fab60f3c9 100644 --- a/projects/wolfssl_override.props +++ b/projects/wolfssl_override.props @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?> <!-- We use this file to override some properties of the wolfSSL project files. |