diff --git a/functions/compression.sh b/functions/compression.sh index 15455e09..3a5ce393 100644 --- a/functions/compression.sh +++ b/functions/compression.sh @@ -39,7 +39,7 @@ compress_game() { rm -f "$file_path/$line" done < <(printf '%s\n' "$cue_bin_files") log i "Removing file $(realpath "$file")" - rm -f $(realpath "$file") + rm -f "$(realpath "$file")" else log i "Removing file $(realpath "$file")" rm -f "$(realpath "$file")"