summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/gen-types.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gen-types.sh b/tools/gen-types.sh
index e57ddfd..62d29e2 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" | awk '{print $2;}'`
}
cat < src/headers/types-header