From: Reid Spencer Date: Sat, 25 Nov 2006 04:07:06 +0000 (+0000) Subject: Only show the first few lines of difference. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ba07a6922289d65690ce5f39301cd7e75c97d89e;p=oota-llvm.git 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 3828c70b123..f8099a98dbc 100755 --- a/utils/findmisopt +++ b/utils/findmisopt @@ -116,7 +116,7 @@ function tryit { echo "Diff fails with these switches:" echo $switches echo "Differences:" - diff "$out" "$optout" + diff "$out" "$optout" | head return 0; fi fi