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:
Marco Costalba
2017-01-09 15:37:09 +01:00
committed by GitHub
parent 394e9cd892
commit d9dd520896
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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