File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11diff -ura a/latexmk.pl b/latexmk.pl
2- --- a/latexmk.pl 2026-03-12 08:43:11.104790157 +0100
3- +++ b/latexmk.pl 2026-03-12 09: 11:41.334728247 +0100
2+ --- a/latexmk.pl 2026-03-18 06:28:45.521024169 +0100
3+ +++ b/latexmk.pl 2026-03-20 11:06:17.575113057 +0100
44@@ -2481,7 +2481,7 @@
55 }
66
@@ -10,6 +10,15 @@ diff -ura a/latexmk.pl b/latexmk.pl
1010 }
1111
1212 if ( $bad_options > 0 ) {
13+ @@ -3227,7 +3227,7 @@
14+ " But normally, you will need to correct the file(s) that caused the\n",
15+ " error, and then rerun latexmk.\n",
16+ " In some cases, it is best to clean out generated files before rerunning\n",
17+ - " latexmk after you've corrected the files.\n";
18+ + " latexmk after you've corrected the files.\n" unless $silent;
19+ }
20+ exit 12;
21+ }
1322@@ -7052,7 +7052,7 @@
1423 # wrapping is always performed on the encoded byte strings, but the
1524 # place to wrap is determined according to the length in bytes or
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ DESTDIR=${1-$PWD/.texhelp}
1010tlmgr install latexmk
1111
1212cd " $DESTDIR /$YEAR /texmf-dist/scripts/latexmk"
13- patch -Np1 < " $SCRIPT_DIR /latexmk-silence-biber-sources .patch"
13+ patch -Np1 < " $SCRIPT_DIR /latexmk-silence.patch"
You can’t perform that action at this time.
0 commit comments