diff --git a/scripts/checksyscalls.sh b/scripts/checksyscalls.sh index 116b7735ee9f7aad88b748de929be5b9b83d2859..5a387a264201f21aaebf07ee4516d53766d3155f 100755 --- a/scripts/checksyscalls.sh +++ b/scripts/checksyscalls.sh @@ -202,15 +202,12 @@ EOF } syscall_list() { - grep '^[0-9]' "$1" | sort -n | ( + grep '^[0-9]' "$1" | sort -n | while read nr abi name entry ; do - cat <