[latex3-commits] [l3svn] branch master updated: l3build: Remove a redundant couple of lines
noreply at latex-project.org
noreply at latex-project.org
Thu Jun 16 12:44:37 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 8a64a4f l3build: Remove a redundant couple of lines
8a64a4f is described below
commit 8a64a4f993adf6322997da1d070bf30ea29f908e
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Thu Jun 16 11:44:19 2016 +0100
l3build: Remove a redundant couple of lines
---
l3build/l3build.lua | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index 4348135..7e563eb 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -2050,7 +2050,7 @@ function stdmain(target, files)
errorlevel = bundlectan()
elseif target == "doc" then
errorlevel = doc(files)
- elseif target == "check" and testfiledir ~= "" then
+ elseif target == "check" then
errorlevel = check(files)
elseif target == "clean" then
errorlevel = clean()
@@ -2060,7 +2060,7 @@ function stdmain(target, files)
errorlevel = ctan(true)
elseif target == "install" then
errorlevel = install()
- elseif target == "save" and testfiledir ~= "" then
+ elseif target == "save" then
if next(files) then
errorlevel = save(files)
else
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list