[latex3-commits] [l3svn] branch master updated: Stray debug line, some formatting

noreply at latex-project.org noreply at latex-project.org
Sun May 22 17:34:35 CEST 2016


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

joseph pushed a commit to branch master
in repository l3svn.

The following commit(s) were added to refs/heads/master by this push:
       new  fb0ea71   Stray debug line, some formatting
fb0ea71 is described below

commit fb0ea71f2864b498e829c0ae006720087fed9ed5
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun May 22 16:34:27 2016 +0100

    Stray debug line, some formatting
---
 l3build/l3build.lua |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index 84bdc8e..9a0d55c 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -1101,13 +1101,12 @@ function runcheck(name, hide)
         testdir
       )
       if optpdf and spdffile then
-        print(spdffile, ".", testdir)
-       cp(
-         string.match(spdffile, ".*/(.*)"),
-         string.match(spdffile, "(.*)/.*"),
-         testdir
-       )
-       ren(
+        cp(
+          string.match(spdffile, ".*/(.*)"),
+          string.match(spdffile, "(.*)/.*"),
+          testdir
+        )
+        ren(
           testdir,
           string.match(spdffile, ".*/(.*)"),
           string.match(rpdffile, ".*/(.*)")

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


More information about the latex3-commits mailing list