mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
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:
@@ -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,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,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,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# shellckeck shell=busybox
|
# shellcheck shell=busybox
|
||||||
|
|
||||||
case "$PKG_NAME" in
|
case "$PKG_NAME" in
|
||||||
python3|\
|
python3|\
|
||||||
|
|||||||
@@ -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,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# shellckeck shell=busybox
|
# shellcheck shell=busybox
|
||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
libcap-ng|\
|
libcap-ng|\
|
||||||
|
|||||||
@@ -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,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# shellckeck shell=busybox
|
# shellcheck shell=busybox
|
||||||
|
|
||||||
case "$PKG_NAME" in
|
case "$PKG_NAME" in
|
||||||
libucontext|\
|
libucontext|\
|
||||||
|
|||||||
@@ -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,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# shellckeck shell=busybox
|
# shellcheck shell=busybox
|
||||||
|
|
||||||
case "$PKG_NAME" in
|
case "$PKG_NAME" in
|
||||||
libunbound)
|
libunbound)
|
||||||
|
|||||||
@@ -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,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# shellckeck shell=busybox
|
# shellcheck shell=busybox
|
||||||
|
|
||||||
case "$PKG_NAME" in
|
case "$PKG_NAME" in
|
||||||
dbus)
|
dbus)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# shellckeck shell=busybox
|
# shellcheck shell=busybox
|
||||||
|
|
||||||
case "$PKG_NAME" in
|
case "$PKG_NAME" in
|
||||||
vim|\
|
vim|\
|
||||||
|
|||||||
Reference in New Issue
Block a user