Fixing variable interpolation issue.

This commit is contained in:
José Manuel Barroso Galindo
2022-05-11 23:38:12 +02:00
committed by GitHub
parent 26448bec81
commit 5470cfe9ee

View File

@@ -44,7 +44,7 @@ update_distribution() {
detox -v -s utf_8-only -r *
echo "Detox done"
echo "Removing colons"
for i in $(find . -name "*:*"); do mv "${i}" "${i/:/-}" ; done
for i in $(find . -name "*:*"); do mv "'${i}'" "'${i/:/-}'" ; done
echo "Colons removed"
git add "${OUTPUT_FOLDER}"
git commit -m "-"