summaryrefslogtreecommitdiff
path: root/Master/texmf
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl
index 94007f4461d..a505c2f71bc 100755
--- a/Master/texmf/scripts/texlive/tlmgr.pl
+++ b/Master/texmf/scripts/texlive/tlmgr.pl
@@ -1916,8 +1916,8 @@ sub action_update {
# finally, if we have --backupdir, but no --backup, just enable it
$opts{"backup"} = 1 if $opts{"backupdir"};
- info("Saving backups to $opts{'backupdir'}\n") if
- ($opts{"backup"} && !$::machinereadable);
+ info("tlmgr: saving backups to $opts{'backupdir'}\n")
+ if $opts{"backup"} && !$::machinereadable;
# these two variables are used throughout this function
my $root = $localtlpdb->root;