Project Info Name.......: gnu-hello
Description: GNU Hello


gnu-hello       
Info
Commit...:8e2e30925146c64d52d42c9613ad057588745690
Author...:Reuben Thomas
Committer:Reuben Thomas
Date.....:Sat May 4 18:10:49 2013 +0100
Parents..:809929d4bc504ef60c3d99cb6da55789eec456da

Message
tests/Makefile.am: add a missing backslash

Changes
diff --git a/tests/Makefile.am b/tests/Makefile.am
line changes: +1/-1
index 413b639..006c3d4
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -25,5 +25,5 @@ LOG_COMPILER = $(SHELL)
 AM_TESTS_ENVIRONMENT = \
   top_srcdir=$(top_srcdir) \
   PATH=.$(PATH_SEPARATOR)../src$(PATH_SEPARATOR)$$PATH \
-  HELLO=`echo hello | sed '$(transform)'`;
+  HELLO=`echo hello | sed '$(transform)'`; \
   export HELLO PATH top_srcdir;

This website is licensed under AGPL-3.0. Feel free to copy!