Merge pull request #12703 from ethereum/diff-color-fix

scripts/common.sh: 'diff --color' not supported by macOS.
This commit is contained in:
Kamil Śliwak 2022-02-24 17:47:19 +01:00 committed by GitHub
commit 1aacb67a10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -180,7 +180,7 @@ function diff_values
shift
shift
diff --color=auto --unified=0 <(echo "$value1") <(echo "$value2") "$@"
diff --unified=0 <(echo "$value1") <(echo "$value2") "$@"
}
function safe_kill