mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
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:
@@ -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:\
|
||||
|
||||
Reference in New Issue
Block a user