Makefile: Don't use `echo`'s `-e` option for portability.
[youtube-dl] / Makefile
index 07cc1eff71b34afeb8455e817be4648d27e258bf..b1a41079a705f91fadddde8272266b3bc8e7f7c5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,9 +10,11 @@ update-readme:
                header=$$(sed -e '/.*## OPTIONS/,$$ d' README.md) && \
                footer=$$(sed -e '1,/.*## FAQ/ d' README.md) && \
                echo "$${header}" > README.md && \
-               echo -e '\n## OPTIONS' >> README.md && \
+               echo >> README.md && \
+               echo '## OPTIONS' >> README.md && \
                echo "$${options}" >> README.md&& \
-               echo -e '\n## FAQ' >> README.md && \
+               echo >> README.md && \
+               echo '## FAQ' >> README.md && \
                echo "$${footer}" >> README.md
 
 compile: