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=Oe2l38jXSJvEXtXZ mNxUn8r0TtVegiTBybHqigUdNr5tlilhf2pRfGZjX15CePkDurjSFE7wddqKPsfa 3rBA9zvzlfdzem4//jTWJe7g2VZ292LcK55idvbdFBPe0+MKqETVOdPzpn5OJZyl tMsdS5l1T8FApVCGjPIGftrOq5A= 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=+VUlLwKWmTPDVIqz4W5dd8 trTbY=; b=jXeSkJJmWN4/LPYnDb4AfZ9tkz+pgIKf8fK9B1jDYwVyebVY/Mwsr2 QMXP9ARwmFVxEMXgNeR3Yj7drPZ654YUIFvhaVPGg/Ocd9UntE0P3Jn3gCKfgYCy bHOOYClP/Jsz8gCgiuuwhKowNRR+eA6z3cQbKtBreiYowJY3W99S4= 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=-0.7 required=5.0 tests=BAYES_00,FREEMAIL_FROM,KAM_THEBAT,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 spammy=aware, know!, H*F:D*yandex.ru, keys X-HELO: forward104o.mail.yandex.net Authentication-Results: smtp2o.mail.yandex.net; dkim=pass header.i=@yandex.ru Date: Sun, 22 Apr 2018 16:51:45 +0300 From: Andrey Repin Reply-To: cygwin AT cygwin DOT com Message-ID: <642458633.20180422165145@yandex.ru> To: Ulli Horlacher , cygwin AT cygwin DOT com Subject: Re: "setup-x86 --quiet-mode" problems In-Reply-To: <20180420102353.GB21217@rus.uni-stuttgart.de> References: <20180419163128 DOT GA7093 AT rus DOT uni-stuttgart DOT de> <20180420102353 DOT GB21217 AT rus DOT uni-stuttgart DOT de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Greetings, Ulli Horlacher! > On Thu 2018-04-19 (17:28), Brian Inglis wrote: >> cygstart .../setup-x86 --quiet-mode ... && sleep 1 && kill -9 $$ $PPID > Ahh... cygstart does the trick! :-) > I was not aware of this helper program. Good to know! In this specific case, it is better to use cmd /C START "" "$( cygpath -ma ".\\setup-${ARCH}.exe" )" -O -s "${MIRROR%%/}/" $KEYS "$@" & So that you detach completely from the cygwin process tree. -- With best regards, Andrey Repin Sunday, April 22, 2018 16:43:58 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