diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/gen-types.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gen-types.sh b/tools/gen-types.sh index acc9dab..e57ddfd 100755 --- a/tools/gen-types.sh +++ b/tools/gen-types.sh @@ -4,7 +4,7 @@ sysdeps="$1" shift getbits() { - expr 8 '*' `grep -F sizeof$2: < "$1" | cut -f2 -d' ')` + expr 8 '*' `grep -F sizeof$2: < "$1" | cut -f2 -d' '` } cat < src/headers/types-header |