mirror of
https://github.com/MiSTer-devel/Distribution_MiSTer.git
synced 2026-04-19 03:04:16 +00:00
Debugging line for PSX cheats
This commit is contained in:
committed by
GitHub
parent
5e7057c1c2
commit
26618ea366
2
.github/update_distribution.sh
vendored
2
.github/update_distribution.sh
vendored
@@ -45,7 +45,7 @@ update_distribution() {
|
||||
echo "Detox done"
|
||||
echo "Removing colons"
|
||||
local IFS=$'\n'
|
||||
for i in $(find . -name "*:*"); do mv "${i}" "${i/:/-}" ; done
|
||||
for i in $(find . -name "*:*"); do echo mv "${i}" "${i/:/-}" ; done
|
||||
echo "Colons removed"
|
||||
git add "${OUTPUT_FOLDER}"
|
||||
git commit -m "-"
|
||||
|
||||
Reference in New Issue
Block a user