X-Recipient: archive-cygwin AT delorie DOT 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 AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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 Reply-To: cygwin AT cygwin DOT com Message-ID: <1923380280.20170619192757@yandex.ru> To: "Nellis, Kenneth" , cygwin AT cygwin DOT com Subject: Re: Updated: setup (2.880) In-Reply-To: References: <088b3d84-aad8-4984-1892-b66b9714f343 AT dronecode DOT org DOT uk> 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