guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[shepherd] 02/02: build: Fix typo.


From: Ludovic Courtès
Subject: [shepherd] 02/02: build: Fix typo.
Date: Fri, 2 Mar 2018 08:10:28 -0500 (EST)

civodul pushed a commit to branch master
in repository shepherd.

commit 515414aa4660abf65333407926677d4ad66a7eb1
Author: Ludovic Courtès <address@hidden>
Date:   Fri Mar 2 14:09:43 2018 +0100

    build: Fix typo.
    
    Fixes a regression introduced in
    6dd27d2925fc4fe589e5b2632df5307c41fba1bf.
    
    * Makefile.am (AM_TESTS_ENVIRONMENT): Fix typo.
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 7583b59..eafa308 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -196,7 +196,7 @@ TEST_EXTENSIONS = .sh
 EXTRA_DIST += $(TESTS)
 
 AM_TESTS_ENVIRONMENT =                         \
-  unset XDG_CONFIG_HOME; unset LANGUAGE                \
+  unset XDG_CONFIG_HOME; unset LANGUAGE;       \
   LC_ALL=C LC_MESSAGES=C                       \
   PATH="$(abs_top_builddir):$$PATH"            \
   SHELL="$(SHELL)" GUILE="$(GUILE)"            \



reply via email to

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