summaryrefslogtreecommitdiff
path: root/src/basic/generate-arphrd-list.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/basic/generate-arphrd-list.sh')
-rwxr-xr-xsrc/basic/generate-arphrd-list.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/basic/generate-arphrd-list.sh b/src/basic/generate-arphrd-list.sh
index 3c2bc5483d..ee207fb38e 100755
--- a/src/basic/generate-arphrd-list.sh
+++ b/src/basic/generate-arphrd-list.sh
@@ -1,5 +1,5 @@
#!/bin/sh -eu
$1 -dM -include net/if_arp.h - </dev/null | \
- awk '/^#define[ \t]+ARPHRD_[^ \t]+[ \t]+[^ \t]/ { print $2; }' | \
- sed -e 's/ARPHRD_//'
+ awk '/^#define[ \t]+ARPHRD_[^ \t]+[ \t]+[^ \t]/ { print $2; }' | \
+ sed -e 's/ARPHRD_//'