From cf25c8e782a1a4470d0fa3f4b8254b792368b68d Mon Sep 17 00:00:00 2001 From: Thomas Gideon Date: Sun, 29 Mar 2015 19:02:33 -0400 Subject: [PATCH] Quote path to notes so it can have spaces. --- encode.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/encode.bash b/encode.bash index f94f737..2cfbf37 100755 --- a/encode.bash +++ b/encode.bash @@ -161,7 +161,7 @@ ${base_file}.m4a #--cover-art "${cover}" \ #${base_file}.wav -if [ -f ${aac_notes_path}/${date}.notes ] +if [ -f "${aac_notes_path}/${date}.notes" ] then # put together the just-so input file for mp4chaps echo "00:00:00.000 Start" > \