Skip to content

Commit b741ca3

Browse files
committed
scripts/common.sh: 'diff --color' not supported by macOS.
1 parent 5db2907 commit b741ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ function diff_values
180180
shift
181181
shift
182182

183-
diff --color=auto --unified=0 <(echo "$value1") <(echo "$value2") "$@"
183+
diff --unified=0 <(echo "$value1") <(echo "$value2") "$@"
184184
}
185185

186186
function safe_kill

0 commit comments

Comments
 (0)