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=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@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=-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 <anrdaemon@yandex.ru>
Reply-To: cygwin@cygwin.com
Message-ID: <642458633.20180422165145@yandex.ru>
To: Ulli Horlacher <framstag@rus.uni-stuttgart.de>, cygwin@cygwin.com
Subject: Re: "setup-x86 --quiet-mode" problems
In-Reply-To: <20180420102353.GB21217@rus.uni-stuttgart.de>
References: <20180419163128.GA7093@rus.uni-stuttgart.de>   <e22e48aa-d4e4-0b7c-7c53-6f2aecaa297e@SystematicSw.ab.ca>  <20180420102353.GB21217@rus.uni-stuttgart.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

