mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
use semicolons instead
This commit is contained in:
parent
0179c974f6
commit
6f9a2e0f67
1 changed files with 1 additions and 1 deletions
|
|
@ -8,5 +8,5 @@ docs:
|
|||
mv "$${source_file}" "$${final_file}"; \
|
||||
no_ext_source=$$(basename -s .md $$source_file); \
|
||||
no_ext_final=$$(basename -s .md $$final_file); \
|
||||
sed -i "s/\($${no_ext_source}\)/\($${no_ext_final}\)/g" *.md; \
|
||||
sed -i "s;\($${no_ext_source}\);\($${no_ext_final}\);g" *.md; \
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue