From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: [PATCH 0/5] Clean-up of /bin/sh patching Date: Thu, 5 Jan 2017 11:28:46 -0500 Message-ID: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45370) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cPAuY-0003l2-B0 for guix-devel@gnu.org; Thu, 05 Jan 2017 11:29:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cPAuT-0001BO-9j for guix-devel@gnu.org; Thu, 05 Jan 2017 11:29:06 -0500 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:39510) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cPAuT-0001Au-4J for guix-devel@gnu.org; Thu, 05 Jan 2017 11:29:01 -0500 Received: from localhost.localdomain (c-73-188-17-148.hsd1.pa.comcast.net [73.188.17.148]) by mail.messagingengine.com (Postfix) with ESMTPA id 1C43B2449E for ; Thu, 5 Jan 2017 11:29:00 -0500 (EST) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org This patch series changes all the instances of /bin/sh being patched to /bin/bash that I can find. They are for core-updates. In case you are wondering why this matters, since our /bin/sh is provided by Bash, Bash behaves differently based on the name it is invoked with. This is briefly documented in the Invocation section of bash(1). The gawk patch would actually be committed as a re-reversion of the commit that I made to the master branch before realizing that it caused too many rebuilds. But I present it for review in this format for clarity. Leo Famulari (5): gnu: m4: Don't replace 'sh' reference with 'bash'. gnu: gnu-make: Don't replace 'sh' reference with 'bash'. gnu: glibc/linux: Don't replace 'sh' reference with 'bash'. gnu: glibc/linux: Use /bin/sh instead of /bin/bash as the default shell. gnu: gawk: Don't replace 'sh' reference with 'bash'. gnu/packages/base.scm | 6 +++--- gnu/packages/gawk.scm | 2 +- gnu/packages/m4.scm | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) -- 2.11.0