summaryrefslogtreecommitdiff
path: root/scripts/context/lua/mtx-context.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2021-08-30 19:22:31 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2021-08-30 19:22:31 +0200
commitf0f9eb4ec899209d6ff3a00edbf8be86291440d7 (patch)
tree05d87d528058881e63d712baf35d2e0915912ae9 /scripts/context/lua/mtx-context.lua
parent65bc427dff7ea819abb9b38a0407026baf13a0cc (diff)
downloadcontext-f0f9eb4ec899209d6ff3a00edbf8be86291440d7.tar.gz
2021-08-30 19:04:00
Diffstat (limited to 'scripts/context/lua/mtx-context.lua')
-rw-r--r--scripts/context/lua/mtx-context.lua24
1 files changed, 12 insertions, 12 deletions
diff --git a/scripts/context/lua/mtx-context.lua b/scripts/context/lua/mtx-context.lua
index 65b9b4a9c..2c142bf49 100644
--- a/scripts/context/lua/mtx-context.lua
+++ b/scripts/context/lua/mtx-context.lua
@@ -20,18 +20,18 @@ local lpegpatterns, lpegmatch, Cs, P = lpeg.patterns, lpeg.match, lpeg.Cs, lpeg.
local getargument = environment.getargument or environment.argument
local setargument = environment.setargument
-local filejoinname = file.join
-local filebasename = file.basename
-local filenameonly = file.nameonly
-local filepathpart = file.pathpart
-local filesuffix = file.suffix
-local fileaddsuffix = file.addsuffix
-local filenewsuffix = file.replacesuffix
-local removesuffix = file.removesuffix
-local validfile = lfs.isfile
-local removefile = os.remove
-local renamefile = os.rename
-local formatters = string.formatters
+local filejoinname = file.join
+local filebasename = file.basename
+local filenameonly = file.nameonly
+local filepathpart = file.pathpart
+local filesuffix = file.suffix
+local fileaddsuffix = file.addsuffix
+local filereplacesuffix = file.replacesuffix
+local removesuffix = file.removesuffix
+local validfile = lfs.isfile
+local removefile = os.remove
+local renamefile = os.rename
+local formatters = string.formatters
local application = logs.application {
name = "mtx-context",