]> git.karo-electronics.de Git - karo-tx-linux.git/commit
checksyscalls: fix "here document" handling
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Thu, 13 Sep 2012 00:58:20 +0000 (10:58 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 18 Sep 2012 06:04:09 +0000 (16:04 +1000)
commit8bb3b055bb7deac63cafb376d051c8baa88a9f34
treed1fcb61cbd404c6e239159fd9fb30d2abbefb05c
parentc63448ddcfc7d94f07edfbb722f18867d687ec7d
checksyscalls: fix "here document" handling

"echo" doesn't read from stdin, therefore the checksyscalls script didn't
warn about not implemented system calls anymore since 29dc54c6
"checksyscalls: Use arch/x86/syscalls/syscall_32.tbl as source".

Use "cat" instead of "echo" which handles this correctly.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: Michal Marek <mmarek@suse.cz>
Cc: H. Peter Anvin <hpa@linux.intel.com>
Cc: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
scripts/checksyscalls.sh