commit | ba07a6922289d65690ce5f39301cd7e75c97d89e | [log] [tgz] |
---|---|---|
author | Reid Spencer <rspencer@reidspencer.com> | Sat Nov 25 04:07:06 2006 +0000 |
committer | Reid Spencer <rspencer@reidspencer.com> | Sat Nov 25 04:07:06 2006 +0000 |
tree | 593fcd18666d6fdfe2113c107a13758701cff39d | |
parent | 2bae1f58edc9a2bae81d377fa648f66d21c1b62f [diff] [blame] |
Only show the first few lines of difference. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31901 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/findmisopt b/utils/findmisopt index 3828c70..f8099a9 100755 --- a/utils/findmisopt +++ b/utils/findmisopt
@@ -116,7 +116,7 @@ echo "Diff fails with these switches:" echo $switches echo "Differences:" - diff "$out" "$optout" + diff "$out" "$optout" | head return 0; fi fi