scripts/common.sh: 'diff --color' not supported by macOS.

This commit is contained in:
Alexander Arlt 2022-02-21 20:55:41 -05:00
parent 5db2907636
commit b741ca3ab5

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