diff options
author | Norbert Preining <preining@logic.at> | 2008-04-15 21:11:29 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-04-15 21:11:29 +0000 |
commit | 926b206195680cfb96696ab18599280ea390248e (patch) | |
tree | 2252d26fcf50b0241b54006245dcc150bce6081e | |
parent | e9797134bee5d6c08050c0a1a2c2c8f308ed9f9f (diff) |
fix wrong comment, thanks Staszek
git-svn-id: svn://tug.org/texlive/trunk@7431 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.texlua | 2 |
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 |