# # # patch "std_hooks.lua" # from [5b2ce5fffc2dcf79779742fb9cad59adb33f7db0] # to [c0c275a2e2dcefebf0acf6e27de9c3fb86e4481e] # ============================================================ --- std_hooks.lua 5b2ce5fffc2dcf79779742fb9cad59adb33f7db0 +++ std_hooks.lua c0c275a2e2dcefebf0acf6e27de9c3fb86e4481e @@ -41,7 +41,7 @@ attr_init_functions = {} end -attr_init_functions["execute"] = +attr_init_functions["mtn:execute"] = function(filename) if (is_executable(filename)) then return "true" @@ -50,7 +50,7 @@ end end -attr_init_functions["manual_merge"] = +attr_init_functions["mtn:manual_merge"] = function(filename) if (binary_file(filename)) then return "true" -- binary files must merged manually @@ -63,7 +63,7 @@ attr_functions = {} end -attr_functions["execute"] = +attr_functions["mtn:execute"] = function(filename, value) if (value == "true") then make_executable(filename)