webmcp

diff framework/env/execute/_initializers.lua @ 316:a2c733535b8e

Support intervals; Interactive shell requires application name now
author jbe
date Mon Mar 23 16:05:56 2015 +0100 (2015-03-23)
parents 2ddbb44680f7
children beb1e7925a52
line diff
     1.1 --- a/framework/env/execute/_initializers.lua	Sun Mar 22 23:12:33 2015 +0100
     1.2 +++ b/framework/env/execute/_initializers.lua	Mon Mar 23 16:05:56 2015 +0100
     1.3 @@ -6,9 +6,7 @@
     1.4        execute._create_sorted_execution_list(
     1.5          function(add_by_path)
     1.6            add_by_path(initializer_path_element)
     1.7 -          if WEBMCP_APP_NAME then  -- allow for interactive mode
     1.8 -            add_by_path(WEBMCP_APP_NAME, initializer_path_element)
     1.9 -          end
    1.10 +          add_by_path(WEBMCP_APP_NAME, initializer_path_element)
    1.11          end,
    1.12          function(full_path, relative_path)
    1.13            execute.file_path{ file_path = full_path }

Impressum / About Us