]> git.karo-electronics.de Git - karo-tx-linux.git/commit
checksyscalls: fix "here document" handling
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Fri, 21 Sep 2012 00:57:07 +0000 (10:57 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 25 Sep 2012 08:45:58 +0000 (18:45 +1000)
commit465d97984e8d05925cce1347a61573a64fc92a22
tree3d48d831a02250a3867ede4ba5bbfac77538d801
parent1e4e2b3b76a25090a1d0f0247863346048f95a5a
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