summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/check-fmttriggers
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/check-fmttriggers')
-rwxr-xr-xMaster/tlpkg/bin/check-fmttriggers3
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/check-fmttriggers b/Master/tlpkg/bin/check-fmttriggers
index 50fffe8b225..f20711a0ecc 100755
--- a/Master/tlpkg/bin/check-fmttriggers
+++ b/Master/tlpkg/bin/check-fmttriggers
@@ -50,6 +50,9 @@ exit (&main());
sub main {
+ # no interference from TEXMFHOME, please.
+ $ENV{'TEXMFHOME'} = "/nonesuch";
+
if ($opt_rerecord) { # remake recorder files?
my $status = &run_fmtutil ($opt_fmtdir);
return $status if $status;