mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
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:
8
devel/autoconf/test.sh
Normal file
8
devel/autoconf/test.sh
Normal 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
|
||||
Reference in New Issue
Block a user