[latex3-commits] [l3svn] 15/20: l3build: Formatting

noreply at latex-project.org noreply at latex-project.org
Fri Apr 14 23:39:08 CEST 2017


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

joseph pushed a commit to branch master
in repository l3svn.

commit ec653db05af077acd8b07800e6013912abb38efd
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Apr 14 19:00:57 2017 +0100

    l3build: Formatting
---
 l3build/l3build.lua |   26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index e0ca48e..11ef820 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -448,24 +448,24 @@ local os_setenv  = "export"
 local os_windows = false
 local os_yes     = "printf 'y\\n%.0s' {1..200}"
 if os_type == "windows" then
-  os_ascii    = "@echo."
-  os_cmpexe   = getenv("cmpexe") or "fc /b"
-  os_cmpext   = getenv("cmpext") or ".cmp"
-  os_concat   = "&"
-  os_diffext  = getenv("diffext") or ".fc"
-  os_diffexe  = getenv("diffexe") or "fc /n"
-  os_grepexe  = "findstr /r"
-  os_newline  = "\n"
+  os_ascii   = "@echo."
+  os_cmpexe  = getenv("cmpexe") or "fc /b"
+  os_cmpext  = getenv("cmpext") or ".cmp"
+  os_concat  = "&"
+  os_diffext = getenv("diffext") or ".fc"
+  os_diffexe = getenv("diffexe") or "fc /n"
+  os_grepexe = "findstr /r"
+  os_newline = "\n"
   if tonumber(luatex_version) < 100 or
      (tonumber(luatex_version) == 100
        and tonumber(luatex_revision) < 4) then
     os_newline = "\r\n"
   end
-  os_null     = "nul"
-  os_pathsep  = ";"
-  os_setenv   = "set"
-  os_windows  = true
-  os_yes      = "for /l %I in (1,1,200) do @echo y"
+  os_null    = "nul"
+  os_pathsep = ";"
+  os_setenv  = "set"
+  os_windows = true
+  os_yes     = "for /l %I in (1,1,200) do @echo y"
 end
 
 -- For cleaning out a directory, which also ensures that it exists

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


More information about the latex3-commits mailing list