From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 81520 invoked by alias); 19 Jun 2017 16:35:08 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 81460 invoked by uid 89); 19 Jun 2017 16:35:07 -0000 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 Received: from forward3j.cmail.yandex.net (HELO forward3j.cmail.yandex.net) (5.255.227.21) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 19 Jun 2017 16:35:04 +0000 Received: from smtp3o.mail.yandex.net (smtp3o.mail.yandex.net [IPv6:2a02:6b8:0:1a2d::27]) by forward3j.cmail.yandex.net (Yandex) with ESMTP id 5B0F920764; Mon, 19 Jun 2017 19:35:06 +0300 (MSK) Received: from smtp3o.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp3o.mail.yandex.net (Yandex) with ESMTP id A615E2940CDB; Mon, 19 Jun 2017 19:35:05 +0300 (MSK) Received: by smtp3o.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id PFWMGNv0up-Z4eKS0sv; Mon, 19 Jun 2017 19:35:04 +0300 (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (Client certificate not present) Authentication-Results: smtp3o.mail.yandex.net; dkim=pass header.i=@yandex.ru X-Yandex-Suid-Status: 1 0,1 0 Received: from [192.168.1.10] (HELO daemon2.darkdragon.lan) by daemon2 (Office Mail Server 0.8.12 build 08053101) with SMTP; Mon, 19 Jun 2017 16:27:57 -0000 Date: Mon, 19 Jun 2017 16:35:00 -0000 From: Andrey Repin Reply-To: cygwin@cygwin.com Message-ID: <1923380280.20170619192757@yandex.ru> To: "Nellis, Kenneth" , cygwin@cygwin.com Subject: Re: Updated: setup (2.880) In-Reply-To: References: <088b3d84-aad8-4984-1892-b66b9714f343@dronecode.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-06/txt/msg00222.txt.bz2 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