From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailout08.t-online.de (mailout08.t-online.de [194.25.134.20]) by sourceware.org (Postfix) with ESMTPS id AAA2C3851C3D for ; Sun, 17 Jan 2021 20:11:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org AAA2C3851C3D Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=t-online.de Authentication-Results: sourceware.org; spf=none smtp.mailfrom=HBBroeker@t-online.de Received: from fwd22.aul.t-online.de (fwd22.aul.t-online.de [172.20.26.127]) by mailout08.t-online.de (Postfix) with SMTP id 2411C4119E59 for ; Sun, 17 Jan 2021 21:11:04 +0100 (CET) Received: from [192.168.178.26] (SOaQkwZDQhyv-og9Z7Z+lMl4r9ZqAwWz1iv-m5d-Re3qj0+UtpgFyaIZDFYGnWfwzg@[87.154.42.130]) by fwd22.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384 encrypted) esmtp id 1l1ENt-2YqlfM0; Sun, 17 Jan 2021 21:10:49 +0100 Subject: Re: How to reinstall everything? To: cygwin@cygwin.com References: <9f016b30-3338-47ce-b734-36aa6a3e981d@gmail.com> <777633643.1693376.1610907809977@mail.yahoo.com> From: =?UTF-8?Q?Hans-Bernhard_Br=c3=b6ker?= Message-ID: <567cc31c-8d43-f381-4ad3-e6cb85cfaaae@t-online.de> Date: Sun, 17 Jan 2021 21:10:54 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.6.1 MIME-Version: 1.0 In-Reply-To: <777633643.1693376.1610907809977@mail.yahoo.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: de-DE Content-Transfer-Encoding: 7bit X-ID: SOaQkwZDQhyv-og9Z7Z+lMl4r9ZqAwWz1iv-m5d-Re3qj0+UtpgFyaIZDFYGnWfwzg X-TOI-EXPURGATEID: 150726::1610914249-00011FFC-E7124AD3/0/0 CLEAN NORMAL X-TOI-MSGID: 532dc03a-8634-41ea-b7ce-fdb375bbf0e2 X-Spam-Status: No, score=-3.1 required=5.0 tests=BAYES_00, FREEMAIL_FROM, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2021 20:11:07 -0000 Am 17.01.2021 um 19:23 schrieb matthew patton via Cygwin: > can we fix setup.exe to read STDIN with '-P', like so? To fix something, it has to be broken first. I don't see that being the case here. > echo 'pkg1,pkg2,pkg3' | setup.exe -P - I don't see that in any way easier or more helpful than setup -P pkg1,pkg2,pkg3 which, IIRc, already works.