changeset 71:a33f5dd9656d

Another path fix
author Chris Cannam
date Wed, 07 Oct 2015 17:06:34 +0100
parents ab0f26723416
children b453b9f38dbd abad8a09a4d2
files multiple_f0_estimation/silvet/doNoteTracking-piano.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/multiple_f0_estimation/silvet/doNoteTracking-piano.sh	Wed Oct 07 16:32:40 2015 +0100
+++ b/multiple_f0_estimation/silvet/doNoteTracking-piano.sh	Wed Oct 07 17:06:34 2015 +0100
@@ -32,7 +32,7 @@
 
 # 2. Check the output file exists
 
-poutfile="out/${inbase}.csv"
+poutfile="$mydir/out/${inbase}.csv"
 if [ ! -f "$poutfile" ]; then
     echo "output file $poutfile not found! bailing out"; exit 1
 fi