Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33903
b: refs/heads/master
c: 120e2a9
h: refs/heads/master
i:
  33901: 6c2467d
  33899: eee2c91
  33895: c72e9de
  33887: d3bb194
v: v3
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Sep 13, 2006
1 parent 90bff8b commit 6b566fe
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: 354332ee44834819ff31a0afbeffda0c32244f8f
refs/heads/master: 120e2a97268c312bf81ee3d8cacc75d1f75ef8b5
2 changes: 1 addition & 1 deletion trunk/scripts/hdrcheck.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

for FILE in `grep '^#include <' $2 | cut -f2 -d\< | cut -f1 -d\> | egrep ^linux\|^asm` ; do
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
exit 1
Expand Down

0 comments on commit 6b566fe

Please sign in to comment.