mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
escape quote
This commit is contained in:
parent
f10dd64668
commit
237ff3e130
1 changed files with 1 additions and 1 deletions
|
|
@ -7,6 +7,6 @@ docs:
|
||||||
mv "$${source_file}" "$${final_file}"; \
|
mv "$${source_file}" "$${final_file}"; \
|
||||||
no_ext_source=$${source_file:0:-3}; \
|
no_ext_source=$${source_file:0:-3}; \
|
||||||
no_ext_final=$${final_file:0:-3}; \
|
no_ext_final=$${final_file:0:-3}; \
|
||||||
sed -i "s;(\(../\)*$${source_file});($${no_ext_final});g" $$(find -name '*.md'); \
|
sed -i "s;(\(../\)*$${source_file});($${no_ext_final});g" $$(find -name '\''*.md'\''); \
|
||||||
' _ {}
|
' _ {}
|
||||||
find . -type d -empty -delete
|
find . -type d -empty -delete
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue