diff options
author | Karl Berry <karl@freefriends.org> | 2014-04-03 23:11:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-04-03 23:11:17 +0000 |
commit | b551040570f26fc803f3fc73613867bfc49b1c80 (patch) | |
tree | 53764dfadd1ea14e2a7a24be3f0d5f8fc0ab6324 /Build | |
parent | 2186f87c22134bca15f6a62d316785cbf3a6d965 (diff) |
sync
git-svn-id: svn://tug.org/texlive/trunk@33364 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-x | Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl index 17ada1fcd93..b3fae46bc51 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 33085 2014-03-03 07:12:41Z preining $ +# $Id: tlmgr.pl 33356 2014-04-02 23:22:46Z preining $ # # Copyright 2008-2014 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. -my $svnrev = '$Revision: 33085 $'; -my $datrev = '$Date: 2014-03-03 08:12:41 +0100 (Mon, 03 Mar 2014) $'; +my $svnrev = '$Revision: 33356 $'; +my $datrev = '$Date: 2014-04-03 01:22:46 +0200 (Thu, 03 Apr 2014) $'; my $tlmgrrevision; my $prg; if ($svnrev =~ m/: ([0-9]+) /) { @@ -6620,11 +6620,7 @@ number of backups to keep. Thus, backups are disabled if the value is 0. In the C<--clean> mode of the C<backup> action this option also specifies the number to be kept. -To setup C<autobackup> to C<-1> on the command line, use either: - - tlmgr option autobackup infty - -or: +To setup C<autobackup> to C<-1> on the command line, use: tlmgr option -- autobackup -1 |