[latex3-commits] [git/LaTeX3-latex3-l3build] standalone: Reload protection for manifestfile (feb4245)

Joseph Wright joseph.wright at morningstar2.co.uk
Mon Mar 5 23:54:30 CET 2018


Repository : https://github.com/latex3/l3build
On branch  : standalone
Link       : https://github.com/latex3/l3build/commit/feb42455e9fa4241db5603490796b87c7d480afd

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

commit feb42455e9fa4241db5603490796b87c7d480afd
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon Mar 5 22:54:30 2018 +0000

    Reload protection for manifestfile


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

feb42455e9fa4241db5603490796b87c7d480afd
 l3build-variables.lua |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3build-variables.lua b/l3build-variables.lua
index 344c1a3..250174f 100644
--- a/l3build-variables.lua
+++ b/l3build-variables.lua
@@ -177,4 +177,4 @@ psext  = psext  or ".ps"
 tlgext = tlgext or ".tlg"
 
 -- Manifest options
-manifestfile = "MANIFEST.md"
+manifestfile = manifestfile or "MANIFEST.md"





More information about the latex3-commits mailing list