From 47440ed463558ca41aa6c74ad53e6b9116833ef2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ariel=20Szperling?= Date: Tue, 10 Jan 2017 01:16:32 -0300 Subject: [PATCH] Fix deleting full audio file in chaptered mode --- AAXtoMP3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AAXtoMP3.sh b/AAXtoMP3.sh index a81aabf..4f3ef24 100755 --- a/AAXtoMP3.sh +++ b/AAXtoMP3.sh @@ -85,7 +85,7 @@ do ffmpeg -loglevel error -stats -i "${full_file_path}" -ss "${start%?}" -to "${end}" -codec:a copy "${chapter_file}" fi done 9< "$metadata_file" - rm ${full_file_path} + rm "${full_file_path}" debug "Done creating chapters. Chaptered files contained in ${output_directory}." fi