summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.texlua2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.texlua b/Master/texmf/scripts/texlive/tlmgr.texlua
index 0c4441eeac2..60dbef70d13 100755
--- a/Master/texmf/scripts/texlive/tlmgr.texlua
+++ b/Master/texmf/scripts/texlive/tlmgr.texlua
@@ -57,7 +57,7 @@ function findscript(scriptname)
end
end
-# function from Reinhard, could replace rmdir, needs testing
+-- function from Reinhard, could replace rmdir, needs testing
function rmtree (path)
for file in lfs.dir(path) do
if file ~= '.' and file ~= '..' then