guix-commits
[Top][All Lists]
Advanced

[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"
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]