changeset 39222:3c40257da226

build: GuixSD doesn't have /bin/bash * Makefile (SHELL): Search 'bash' in the PATH environment variable.
author Mathieu Lirzin <mthl@gnu.org>
date Mon, 22 Jan 2018 22:14:55 +0100
parents f2c01d874a71
children c2e83c6de345
files ChangeLog Makefile
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Jan 22 05:01:48 2018 +0100
+++ b/ChangeLog	Mon Jan 22 22:14:55 2018 +0100
@@ -1,3 +1,8 @@
+2018-01-22  Mathieu Lirzin  <mthl@gnu.org>
+
+	build: GuixSD doesn't have /bin/bash
+	* Makefile (SHELL): Search 'bash' in the PATH environment variable.
+
 2018-01-21  Bruno Haible  <bruno@clisp.org>
 
 	Avoid test failures on Microsoft Windows Subsystem for Linux.
--- a/Makefile	Mon Jan 22 05:01:48 2018 +0100
+++ b/Makefile	Mon Jan 22 22:14:55 2018 +0100
@@ -9,7 +9,7 @@
 # that you have tools like git, makeinfo and cppi installed.
 
 # Required for the use of <(...) below.
-SHELL=/bin/bash
+SHELL=bash
 
 # Produce some files that are not stored in the repository.
 all: