mirror of
https://github.com/MiSTer-devel/Distribution_MiSTer.git
synced 2026-04-19 03:04:16 +00:00
Fixing variable interpolation issue.
This commit is contained in:
committed by
GitHub
parent
26448bec81
commit
5470cfe9ee
2
.github/update_distribution.sh
vendored
2
.github/update_distribution.sh
vendored
@@ -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 "-"
|
||||
|
||||
Reference in New Issue
Block a user