mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
Update subshell exit process for multi-threaded find_compatible_games
This commit is contained in:
parent
7b76d3c7d8
commit
aaf1c77fde
|
@ -182,7 +182,7 @@ find_compatible_games() {
|
||||||
compatible_compression_format=$(find_compatible_compression_format "$game")
|
compatible_compression_format=$(find_compatible_compression_format "$game")
|
||||||
if [[ -f "${game%.*}.$compatible_compression_format" ]]; then # If a compressed version of this game already exists
|
if [[ -f "${game%.*}.$compatible_compression_format" ]]; then # If a compressed version of this game already exists
|
||||||
log d "Skipping $game because a $compatible_compression_format version already exists."
|
log d "Skipping $game because a $compatible_compression_format version already exists."
|
||||||
continue
|
exit
|
||||||
fi
|
fi
|
||||||
local file_ext="${game##*.}"
|
local file_ext="${game##*.}"
|
||||||
case "$compression_format" in
|
case "$compression_format" in
|
||||||
|
|
Loading…
Reference in a new issue