[latex3-commits] [l3svn] 01/02: Revert "Typo"

noreply at latex-project.org noreply at latex-project.org
Thu Sep 3 15:33: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 cddaab876b086bbc24cc9aa31dceb19f6bb65952
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Sep 3 14:32:01 2015 +0100

    Revert "Typo"
    
    This reverts commit 58cffae962a3d3f000e96b2c4dd1ea8e2caafd85.
---
 l3build/l3build.lua |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index c8ca6b7..7eddbf1 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