summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2018-01-22 22:14:55 +0100
committerPaul Eggert <eggert@cs.ucla.edu>2018-01-22 21:40:28 -0800
commit7eba4a9ac9cb65ae501365d5d7cad83430c37d92 (patch)
tree0efeacc3c655f1218eee13c665d63ec89abf0f88 /ChangeLog
parent8ed24a180182f72e87cda8697f5de8e32ea3d263 (diff)
downloadgnulib-7eba4a9ac9cb65ae501365d5d7cad83430c37d92.tar.gz
build: GuixSD doesn't have /bin/bash
* Makefile (SHELL): Search 'bash' in the PATH environment variable.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fa3a33e860..d90fa58e06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.