This website requires JavaScript.
Explore
Help
Sign In
extern
/
tmate
Watch
1
Star
0
Fork
0
You've already forked tmate
mirror of
https://github.com/tmate-io/tmate.git
synced
2024-11-24 00:53:31 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
fe00607816
tmate
/
tools
/
check-compat.sh
6 lines
97 B
Bash
Raw
Normal View
History
Unescape
Escape
Expand the Id keyword.
2011-07-09 11:42:33 +02:00
# $Id$
Helper script which greps for compat includes that shouldn't be present in all files but compat.h.
2010-10-24 02:42:04 +02:00
grep
"#include"
compat.h
|
while
read
line
;
do
grep
"
$line
"
*.
[
ch
]
compat/*.
[
ch
]
done
Reference in New Issue
Copy Permalink