Skip to content

Commit a47a264

Browse files
committed
travis: make distcheck scan for BOM markers
and remove BOM from projects/wolfssl_override.props Closes curl#3126
1 parent 97cde94 commit a47a264

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,8 @@ script:
320320
- |
321321
set -eo pipefail
322322
if [ "$T" = "distcheck" ]; then
323+
# find BOM markers and exit if we do
324+
! git grep `printf '\xef\xbb\xbf'`
323325
./configure
324326
make
325327
./maketgz 99.98.97

projects/wolfssl_override.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<!--
33
We use this file to override some properties of the wolfSSL project files.
44

0 commit comments

Comments
 (0)