[SCM] live-manual branch, debian-next, updated. debian/3.0_a8-1-33-g454c125

Ben Armstrong synrg at debian.org
Sun Nov 6 17:21:08 UTC 2011


The following commit has been merged in the debian-next branch:
commit 454c1257fe296bd5106874dca0ca2f31c44dc084
Author: Ben Armstrong <synrg at debian.org>
Date:   Sun Nov 6 13:20:56 2011 -0400

    Fixing typo in 'set +e', autobuild target.

diff --git a/Makefile b/Makefile
index adde6da..4d59d07 100644
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,7 @@ autobuild: clean build
 	rm -rf build
 	cp -a html build
 
-	sed +e; for LANGUAGE in $(LANGUAGES); \
+	set +e; for LANGUAGE in $(LANGUAGES); \
 	do \
 		FROMDIR=$(CURDIR)/manual/$${LANGUAGE}/build/$${LANGUAGE}; \
 		TODIR=$(CURDIR)/build/$${LANGUAGE}; \

-- 
live-manual



More information about the debian-live-changes mailing list