autoconf: fix shebang

Fix shebang errors for autom4te, autoreconf, autoheader, autoscan, autoupdate, ifnames.

resolve openwrt/packages#16604

Signed-off-by: Ren Zongjia <acooler15@foxmail.com>
This commit is contained in:
Ren Zongjia
2021-09-12 17:31:21 +08:00
committed by Rosen Penev
parent 7534f5ba76
commit 72f3dfcb0e
2 changed files with 12 additions and 1 deletions

8
devel/autoconf/test.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
autoconf --version | grep $2 && \
autoheader --version | grep $2 && \
autom4te --version | grep $2 && \
autoreconf --version | grep $2 && \
autoscan --version | grep $2 && \
autoupdate --version | grep $2 && \
ifnames --version | grep $2