diff options
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index bca17103e51..44eda96465b 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -850,11 +850,12 @@ sub action_option { # however, if we were given a url, that will get "normalized" to the # empty string, it not being a path. Restore the original value if so. $loc = $testloc if $testloc; - print "Setting default installation location to $loc!\n"; + info("tlmgr: setting default installation location to $loc\n"); $localtlpdb->option_location($loc); $localtlpdb->save; } else { - print "Default installation location: ", $localtlpdb->option_location, "\n"; + info("Default installation location: " + . $localtlpdb->option_location . "\n"); } } elsif ($what =~ m/^docfiles$/i) { # changes the default docfiles |