Fix sed command for Mac

add -e between -i and quoted script

I had tested on my mac but forgot I had aliased sed=gsed. My bad.
This commit is contained in:
Rich Kadel 2020-11-04 23:27:47 -08:00
parent 8fc697f958
commit 430dcb6110

View File

@ -35,7 +35,7 @@ endif
echo $$file; \
urlescaped="$$("$(PYTHON)" $(BASEDIR)/escape_url.py $$file)" || exit $$?; \
echo $$urlescaped; \
sed -i '1a\
sed -i -e '1a\
<!--\
\
Preview this file as rendered HTML from the github source at:\