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=qsSXshX2sKVmFJmo NzRh3pae5bAHveTEbdcWGVTmKX1WjxwrOhyW9PorutpdX2IzBgwtRVdl5oiM0oqi a0j0+fPlEwHdDjFcL4tZ+R6R3NTBHVQrbhFQkXsLVNvC7aTonco2llg0ZAUX4E/X IislrAe2+KKFpHvRfY+g2DDjeIU= 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=jqHqVEQz9Fgz/Fo1kAtzyj E7oJ8=; b=SQykoKtZKBXKh3tGy4y+KDwo/dUXLm3Yz8wSHxNrqBTy/HZxmYkftC oCh9dW9Oxl/G1mCk/vi68eZ03dXFmPbfczY+Bybw3zfNDfEil2iQ4pvBSUUr7u1G 2OUAFx53B51IG2GiRuogfZnjI26DZzqy9Wn1qWXSAZguoCzujxk0w= 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=1.3 required=5.0 tests=AWL,BAYES_20,FREEMAIL_FROM,KAM_THEBAT,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 spammy=H*UA:Bat!, H*x:Bat!, Hx-languages-length:1124, H*F:D*yandex.ru X-HELO: forward1j.cmail.yandex.net Authentication-Results: smtp3o.mail.yandex.net; dkim=pass header.i=@yandex.ru X-Yandex-Suid-Status: 1 0,1 0 Date: Fri, 24 Feb 2017 00:50:08 +0300 From: Andrey Repin Reply-To: cygwin AT cygwin DOT com Message-ID: <1225366877.20170224005008@yandex.ru> To: Steven Penny , cygwin AT cygwin DOT com Subject: Re: [ANNOUNCEMENT] Updated: dash-0.5.9.1-1 In-Reply-To: <58af3c19.01309d0a.781cc.afce@mx.google.com> References: <1835159156 DOT 20170223203808 AT yandex DOT ru> <58af3c19 DOT 01309d0a DOT 781cc DOT afce AT mx DOT google DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Greetings, Steven Penny! > On Thu, 23 Feb 2017 20:38:08, Andrey Repin wrote: >> $ cat /etc/postinstall/zp_dash-as-bin-sh.dash >> #!/bin/dash >> test ! -h /bin/sh.exe && { >> _f="$(mktemp /bin/sh.XXXXXX)" >> { >> mv /bin/sh.exe "$_f" >> ln -s /bin/dash.exe /bin/sh.exe >> } || mv "$_f" /bin/sh.exe >> rm "$_f" >> } >> exit 0 > This is a bad idea. This is only bad idea for people assuming too much. > If script succeeds, then yes sh is now a symlink to Dash, but only for my > system. I still have to use #!/bin/dash with my scripts, In fact, you should use specific shell name, if you want specific behavior. > because otherwise > people with Bash -> sh will not get the speed boost. The whole point of this > thread is that it should be changed for everyone. The big question remains, where this speed boost coming from? Is this a startup time? Or some internal slowness? Because in latter case, given your STC, this is a bash issue and should be reported upstream. -- With best regards, Andrey Repin Friday, February 24, 2017 00:47:31 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