mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
scripts/common.sh: 'diff --color' not supported by macOS.
This commit is contained in:
parent
5db2907636
commit
b741ca3ab5
@ -180,7 +180,7 @@ function diff_values
|
|||||||
shift
|
shift
|
||||||
shift
|
shift
|
||||||
|
|
||||||
diff --color=auto --unified=0 <(echo "$value1") <(echo "$value2") "$@"
|
diff --unified=0 <(echo "$value1") <(echo "$value2") "$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
function safe_kill
|
function safe_kill
|
||||||
|
Loading…
Reference in New Issue
Block a user