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:
parent
b59bdc2041
commit
d346f156ac
2
init.sh
2
init.sh
@ -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$' |
|
||||
|
Loading…
x
Reference in New Issue
Block a user