summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLUtils.pm
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-10-22 23:34:39 +0000
committerKarl Berry <karl@freefriends.org>2008-10-22 23:34:39 +0000
commitaff4a0a9550d57eff7ec5e3b40c5288da7b124b8 (patch)
tree2d8fb2d6594716b2a6b0dee37da912ea7504b056 /Master/tlpkg/TeXLive/TLUtils.pm
parenta07631bcbb6aaa84384dcb8eb0529ddb49d79c12 (diff)
TLMedia.pm: message capitalizations.
TLUtils.pm (kpsewhich): remove this function, since '...' fails on Windows. From Ruben Prins, 22 Oct 2008 23:53:37. tlmgr.pl: change the two calls to kpsewhich() to use direct `kpsewhich -var-value=...` invocations, as is done everywhere else. (Also use "re" in logging reinstalls, and msg changes.) Maybe someday we will write a kpse_var_value function to be used everywhere and checks its argument so the single quotes can be safely omitted. git-svn-id: svn://tug.org/texlive/trunk@11029 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLUtils.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLUtils.pm20
1 files changed, 1 insertions, 19 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm
index 3c6ff203103..e501337f545 100644
--- a/Master/tlpkg/TeXLive/TLUtils.pm
+++ b/Master/tlpkg/TeXLive/TLUtils.pm
@@ -1573,27 +1573,9 @@ sub process_logging_options {
=pod
-
-=item C<kpsewhich($varname)>
-
-This function expands the variable name using C<kpsewhich
--var-value>. The variable name should not have a leading $. The
-C<kpsewhich> binary has to be in the path.
-
-=cut
-
-sub kpsewhich {
- my $var = shift;
- my $ret = `kpsewhich -var-value='$var'`;
- chomp ($ret);
- return $ret;
-}
-
-=pod
-
=item C<welcome>
-The welcome message.
+Return the welcome message.
=cut