X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:reply-to:message-id:to:subject
	:in-reply-to:references:mime-version:content-type
	:content-transfer-encoding; q=dns; s=default; b=eFgDz7dcy3Raw8J2
	eMxkpKLcOvpHG4XKmw+hIBbsUnK+UNNhZI7PJoeetB/Le1LXm/w/6CIsXkyk4rmV
	U/0ZZdb9IknVkIXk+uvWW/8hluSb6E9/YOPmOO+oRdY4HAxU0qq1IeZQaQlMswys
	s1omsm51IDLBfMZgpT2Dymn6Ya0=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:reply-to:message-id:to:subject
	:in-reply-to:references:mime-version:content-type
	:content-transfer-encoding; s=default; bh=3mHcerjmWOjzR+nifm148g
	2pdxM=; b=Q2X9LJeT0WR55WkJj75fabUzWUfu9BSowZb5vhiVvR3+vpEaq9PCXB
	O6Vy4wxnh8jP905ug9zJEFNMbEjDVbqXEs1AQ+tG9E6oNqMriLBmIdiOsUUYw9Yi
	qD9yRK7Kg2CmCDcL2VCUqC2CO+jjaF4kIGmhLdeyqscmksBVJxKg0=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=2.0 required=5.0 tests=BAYES_50,FREEMAIL_FROM,KAM_THEBAT,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 spammy=H*M:yandex, kenneth, barely, Repin
X-HELO: forward3j.cmail.yandex.net
Authentication-Results: smtp3o.mail.yandex.net; dkim=pass header.i=@yandex.ru
X-Yandex-Suid-Status: 1 0,1 0
Date: Mon, 19 Jun 2017 19:27:57 +0300
From: Andrey Repin <anrdaemon@yandex.ru>
Reply-To: cygwin@cygwin.com
Message-ID: <1923380280.20170619192757@yandex.ru>
To: "Nellis, Kenneth" <Kenneth.Nellis@conduent.com>, cygwin@cygwin.com
Subject: Re: Updated: setup (2.880)
In-Reply-To: <BN6PR2001MB1074EC3E693F81EDBB46E47FF1C40@BN6PR2001MB1074.namprd20.prod.outlook.com>
References: <088b3d84-aad8-4984-1892-b66b9714f343@dronecode.org.uk>   <BN6PR2001MB1074EC3E693F81EDBB46E47FF1C40@BN6PR2001MB1074.namprd20.prod.outlook.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

Greetings, Nellis, Kenneth!

> wget -O $name --quiet http://cygwin.com/$name || exit

Do not use wget -O name unless you have no other choice.
The construction is essentially equal to

wget -O - --quiet http://cygwin.com/$name > "$name"

Means, it will never allow -N to work. (When -O given, -N is silently
discarded.)

> ...but Windows complained about the file format when I tried to launch
> it. Then "file" told me...

> $ file *.exe
> setup-x86_64.exe: gzip compressed data, from Unix
> $

> ...so I added suffix .gz and then used (actually) WinZip to unzip
> it, and it created a working setup.exe.

> So, is this new behavior? Is it to be expected going forward?

Not confirming, my installation went smooth, I barely noticed the setup
update. (Yes, I'm running it via script too.)


-- 
With best regards,
Andrey Repin
Monday, June 19, 2017 19:23:55

Sorry for my terrible english...


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

