texlive[41529] Master/texmf-dist/scripts/texlive/fmtutil.pl: fmtutil:
commits+preining at tug.org
commits+preining at tug.org
Thu Jun 23 05:12:14 CEST 2016
Revision: 41529
http://tug.org/svn/texlive?view=revision&revision=41529
Author: preining
Date: 2016-06-23 05:12:14 +0200 (Thu, 23 Jun 2016)
Log Message:
-----------
fmtutil: default to strict=1
Modified Paths:
--------------
trunk/Master/texmf-dist/scripts/texlive/fmtutil.pl
Modified: trunk/Master/texmf-dist/scripts/texlive/fmtutil.pl
===================================================================
--- trunk/Master/texmf-dist/scripts/texlive/fmtutil.pl 2016-06-23 01:10:41 UTC (rev 41528)
+++ trunk/Master/texmf-dist/scripts/texlive/fmtutil.pl 2016-06-23 03:12:14 UTC (rev 41529)
@@ -91,7 +91,9 @@
our $texmfconfig = $TEXMFCONFIG;
our $texmfvar = $TEXMFVAR;
our $alldata;
-our %opts = ( quiet => 0 );
+# command line options with defaults
+# 20160623 - switch to turn on strict mode
+our %opts = ( quiet => 0 , strict => 1 );
# make a list of all the commands (as opposed to options), so we can
# reasonably check for multiple commands being (erroneously) given.
@@ -117,7 +119,7 @@
"no-error-if-no-format",
"nohash",
"recorder",
- "strict",
+ "strict!",
"quiet|silent|q",
"catcfg",
"dolinks",
@@ -1280,9 +1282,9 @@
--no-error-if-no-engine=ENGINE1,ENGINE2,...
exit successfully even if a required engine
is missing, if it is included in the list.
+ --no-strict don't exit with bad status if a format fails to build
--nohash don't update ls-R files
--recorder pass the -recorder option and save .fls files
- --strict exit with bad status if a format fails to build
--quiet be silent
--catcfg (does nothing, exists for compatibility)
--dolinks (does nothing, exists for compatibility)
More information about the tex-live-commits
mailing list