[latex3-commits] [git/LaTeX3-latex3-l3build] master: Remove a redundant line (de78bc1)
Joseph Wright
joseph.wright at morningstar2.co.uk
Fri Aug 3 21:33:46 CEST 2018
Repository : https://github.com/latex3/l3build
On branch : master
Link : https://github.com/latex3/l3build/commit/de78bc13ab5fd852d9efeedaeac88110ab7cdc15
>---------------------------------------------------------------
commit de78bc13ab5fd852d9efeedaeac88110ab7cdc15
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Fri Aug 3 20:33:46 2018 +0100
Remove a redundant line
>---------------------------------------------------------------
de78bc13ab5fd852d9efeedaeac88110ab7cdc15
l3build-file-functions.lua | 1 -
1 file changed, 1 deletion(-)
diff --git a/l3build-file-functions.lua b/l3build-file-functions.lua
index 510567e..bc462d3 100644
--- a/l3build-file-functions.lua
+++ b/l3build-file-functions.lua
@@ -217,7 +217,6 @@ if os_type == "windows" then
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
More information about the latex3-commits
mailing list