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

This commit is contained in:
Alexander Arlt
2022-02-23 19:23:35 -05:00
parent 5db2907636
commit b741ca3ab5
+1 -1
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