[cosmetic] accommodate for 5 digits svn revisions :)
[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.02412 seconds and 4 git commands to generate.