Skip to content

Commit 2f689f3

Browse files
committed
Even quieter
1 parent ea4f3e0 commit 2f689f3

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed
Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
diff -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

latexmk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ DESTDIR=${1-$PWD/.texhelp}
1010
tlmgr install latexmk
1111

1212
cd "$DESTDIR/$YEAR/texmf-dist/scripts/latexmk"
13-
patch -Np1 <"$SCRIPT_DIR/latexmk-silence-biber-sources.patch"
13+
patch -Np1 <"$SCRIPT_DIR/latexmk-silence.patch"

0 commit comments

Comments
 (0)