treewide: fix typos in version check overrides

Fix shellcheck shell configuration in version check overrides.

Signed-off-by: George Sapkin <george@sapk.in>
This commit is contained in:
George Sapkin
2026-05-24 02:22:57 +03:00
parent 1774542dcf
commit 6a20260a1f
13 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# #
# SPDX-License-Identifier: GPL-2.0-only # SPDX-License-Identifier: GPL-2.0-only
# shellckeck shell=busybox # shellcheck shell=busybox
case "$PKG_NAME" in case "$PKG_NAME" in
golang?.??-doc|\ golang?.??-doc|\
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# shellckeck shell=busybox # shellcheck shell=busybox
case "$PKG_NAME" in case "$PKG_NAME" in
python3-pyserial|\ python3-pyserial|\
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# shellckeck shell=busybox # shellcheck shell=busybox
case "$PKG_NAME" in case "$PKG_NAME" in
python3-tabulate|\ python3-tabulate|\
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# shellckeck shell=busybox # shellcheck shell=busybox
case "$PKG_NAME" in case "$PKG_NAME" in
python3|\ python3|\
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# shellckeck shell=busybox # shellcheck shell=busybox
_version_check() { _version_check() {
local bin="$1" pkg="$2" ver="$3" local bin="$1" pkg="$2" ver="$3"
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# shellckeck shell=busybox # shellcheck shell=busybox
case "$1" in case "$1" in
libcap-ng|\ libcap-ng|\
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# shellckeck shell=busybox # shellcheck shell=busybox
case "$PKG_NAME" in case "$PKG_NAME" in
ftdi_eeprom) ftdi_eeprom)
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# shellckeck shell=busybox # shellcheck shell=busybox
case "$PKG_NAME" in case "$PKG_NAME" in
libucontext|\ libucontext|\
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# shellckeck shell=busybox # shellcheck shell=busybox
case "$PKG_NAME" in case "$PKG_NAME" in
krb5-libs|\ krb5-libs|\
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# shellckeck shell=busybox # shellcheck shell=busybox
case "$PKG_NAME" in case "$PKG_NAME" in
libunbound) libunbound)
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# shellckeck shell=busybox # shellcheck shell=busybox
# checksec reported version doesn't match package version as of 3.1.0 # checksec reported version doesn't match package version as of 3.1.0
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# shellckeck shell=busybox # shellcheck shell=busybox
case "$PKG_NAME" in case "$PKG_NAME" in
dbus) dbus)
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# shellckeck shell=busybox # shellcheck shell=busybox
case "$PKG_NAME" in case "$PKG_NAME" in
vim|\ vim|\