mirror of
https://github.com/MiSTer-devel/Distribution_MiSTer.git
synced 2026-05-24 03:03:20 +00:00
Exception not needed anymore
This commit is contained in:
committed by
GitHub
parent
9031b35cc7
commit
ec6ae7957e
3
.github/update_distribution.sh
vendored
3
.github/update_distribution.sh
vendored
@@ -794,9 +794,6 @@ files_with_no_date() {
|
||||
local FOLDER="${1}"
|
||||
pushd "${FOLDER}" > /dev/null 2>&1
|
||||
for file in *; do
|
||||
if [[ "${file}" == "SG-1000.mgl" ]] ; then
|
||||
continue
|
||||
fi
|
||||
if ! [[ "${file}" =~ ^.+_([0-9]{8})(\..+)?$ ]] ; then
|
||||
echo "${file}"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user