[openwrt/openwrt] uboot-envtools: oxnas: drop redundant space after case keywords

LEDE Commits lede-commits at lists.infradead.org
Sat Apr 10 15:14:34 BST 2021


pepe2k pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/012a9aa00b3e193c93600ac707dfb5bfb1bd4609

commit 012a9aa00b3e193c93600ac707dfb5bfb1bd4609
Author: Piotr Dymacz <pepe2k at gmail.com>
AuthorDate: Fri Apr 2 19:17:12 2021 +0200

    uboot-envtools: oxnas: drop redundant space after case keywords
    
    Signed-off-by: Piotr Dymacz <pepe2k at gmail.com>
---
 package/boot/uboot-envtools/files/oxnas | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/boot/uboot-envtools/files/oxnas b/package/boot/uboot-envtools/files/oxnas
index 2d022f9eb2..bf872b697d 100644
--- a/package/boot/uboot-envtools/files/oxnas
+++ b/package/boot/uboot-envtools/files/oxnas
@@ -12,7 +12,7 @@ touch /etc/config/ubootenv
 board=$(board_name)
 
 case "$board" in
-"cloudengines,pogoplug"* | \
+"cloudengines,pogoplug"*|\
 "shuttle,kd20")
 	ubootenv_add_uci_config "/dev/mtd2" "0x0" "0x2000" "0x2000" "1"
 	;;



More information about the lede-commits mailing list