[latex3-commits] [l3svn] 03/06: Stray space
noreply at latex-project.org
noreply at latex-project.org
Sun Dec 27 15:58:22 CET 2015
This is an automated email from the git hooks/post-receive script.
joseph pushed a commit to branch master
in repository l3svn.
commit 9e258a1e24b0338bf04098438721ebaeb68b17b4
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sun Dec 27 11:14:41 2015 +0000
Stray space
---
l3build/l3build.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index 63ce0df..359b538 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -560,7 +560,7 @@ function rmdir(dir)
-- First, make sure it exists to avoid any errors
mkdir(dir)
if os_windows then
- return os.execute("rmdir /s /q " .. unix_to_win(dir) )
+ return os.execute("rmdir /s /q " .. unix_to_win(dir))
else
return os.execute("rm -r " .. dir)
end
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list