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:message-id:date:from:to:subject:references :content-type; q=dns; s=default; b=vn2EZEpMH2wOBGUjmQa5q8Oe6u7aJ tBUuX2wByv3PT090nxNI5izcVzOppMZsMnvZKS8pwwhkjPY4bu54Z09BEM0ZHtpb MNbETh7eqf5Yyh2Y7lJJjqnfn0SZWlKaowdr2fyZ2ZtG62R3lWFCe9V8s0ZZXQZa pkxm37n04wd4MU= 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:message-id:date:from:to:subject:references :content-type; s=default; bh=gVxS5BKFv2gfs0neYLluvFz+kwY=; b=eA4 xsDFzlLfGApo47//pgQRroFb8NyMsxNr7GBwre25L3MeAk1f4PHopjcm7rlUKnAY xT6hYXD4vy9N2m710mw9dRt/RPYuiW/2RXo2TUtw8Api15aX2E3QEL+E5Qqz2W7q j2B/GkGpw3t6vYkOTyG9ZIqquwD2nsskrRCdulf0= 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.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=roe, H*c:utf8, Roe, xcu X-HELO: mail-ot0-f175.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:date:from:to:subject:references :user-agent; bh=dxlgZz0J3mIBEB4h4Hrpp082epNpf/DwJi39lh4AsAI=; b=g2ywQqzY6bitYhCSftG6WXFcTeCK6d1ikRmr4TpAKdmC5hITaofhByWtl3m0UBn2Cf ftgTTaAoGeoEF9CuK2T9qepkrRIUqZWoFYLUj8rFuKZuYIKwVf9wi2lhJqzT90hv4ghx XmEkhuwF3HwIl4g1O8GQPz+b4MEvhv4LDF7KG5c2l7jy5AVXjsEbSYM/f0VomxUYUWjD L3fnc1opaIfUKBJFxl0NBZCUyTgKlx8DcYsy2fDJ8xchhYhoLFHSPivj83Bq4rgt098N Nj2sUb1pcjM7alJdGHCL29aHOsshUmqz3FxFaJElLkOYeRxMo3MailaxLkoJhk05Swb4 9Ewg== X-Gm-Message-State: AMke39mJJ2/NRodvU1h9ZLwxf+3wZChbsrryIq4HSH8wXWzDqAWiBYF8styYck01blPowQ== X-Received: by 10.157.63.227 with SMTP id i32mr7866791ote.36.1488243065725; Mon, 27 Feb 2017 16:51:05 -0800 (PST) Message-ID: <58b4c978.5443ca0a.5c0e.03d7@mx.google.com> Date: Mon, 27 Feb 2017 16:51:04 -0800 (PST) From: Steven Penny X-Google-Original-From: Steven Penny To: cygwin AT cygwin DOT com Subject: Re: [ANNOUNCEMENT] Updated: dash-0.5.9.1-1 References: <20170227231247 DOT GA19383 AT dimstar DOT local DOT net> Content-Type: text/plain; charset=utf8; format=flowed User-Agent: Tryst/2.0.1 (github.com/svnpenn/tryst) On Tue, 28 Feb 2017 10:12:47, Duncan Roe wrote: > "we" being you and who else? > /bin/sh has been bash for a long time and I would prefer it stays that way. “That’s the way it’s always been done” is not a good reason to keep doing something. /bin/sh has been defined for 20 years, and it is not Bash: http://pubs.opengroup.org/onlinepubs/7908799/xcu/sh.html If you want to write a Bash script, you should be using #!/bin/bash, not #!/bin/sh. If we are to continue using Bash, it should be for a good reason, like the one Eric presented, not just because you want to save 2 characters on your shebang line. On Fri, 24 Feb 2017 08:43:30, Eric Blake wrote: > But we are severely limited in volunteer manpower compared to Debian, > and I suspect that 1) there won't be enough testers (we won't know the > real impact until it is no longer experimental, but that is too late), > and 2) even if testers are diligent, we will be unable to patch all the > fallout in any sort of timely manner. -- 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