summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLUtils.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/TeXLive/TLUtils.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLUtils.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm
index 9ec12ace487..61af34242c5 100644
--- a/Master/tlpkg/TeXLive/TLUtils.pm
+++ b/Master/tlpkg/TeXLive/TLUtils.pm
@@ -1728,6 +1728,9 @@ after all packages have been unpacked.
sub announce_execute_actions {
my ($type, $tlp) = @_;
+ # do simply return immediately if execute actions are suppressed
+ return if $::no_execute_actions;
+
if (defined($type) && ($type eq "regenerate-formats")) {
$::regenerate_all_formats = 1;
return;