Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33904
b: refs/heads/master
c: d5e064a
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Sep 13, 2006
1 parent 6b566fe commit 7cc78f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 120e2a97268c312bf81ee3d8cacc75d1f75ef8b5
refs/heads/master: d5e064a6c733d3902302dbaca33dd3c76af77f38
2 changes: 1 addition & 1 deletion trunk/scripts/hdrcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

for FILE in `grep '^[ \t]*#[ \t]*include[ \t]*<' $2 | cut -f2 -d\< | cut -f1 -d\> | egrep ^linux\|^asm` ; do
if [ ! -r $1/$FILE ]; then
echo $2 requires $FILE, which does not exist
echo $2 requires $FILE, which does not exist in exported headers
exit 1
fi
done

0 comments on commit 7cc78f9

Please sign in to comment.