mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-08 01:04:06 +01:00
Helper script which greps for compat includes that shouldn't be present in all files but compat.h.
This commit is contained in:
parent
5a0ecc5931
commit
5fb4f8c1fa
5
tools/check-compat.sh
Normal file
5
tools/check-compat.sh
Normal file
@ -0,0 +1,5 @@
|
||||
# $Id: check-compat.sh,v 1.1 2010-10-24 00:42:04 tcunha Exp $
|
||||
|
||||
grep "#include" compat.h|while read line; do
|
||||
grep "$line" *.[ch] compat/*.[ch]
|
||||
done
|
Loading…
Reference in New Issue
Block a user