aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config/netifd/files/etc/hotplug.d
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/config/netifd/files/etc/hotplug.d')
-rw-r--r--package/network/config/netifd/files/etc/hotplug.d/net/20-smp-packet-steering2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/config/netifd/files/etc/hotplug.d/net/20-smp-packet-steering b/package/network/config/netifd/files/etc/hotplug.d/net/20-smp-packet-steering
index 9d7aaae0ac..ce5e76096a 100644
--- a/package/network/config/netifd/files/etc/hotplug.d/net/20-smp-packet-steering
+++ b/package/network/config/netifd/files/etc/hotplug.d/net/20-smp-packet-steering
@@ -14,7 +14,7 @@ find_irq_cpu() {
[ -n "$match" ] && {
set -- $match
shift
- for cur in `seq 1 $NPROCS`; do
+ for cur in $(seq 1 $NPROCS); do
[ "$1" -gt 0 ] && {
cpu=$(($cur - 1))
break