From 81c52edf2bab9c51413a26289fbe97c8ef8aa44c Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Thu, 25 Jul 2019 00:41:32 +0200 Subject: mvebu: replace backticks by $(...) This replaces deprecated backticks by more versatile $(...) syntax. Signed-off-by: Adrian Schmutzler [decapitalized patch subject at submitter's request] Signed-off-by: Christian Lamparter --- target/linux/mvebu/base-files/lib/upgrade/linksys.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/mvebu/base-files/lib') diff --git a/target/linux/mvebu/base-files/lib/upgrade/linksys.sh b/target/linux/mvebu/base-files/lib/upgrade/linksys.sh index ca64a0edf1..6ccfdd0768 100644 --- a/target/linux/mvebu/base-files/lib/upgrade/linksys.sh +++ b/target/linux/mvebu/base-files/lib/upgrade/linksys.sh @@ -6,7 +6,7 @@ linksys_get_target_firmware() { local cur_boot_part mtd_ubi0 - cur_boot_part=`/usr/sbin/fw_printenv -n boot_part` + cur_boot_part=$(/usr/sbin/fw_printenv -n boot_part) if [ -z "${cur_boot_part}" ] ; then mtd_ubi0=$(cat /sys/devices/virtual/ubi/ubi0/mtd_num) case $(egrep ^mtd${mtd_ubi0}: /proc/mtd | cut -d '"' -f 2) in -- cgit v1.2.3