treewide: fix typos in version check overrides
authorGeorge Sapkin <redacted>
Sat, 23 May 2026 23:22:57 +0000 (02:22 +0300)
committerGeorge Sapkin <redacted>
Mon, 25 May 2026 05:02:47 +0000 (08:02 +0300)
Fix shellcheck shell configuration in version check overrides.

Signed-off-by: George Sapkin <redacted>
13 files changed:
lang/golang/golang1.26/test-version.sh
lang/python/python-pyserial/test-version.sh
lang/python/python-tabulate/test-version.sh
lang/python/python3/test-version.sh
libs/avahi/test-version.sh
libs/libcap-ng/test-version.sh
libs/libftdi1/test-version.sh
libs/libucontext/test-version.sh
net/krb5/test-version.sh
net/unbound/test-version.sh
utils/checksec/test-version.sh
utils/dbus/test-version.sh
utils/vim/test-version.sh

index b4eb1aada12f2eb612de390c31ffa7637dd88a0d..2fac549f0c1cec8df201f567240f0b71f940fb98 100755 (executable)
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: GPL-2.0-only
 
-# shellckeck shell=busybox
+# shellcheck shell=busybox
 
 case "$PKG_NAME" in
 golang?.??-doc|\
index 54624c5c106fd56a03a08dc3dac77c35070c5fc3..91899bcfcaeb44f4691dc21e7592f897890aa530 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# shellckeck shell=busybox
+# shellcheck shell=busybox
 
 case "$PKG_NAME" in
 python3-pyserial|\
index 77f701d732b820ff41734c2e3d1af217eed35c27..4200dbc800ea213e80b52ef5f5d2594d7525607c 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# shellckeck shell=busybox
+# shellcheck shell=busybox
 
 case "$PKG_NAME" in
 python3-tabulate|\
index 88c2efcc537c0da42038e2f14aed77ec34a73cb5..a9d4b7ad5ee65ff5db4fd20bc33d60853c795668 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# shellckeck shell=busybox
+# shellcheck shell=busybox
 
 case "$PKG_NAME" in
 python3|\
index 661e3f055148ee0def55f1a8fbd32db3e096da90..2d3601aa3b9c18825feebac5b8daeed795ed3660 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# shellckeck shell=busybox
+# shellcheck shell=busybox
 
 _version_check() {
        local bin="$1" pkg="$2" ver="$3"
index 58eff107865c2e755e58bc110863c65ed5184657..3532c3d1220f2ed1680eabf0a50eaefdd223f3d9 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# shellckeck shell=busybox
+# shellcheck shell=busybox
 
 case "$1" in
 libcap-ng|\
index 9f102a0246ae1a395884b49fde1cbb143133e407..b671454626fdb008f5ac1c15a416e9110ccefdd4 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# shellckeck shell=busybox
+# shellcheck shell=busybox
 
 case "$PKG_NAME" in
 ftdi_eeprom)
index 34a7d119ce557ca1c54de0848a2aaf4eaafb7d33..ca47963937e1078ce1b9a0d3810e844f53bc9ce9 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# shellckeck shell=busybox
+# shellcheck shell=busybox
 
 case "$PKG_NAME" in
 libucontext|\
index a5b9278c1dd49f1c24c90248b3e4d2bdf25d2430..a1ad74ad597117c197ed35fb83e814aaa5ab3877 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# shellckeck shell=busybox
+# shellcheck shell=busybox
 
 case "$PKG_NAME" in
 krb5-libs|\
index 23d7c46c8694b2ebeeea2ad037eca328688a0858..6e0d085d78997b40bf19c5b7b974fd3803fd441f 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# shellckeck shell=busybox
+# shellcheck shell=busybox
 
 case "$PKG_NAME" in
 libunbound)
index 3560c84ff3c4b2d909023c7ed517629675fd05f4..f566331a2510b32a689767d81c22bbcaad071e7d 100755 (executable)
@@ -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
 
index 962ea257c2c4397d09a1a3067450598168abfb1b..28dcf8023b8305fceaebc5d7bafc1a24699294e6 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# shellckeck shell=busybox
+# shellcheck shell=busybox
 
 case "$PKG_NAME" in
 dbus)
index cd60f01d2394e56bf0b998db859dd0ad10d5330f..eef24454deac78dfcf4fb35c9c4a36fff4edbe0a 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# shellckeck shell=busybox
+# shellcheck shell=busybox
 
 case "$PKG_NAME" in
 vim|\
git clone https://git.99rst.org/PROJECT