Placeholders are now recursive.
This commit is contained in:
parent
f235680f97
commit
fa32b82add
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ if [[ ( $2 == "-i" ) || ( $2 == "-install" ) ]]; then
|
|||
SKIPAZPLACEHOLDERS=false;
|
||||
fi;
|
||||
|
||||
for f in $DIR; do
|
||||
for f in $(find . -type f -print); do
|
||||
sed -i "s~^#version#^~$version~g" $f;
|
||||
sed -i "s~^#author#^~$author~g" $f;
|
||||
sed -i "s~^#identifier#^~$identifier~g" $f;
|
||||
|
|
Loading…
Reference in a new issue