4
0
mirror of https://github.com/QuasarApp/CMakeProject.git synced 2025-05-06 18:29:35 +00:00

try fix init

This commit is contained in:
Andrei Yankovich 2021-03-19 13:50:06 +03:00
parent b59bdc2041
commit d346f156ac

@ -15,8 +15,8 @@ echo $REPLACESTRING
find . -type f -exec sed -i $REPLACESTRING {} +
find . -type f -exec sed -i $REPLACESTRING {} +
#find . -type f -exec sed -i 's+http://example.com+https://example.com+g' {} +
find src -type f -name '*RENAME_ME*' -exec mv {} ${{}/RENAME_ME/$1} \;
set -e
git config -f .gitmodules --get-regexp '^submodule\..*\.path$' |