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