diff options
author | Karl Berry <karl@freefriends.org> | 2010-11-05 22:31:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-11-05 22:31:40 +0000 |
commit | f838eeca869b00bc637db531cc3e8804126c700d (patch) | |
tree | 7fa6c50363ff21195cd75bd67ab1cac79c89b134 /Master/tlpkg/bin | |
parent | be431c807b9733ddfa019bea95fc337a3f324c76 (diff) |
avoid win for windows
git-svn-id: svn://tug.org/texlive/trunk@20338 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-nsis | 4 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tl-update-tlpdb | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/Master/tlpkg/bin/tl-update-nsis b/Master/tlpkg/bin/tl-update-nsis index 59fdc77d867..5f05ad7de97 100755 --- a/Master/tlpkg/bin/tl-update-nsis +++ b/Master/tlpkg/bin/tl-update-nsis @@ -1,10 +1,10 @@ #!/usr/bin/env perl # $Id$ -# Copyright 2008, 2009 Norbert Preining +# Copyright 2008, 2009, 2010 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. # -# Create a .nsi file for the Win32 updates +# Create a .nsi file for the Windows updates. BEGIN { $^W = 1; diff --git a/Master/tlpkg/bin/tl-update-tlpdb b/Master/tlpkg/bin/tl-update-tlpdb index 7e4ee959647..363d7c0c66c 100755 --- a/Master/tlpkg/bin/tl-update-tlpdb +++ b/Master/tlpkg/bin/tl-update-tlpdb @@ -489,9 +489,9 @@ conversion of one particular package, this is the option to use. =item B<-with-w32-pattern-warning> Normally, this program issues a warning for patterns without a matching -file, with the exception that it does I<not> warn for binpatterns when -working on the win32 architecture. Giving this option makes it issue -all warnings, i.e., also those where a binpattern on win32 does not hit. +file, with the exception that it does I<not> warn for binpatterns +related to Windows. Giving this option makes it issue all warnings, +i.e., also those where a W32-related binpattern does not hit. =item B<-tlpdb-options-from-tlpsrc> |