[latex3-commits] [l3svn] 02/02: Typo

noreply at latex-project.org noreply at latex-project.org
Thu Sep 3 10:42:17 CEST 2015


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

commit 58cffae962a3d3f000e96b2c4dd1ea8e2caafd85
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Sep 3 09:37:56 2015 +0100

    Typo
---
 l3build/l3build.lua |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index 7eddbf1..c8ca6b7 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -412,7 +412,7 @@ function cp(glob, source, dest)
     local source = source .. "/" .. i
     if os_windows then
       os.execute(
-          "xcopy /y /e /i" .. unix_to_win(source)
+          "xcopy /y /e /i " .. unix_to_win(source)
             .. " " .. unix_to_win(dest) .. " > nul"
         )
     else

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list