texlive[71157] Master: de morgan
commits+karl at tug.org
commits+karl at tug.org
Thu May 2 22:29:00 CEST 2024
Revision: 71157
https://tug.org/svn/texlive?view=revision&revision=71157
Author: karl
Date: 2024-05-02 22:29:00 +0200 (Thu, 02 May 2024)
Log Message:
-----------
de morgan
Modified Paths:
--------------
trunk/Master/install-tl
trunk/Master/tlpkg/TeXLive/TLPDB.pm
Modified: trunk/Master/install-tl
===================================================================
--- trunk/Master/install-tl 2024-05-02 19:43:21 UTC (rev 71156)
+++ trunk/Master/install-tl 2024-05-02 20:29:00 UTC (rev 71157)
@@ -602,7 +602,7 @@
# More Cygwin: if the user doesn't have Cygwin's wget or curl,
# it's unlikely anything good will happen.
if ($^O eq 'cygwin'
- && (! -x "/usr/bin/curl.exe" || ! -x "/usr/bin/wget.exe")) {
+ && (! -x "/usr/bin/curl.exe" && ! -x "/usr/bin/wget.exe")) {
print "mess_yesno\n" if $from_ext_gui; # prepare for dialog interaction
print <<END_CYGWIN_WGET_MSG;
It seems you are using Cygwin and have not installed Cygwin's
Modified: trunk/Master/tlpkg/TeXLive/TLPDB.pm
===================================================================
--- trunk/Master/tlpkg/TeXLive/TLPDB.pm 2024-05-02 19:43:21 UTC (rev 71156)
+++ trunk/Master/tlpkg/TeXLive/TLPDB.pm 2024-05-02 20:29:00 UTC (rev 71157)
@@ -370,7 +370,7 @@
# If they have the Cygwin wget.exe, some other problem.
if ($^O eq 'cygwin'
- && (! -x "/usr/bin/curl.exe" || ! -x "/usr/bin/wget.exe")) {
+ && (! -x "/usr/bin/curl.exe" && ! -x "/usr/bin/wget.exe")) {
$diemsg .= <<END_CYGWIN_WGET_MSG;
It seems you are using Cygwin and have not installed Cygwin's
More information about the tex-live-commits
mailing list.