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:
parent
8fc697f958
commit
430dcb6110
@ -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:\
|
||||
|
Loading…
Reference in New Issue
Block a user