]> git.sesse.net Git - stockfish/commit
Fix sed for OS X (#2080)
authorMarco Costalba <mcostalba@users.noreply.github.com>
Sat, 6 Apr 2019 10:43:41 +0000 (12:43 +0200)
committerGitHub <noreply@github.com>
Sat, 6 Apr 2019 10:43:41 +0000 (12:43 +0200)
commit8fa6273ff6d9aed4fb044cac0bfef9cc927eee65
tree94bd2e677e2b4130737ff06f798a0815d30091bb
parent49a1fdd3fe894d170a2c2781238c0f0f907c08cc
Fix sed for OS X (#2080)

The sed command is a bit different in Mac OS X (why not!).

The ‘-i’ option required a parameter to tell what extension to add for the
backup file. To fix it, just add extension for backup file, for example ‘.bak’

Fix broken Trevis CI test

No functional change.
.travis.yml