We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e284526 commit 7066d23Copy full SHA for 7066d23
misc/check-no-diff
@@ -11,7 +11,7 @@
11
# non-zero error status.
12
13
tmpdiff=$(mktemp)
14
-diff --left-column -y $1 $2 > $tmpdiff \
+sdiff --left-column $1 $2 > $tmpdiff \
15
&& echo OK || (cat $tmpdiff; false)
16
status=$?
17
0 commit comments