Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(499)

Unified Diff: make/lysdoc-targets.make

Issue 575260043: Issue 5595: Fix nonportable "echo -e" (Closed)
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « GNUmakefile.in ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: make/lysdoc-targets.make
diff --git a/make/lysdoc-targets.make b/make/lysdoc-targets.make
index 8cde20786688caa1776839fdaf72dc3585ad044c..4bff5c8924a4992079e07a77e8735038b37c5652 100644
--- a/make/lysdoc-targets.make
+++ b/make/lysdoc-targets.make
@@ -27,11 +27,15 @@ lysdoc-test:
echo " HEAD: $$HD" ; \
if [ ! -z $$FP ]; then \
echo "MERGE_BASE: $$FP" ; \
- echo -e '\n HISTORY:\n ========\n' ; \
+ echo ; \
+ echo " HISTORY:" ; \
+ echo " ========" ; \
git log --pretty=format:" HASH: %H%n SUBJECT: %s%n" $$FP~1..HEAD ; \
else \
echo "MERGE_BASE: unknown" ; \
- echo -e '\n HISTORY:\n ========\n' ; \
+ echo ; \
+ echo " HISTORY:" ; \
+ echo " ========" ; \
git log --max-count=10 --pretty=format:" HASH: %H%nSUBJECT: %s%n" ; \
fi ; \
echo "" ; \
« no previous file with comments | « GNUmakefile.in ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b