mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 13:17:44 +00:00
Fix previous patch for OS X (#961)
Use posix version of sed that is available on all platforms. No functional change.
This commit is contained in:
@@ -17,6 +17,7 @@ if [ $# -gt 0 ]; then
|
||||
# compare to given reference
|
||||
if [ "$1" != "$signature" ]; then
|
||||
echo "signature mismatch: reference $1 obtained $signature"
|
||||
exit 1
|
||||
else
|
||||
echo "signature OK: $signature"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user