[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[shepherd] 01/07: build: Add missing backslash in AM_TESTS_ENVIRONMENT.
From: |
Ludovic Courtès |
Subject: |
[shepherd] 01/07: build: Add missing backslash in AM_TESTS_ENVIRONMENT. |
Date: |
Sun, 17 Jan 2016 14:15:28 +0000 |
civodul pushed a commit to branch master
in repository shepherd.
commit a1491b50513239da49ca3372e45846f743db1096
Author: Mathieu Lirzin <address@hidden>
Date: Sat Jan 16 16:44:33 2016 +0100
build: Add missing backslash in AM_TESTS_ENVIRONMENT.
* Makefile.am (AM_TESTS_ENVIRONMENT): Add missing backslash.
Signed-off-by: Ludovic Courtès <address@hidden>
---
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 9bbc3e3..16fd160 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -152,7 +152,7 @@ EXTRA_DIST += $(TESTS)
AM_TESTS_ENVIRONMENT = \
PATH="$(abs_top_builddir):$$PATH" LC_ALL=C \
- SHELL="$(SHELL)" GUILE="$(GUILE)"
+ SHELL="$(SHELL)" GUILE="$(GUILE)" \
GUILE_LOAD_PATH="$(abs_top_srcdir)/modules:$(abs_top_builddir)/modules:$$GUILE_LOAD_PATH"
\
GUILE_LOAD_COMPILED_PATH="$(abs_top_srcdir)/modules:$(abs_top_builddir)/modules:$$GUILE_LOAD_COMPILED_PATH"
- [shepherd] branch master updated (4fb3a18 -> f158e63), Ludovic Courtès, 2016/01/17
- [shepherd] 01/07: build: Add missing backslash in AM_TESTS_ENVIRONMENT.,
Ludovic Courtès <=
- [shepherd] 05/07: maint: Fix version checking for Guile., Ludovic Courtès, 2016/01/17
- [shepherd] 03/07: build: Improve display for silent rules., Ludovic Courtès, 2016/01/17
- [shepherd] 04/07: maint: Update .gitignore., Ludovic Courtès, 2016/01/17
- [shepherd] 06/07: maint: Add .dir-locals.el., Ludovic Courtès, 2016/01/17
- [shepherd] 07/07: support: Add a keyword argument '#:secure?' to verify-dir., Ludovic Courtès, 2016/01/17
- [shepherd] 02/07: Rename 'deco' command to 'herd'., Ludovic Courtès, 2016/01/17