brcm47xx: fix a small copy&paste error in the b44 fix for 2.6.34 and 2.6.35
[openwrt.git] / package / uci / trigger / apply_config
index b2f48da..2ad6c99 100755 (executable)
@@ -32,7 +32,7 @@ elseif arg[1] == "-t" then
                local trigger = a[1]
                local sections = a[2]
                if trigger.section_only then
-                       print(trigger.id .. " " .. table.concat(" ", sections))
+                       print(trigger.id .. " " .. table.concat(sections, " "))
                else
                        print(trigger.id)
                end
This page took 0.0242 seconds and 4 git commands to generate.