--- grph-fil.lua 2011-12-17 13:44:00.791168436 -0500
+++ grph-fil.lua 2011-12-17 13:44:26.158322675 -0500
@@ -46,7 +46,7 @@
if a == "function" then
a(name)
elseif a == "string" and action ~= "" then
- os.execute(a)
+ os.execute(action)
else
report_run("processing file, no action given for processing '%s'",name)
end
Aditya