From: George Sapkin Date: Sat, 23 May 2026 23:22:57 +0000 (+0300) Subject: treewide: fix typos in version check overrides X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=6a20260a1f42e57b64a1f435be4c26a569a72f71;p=openwrt-packages.git treewide: fix typos in version check overrides Fix shellcheck shell configuration in version check overrides. Signed-off-by: George Sapkin --- diff --git a/lang/golang/golang1.26/test-version.sh b/lang/golang/golang1.26/test-version.sh index b4eb1aada..2fac549f0 100755 --- a/lang/golang/golang1.26/test-version.sh +++ b/lang/golang/golang1.26/test-version.sh @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: GPL-2.0-only -# shellckeck shell=busybox +# shellcheck shell=busybox case "$PKG_NAME" in golang?.??-doc|\ diff --git a/lang/python/python-pyserial/test-version.sh b/lang/python/python-pyserial/test-version.sh index 54624c5c1..91899bcfc 100755 --- a/lang/python/python-pyserial/test-version.sh +++ b/lang/python/python-pyserial/test-version.sh @@ -1,6 +1,6 @@ #!/bin/sh -# shellckeck shell=busybox +# shellcheck shell=busybox case "$PKG_NAME" in python3-pyserial|\ diff --git a/lang/python/python-tabulate/test-version.sh b/lang/python/python-tabulate/test-version.sh index 77f701d73..4200dbc80 100755 --- a/lang/python/python-tabulate/test-version.sh +++ b/lang/python/python-tabulate/test-version.sh @@ -1,6 +1,6 @@ #!/bin/sh -# shellckeck shell=busybox +# shellcheck shell=busybox case "$PKG_NAME" in python3-tabulate|\ diff --git a/lang/python/python3/test-version.sh b/lang/python/python3/test-version.sh index 88c2efcc5..a9d4b7ad5 100755 --- a/lang/python/python3/test-version.sh +++ b/lang/python/python3/test-version.sh @@ -1,6 +1,6 @@ #!/bin/sh -# shellckeck shell=busybox +# shellcheck shell=busybox case "$PKG_NAME" in python3|\ diff --git a/libs/avahi/test-version.sh b/libs/avahi/test-version.sh index 661e3f055..2d3601aa3 100755 --- a/libs/avahi/test-version.sh +++ b/libs/avahi/test-version.sh @@ -1,6 +1,6 @@ #!/bin/sh -# shellckeck shell=busybox +# shellcheck shell=busybox _version_check() { local bin="$1" pkg="$2" ver="$3" diff --git a/libs/libcap-ng/test-version.sh b/libs/libcap-ng/test-version.sh index 58eff1078..3532c3d12 100755 --- a/libs/libcap-ng/test-version.sh +++ b/libs/libcap-ng/test-version.sh @@ -1,6 +1,6 @@ #!/bin/sh -# shellckeck shell=busybox +# shellcheck shell=busybox case "$1" in libcap-ng|\ diff --git a/libs/libftdi1/test-version.sh b/libs/libftdi1/test-version.sh index 9f102a024..b67145462 100755 --- a/libs/libftdi1/test-version.sh +++ b/libs/libftdi1/test-version.sh @@ -1,6 +1,6 @@ #!/bin/sh -# shellckeck shell=busybox +# shellcheck shell=busybox case "$PKG_NAME" in ftdi_eeprom) diff --git a/libs/libucontext/test-version.sh b/libs/libucontext/test-version.sh index 34a7d119c..ca4796393 100755 --- a/libs/libucontext/test-version.sh +++ b/libs/libucontext/test-version.sh @@ -1,6 +1,6 @@ #!/bin/sh -# shellckeck shell=busybox +# shellcheck shell=busybox case "$PKG_NAME" in libucontext|\ diff --git a/net/krb5/test-version.sh b/net/krb5/test-version.sh index a5b9278c1..a1ad74ad5 100755 --- a/net/krb5/test-version.sh +++ b/net/krb5/test-version.sh @@ -1,6 +1,6 @@ #!/bin/sh -# shellckeck shell=busybox +# shellcheck shell=busybox case "$PKG_NAME" in krb5-libs|\ diff --git a/net/unbound/test-version.sh b/net/unbound/test-version.sh index 23d7c46c8..6e0d085d7 100755 --- a/net/unbound/test-version.sh +++ b/net/unbound/test-version.sh @@ -1,6 +1,6 @@ #!/bin/sh -# shellckeck shell=busybox +# shellcheck shell=busybox case "$PKG_NAME" in libunbound) diff --git a/utils/checksec/test-version.sh b/utils/checksec/test-version.sh index 3560c84ff..f566331a2 100755 --- a/utils/checksec/test-version.sh +++ b/utils/checksec/test-version.sh @@ -1,6 +1,6 @@ #!/bin/sh -# shellckeck shell=busybox +# shellcheck shell=busybox # checksec reported version doesn't match package version as of 3.1.0 diff --git a/utils/dbus/test-version.sh b/utils/dbus/test-version.sh index 962ea257c..28dcf8023 100755 --- a/utils/dbus/test-version.sh +++ b/utils/dbus/test-version.sh @@ -1,6 +1,6 @@ #!/bin/sh -# shellckeck shell=busybox +# shellcheck shell=busybox case "$PKG_NAME" in dbus) diff --git a/utils/vim/test-version.sh b/utils/vim/test-version.sh index cd60f01d2..eef24454d 100755 --- a/utils/vim/test-version.sh +++ b/utils/vim/test-version.sh @@ -1,6 +1,6 @@ #!/bin/sh -# shellckeck shell=busybox +# shellcheck shell=busybox case "$PKG_NAME" in vim|\