mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #12703 from ethereum/diff-color-fix
scripts/common.sh: 'diff --color' not supported by macOS.
This commit is contained in:
commit
1aacb67a10
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user