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:from:to:subject:date:message-id:references :in-reply-to:content-type:content-transfer-encoding :mime-version; q=dns; s=default; b=Rvj/DOdOD+RdSVUvhKOiiD7Nni5Xt vCkVVBDrVyok4M/Y1u0jkgfocuGUf22+k3wO3UXbRu9FsVN64eKYT+Lxr9EjI3Wh mC5DOuO5TPXZ/H3EkEPkha9JiFK91HL2G9ejKdoR6o4CGACKnas30XD71daaIpSb omEWdkTl+Kch5U= 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:from:to:subject:date:message-id:references :in-reply-to:content-type:content-transfer-encoding :mime-version; s=default; bh=tCfJELNKc4ALV7EzqUJceS+1X8I=; b=WYu zMuwPe+ahezdwVvPYtYkFCeTU1PkaeRKMLvy1lnbrw3G2zAwFPg+tx8WRmERdzLS wdU+JSxGaU1IOmUscY5mGRrukZ1+cvgFga5yRWAgI0lwox3qAPxTnwaDPuN8Yjz8 7hWmLkFhuZOSNmUTAq2Jopn4+Foryg2cCHUgOU3g= 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.9 required=5.0 tests=AWL,BAYES_50,MIME_BASE64_BLANKS,SPF_PASS autolearn=ham version=3.3.2 spammy=Ken, dashexe, UD:sh.exe, sh.exe X-HELO: USA7109MR006.ACS-INC.COM From: "Nellis, Kenneth (Conduent)" To: "cygwin AT cygwin DOT com" Subject: RE: [ANNOUNCEMENT] Updated: dash-0.5.9.1-1 Date: Thu, 2 Mar 2017 16:16:19 +0000 Message-ID: <0D835E9B9CD07F40A48423F80D3B5A704BBEFF68@USA7109MB022.na.xerox.net> References: In-Reply-To: Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id v22I36L4012425 From: Eric Blake > ... > Until then, I'm worried that there are > enough scripts in the wild that use bashisms and will therefore break if > /bin/sh is not bash, even though that number has reduced somewhat since > Debian made their switch. > ... I was thinking of testing my scripts by changing sh to be a link to dash, but ran into the following: $ which sh bash dash /usr/bin/sh /usr/bin/bash /usr/bin/dash $ ls -ld /usr/bin/*sh lrwxrwxrwx 1 knellis Domain Users 8 Dec 1 11:38 /usr/bin/csh -> tcsh.exe -rwxr-xr-x 1 knellis Domain Users 4287 Jan 15 07:53 /usr/bin/instmodsh lrwxrwxrwx 1 knellis Domain Users 12 May 26 2015 /usr/bin/tclsh -> tclsh8.5.exe $ Why don't I see sh, bash, or dash? But then I tried: $ ls -ld /usr/bin/*sh.exe -rwxr-xr-x 2 knellis Domain Users 100883 Feb 17 08:47 /usr/bin/ash.exe -rwxr-xr-x 2 knellis Domain Users 739859 Jan 27 14:13 /usr/bin/bash.exe -rwxr-xr-x 2 knellis Domain Users 100883 Feb 17 08:47 /usr/bin/dash.exe -rwxr-xr-x 1 knellis Domain Users 11795 Aug 18 2013 /usr/bin/rsh.exe -rwxr-xr-x 2 knellis Domain Users 739859 Jan 27 14:13 /usr/bin/sh.exe -rwxr-xr-x 1 knellis Domain Users 650771 Dec 20 06:57 /usr/bin/ssh.exe -rwxr-xr-x 1 knellis Domain Users 372755 Nov 24 11:07 /usr/bin/tcsh.exe $ Another unexpected result from Cygwin's .exe magic. --Ken Nellis -- 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