[latex3-commits] [git/LaTeX3-latex3-l3build] master: Allow for more extracted files from DocStrip (17d7fe2)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Jan 14 22:14:00 CET 2020


Repository : https://github.com/latex3/l3build
On branch  : master
Link       : https://github.com/latex3/l3build/commit/17d7fe299471bcde9d3ec3b683c098bb3a7a911c

>---------------------------------------------------------------

commit 17d7fe299471bcde9d3ec3b683c098bb3a7a911c
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Jan 14 21:14:00 2020 +0000

    Allow for more extracted files from DocStrip
    
    Needed for latex-tools.


>---------------------------------------------------------------

17d7fe299471bcde9d3ec3b683c098bb3a7a911c
 CHANGELOG.md               | 4 ++++
 l3build-file-functions.lua | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index e353de0..47a57c2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,10 @@ this project uses date-based 'snapshot' version identifiers.
 
 ## [Unreleased]
 
+### Fixed
+
+- Allow for more extracted files from DocStrip
+
 ## [2019-11-27]
 
 ### Changed
diff --git a/l3build-file-functions.lua b/l3build-file-functions.lua
index 9c7ac1f..3352521 100644
--- a/l3build-file-functions.lua
+++ b/l3build-file-functions.lua
@@ -128,7 +128,7 @@ os_concat  = ";"
 os_null    = "/dev/null"
 os_pathsep = ":"
 os_setenv  = "export"
-os_yes     = "printf 'y\\n%.0s' {1..200}"
+os_yes     = "printf 'y\\n%.0s' {1..300}"
 
 os_ascii   = "echo \"\""
 os_cmpexe  = getenv("cmpexe") or "cmp"
@@ -155,7 +155,7 @@ if os_type == "windows" then
   os_null    = "nul"
   os_pathsep = ";"
   os_setenv  = "set"
-  os_yes     = "for /l %I in (1,1,200) do @echo y"
+  os_yes     = "for /l %I in (1,1,300) do @echo y"
 end
 
 -- Deal with the fact that Windows and Unix use different path separators





More information about the latex3-commits mailing list