mirror of
https://github.com/tmate-io/tmate.git
synced 2026-07-28 21:30:03 +00:00
Skip 8 line diffs ($Id$ change only).
This commit is contained in:
parent
20002ec6cd
commit
0af7fa08d2
1 changed files with 9 additions and 2 deletions
|
|
@ -1,5 +1,12 @@
|
|||
# $Id: cmp-cvs.sh,v 1.1 2009-06-25 16:49:22 nicm Exp $
|
||||
# $Id: cmp-cvs.sh,v 1.2 2009-06-25 16:54:21 nicm Exp $
|
||||
|
||||
rm diff.out
|
||||
touch diff.out
|
||||
|
||||
for i in *.[ch]; do
|
||||
diff -u $i /usr/src/usr.bin/tmux/$i
|
||||
diff -u $i /usr/src/usr.bin/tmux/$i >diff.tmp
|
||||
set -- `wc -l diff.tmp`
|
||||
[ $1 -eq 8 ] && continue
|
||||
echo $i
|
||||
cat diff.tmp >>diff.out
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue