texlive[43803] Master/texmf-dist/scripts/texlive/tlmgr.pl: more fixes
commits+preining at tug.org
commits+preining at tug.org
Sat Apr 15 02:15:01 CEST 2017
Revision: 43803
http://tug.org/svn/texlive?view=revision&revision=43803
Author: preining
Date: 2017-04-15 02:15:00 +0200 (Sat, 15 Apr 2017)
Log Message:
-----------
more fixes
Modified Paths:
--------------
trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl
Modified: trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl
===================================================================
--- trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl 2017-04-15 00:14:53 UTC (rev 43802)
+++ trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl 2017-04-15 00:15:00 UTC (rev 43803)
@@ -6609,9 +6609,12 @@
} else {
$val = do_prompt('Enter 1 for on, 0 for off:', -guarantee => [0,1]);
}
+ # deal with Ctrl-D
+ if (!defined($val)) {
+ print('ERROR Missing value for set.\n');
+ next;
+ }
}
- # deal with Ctrl-D
- next if (!defined($val));
if ($key eq "repository") {
if ($cmd eq "set") {
More information about the tex-live-commits
mailing list