summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl
index 16a567d3fc5..46844939021 100755
--- a/Master/texmf/scripts/texlive/tlmgr.pl
+++ b/Master/texmf/scripts/texlive/tlmgr.pl
@@ -495,6 +495,7 @@ sub execute_action {
action_restore();
} elsif ($action =~ m/^path$/i) {
action_path();
+ finish(0);
} elsif ($action =~ m/^search$/i) {
action_search();
finish(0);