summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-08-11 23:12:54 +0000
committerKarl Berry <karl@freefriends.org>2012-08-11 23:12:54 +0000
commit780b86e395edef9e9199a715ff0ad26dda975036 (patch)
treecba6596bbbcaefe449f97d3fb4f8d3d423c3710f /Build
parent848183ea222747f189fe5b9add0aad253c947a0a (diff)
doc/consistency
git-svn-id: svn://tug.org/texlive/trunk@27370 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/kpathsea/texmf.cnf2
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/texlive/tlmgr.pl12
2 files changed, 7 insertions, 7 deletions
diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf
index d8569d294aa..7cf8891955f 100644
--- a/Build/source/texk/kpathsea/texmf.cnf
+++ b/Build/source/texk/kpathsea/texmf.cnf
@@ -429,7 +429,7 @@ DVIPDFMXINPUTS = $TEXMF/dvipdfmx
% the /tex/ will not be found.
%
% So, duplicate the TEXINPUTS.*lualatex values as LUAINPUTS.*lualatex.
-% The default LUAINPUTS sufficess for luatex and dviluatex.
+% The default LUAINPUTS suffices for luatex and dviluatex.
%
LUAINPUTS.lualatex = .;$TEXMF/scripts/{$progname,$engine,}/{lua,}//;$TEXMF/tex/{lualatex,latex,luatex,generic,}//
LUAINPUTS.dvilualatex = .;$TEXMF/scripts/{$progname,$engine,}/{lua,}//;$TEXMF/tex/{lualatex,latex,luatex,generic,}//
diff --git a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
index adfb3b3165a..bdf314f2d2e 100755
--- a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
+++ b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
@@ -1,12 +1,12 @@
#!/usr/bin/env perl
-# $Id: tlmgr.pl 27258 2012-07-30 22:52:04Z karl $
+# $Id: tlmgr.pl 27356 2012-08-09 23:46:20Z karl $
#
# Copyright 2008, 2009, 2010, 2011, 2012 Norbert Preining
# This file is licensed under the GNU General Public License version 2
# or any later version.
-my $svnrev = '$Revision: 27258 $';
-my $datrev = '$Date: 2012-07-31 00:52:04 +0200 (Tue, 31 Jul 2012) $';
+my $svnrev = '$Revision: 27356 $';
+my $datrev = '$Date: 2012-08-10 01:46:20 +0200 (Fri, 10 Aug 2012) $';
my $tlmgrrevision;
my $prg;
if ($svnrev =~ m/: ([0-9]+) /) {
@@ -2005,7 +2005,7 @@ sub write_w32_updater {
:update
for %%I in (@upd_tar) do (
- temp\\tar.exe -xf temp\\%%I
+ temp\\tar.exe -xmf temp\\%%I
if errorlevel 1 goto :rollback
)
tlpkg\\tlperl\\bin\\perl.exe .\\texmf\\scripts\\texlive\\tlmgr.pl _include_tlpobj @upd_tlpobj
@@ -2023,7 +2023,7 @@ sub write_w32_updater {
>con echo failed self update: @upd_info
>con echo Rolling back to previous version ...
for %%I in (@rst_tar) do (
- temp\\tar.exe -xf temp\\%%I
+ temp\\tar.exe -xmf temp\\%%I
if errorlevel 1 goto :panic
)
tlpkg\\tlperl\\bin\\perl.exe .\\texmf\\scripts\\texlive\\tlmgr.pl _include_tlpobj @rst_tlpobj
@@ -2268,7 +2268,7 @@ sub action_update {
# if --list is given: nothing
# other options just change the behaviour
if (!($opts{"list"} || @ARGV || $opts{"all"} || $opts{"self"})) {
- tlwarn("tlmgr update: please specify a list of packages, --all, --self, or --list.\n");
+ tlwarn("tlmgr update: specify --list, --all, --self, or a list of package names.\n");
return;
}