]> 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>
Wed, 19 Sep 2012 05:29:54 +0000 (15:29 +1000)
commit4fc03842ca24f7ded43a437170e90dc6f320f1d8
treea02ce7bdf3eee30e78557a2339c41123fd84cfc1
parent69533094ce6ce6e6b44ea0ac054ca350100dd186
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