From: Rafał Miłecki Date: Mon, 16 Sep 2019 04:59:09 +0000 (+0200) Subject: ar71xx: fix typo in platform_do_upgrade_compex() X-Git-Tag: v19.07.0-rc1~110 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=efa2db42b28343f3f41e512acaca715c11103638;p=oweals%2Fopenwrt.git ar71xx: fix typo in platform_do_upgrade_compex() Fixes: a71742882855 ("treewide: use new procd sysupgrade $UPGRADE_BACKUP variable") Signed-off-by: Rafał Miłecki (cherry picked from commit 63d611390c4d34a838e744e278529f30f9d2cc20) --- diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index b24467f879..f211ce7156 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -164,7 +164,7 @@ platform_do_upgrade_compex() { if [ -n "$fw_mtd" ] && [ ${fw_blocks:-0} -gt 0 ]; then local append="" - [ -f "$UPGRADE_BACKUP" ] && append="-j $UPGRADE_BACKUPs" + [ -f "$UPGRADE_BACKUP" ] && append="-j $UPGRADE_BACKUP" sync dd if="$fw_file" bs=64k skip=1 count=$fw_blocks 2>/dev/null | \