diff options
| author | Alexey Dobriyan <adobriyan@gmail.com> | 2006-09-12 23:36:01 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-13 10:32:15 -0400 |
| commit | d5e064a6c733d3902302dbaca33dd3c76af77f38 (patch) | |
| tree | 29f589a7aa8847a57d09278e80712d65e3177430 /scripts | |
| parent | 120e2a97268c312bf81ee3d8cacc75d1f75ef8b5 (diff) | |
[PATCH] headers_check: clarify error message
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Cc: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/hdrcheck.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/hdrcheck.sh b/scripts/hdrcheck.sh index cbf650dbc7..b5ca35aa17 100755 --- a/scripts/hdrcheck.sh +++ b/scripts/hdrcheck.sh | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | for FILE in `grep '^[ \t]*#[ \t]*include[ \t]*<' $2 | cut -f2 -d\< | cut -f1 -d\> | egrep ^linux\|^asm` ; do | 3 | for FILE in `grep '^[ \t]*#[ \t]*include[ \t]*<' $2 | cut -f2 -d\< | cut -f1 -d\> | egrep ^linux\|^asm` ; do |
| 4 | if [ ! -r $1/$FILE ]; then | 4 | if [ ! -r $1/$FILE ]; then |
| 5 | echo $2 requires $FILE, which does not exist | 5 | echo $2 requires $FILE, which does not exist in exported headers |
| 6 | exit 1 | 6 | exit 1 |
| 7 | fi | 7 | fi |
| 8 | done | 8 | done |
