# HG changeset patch # User Chris Cannam # Date 1444233994 -3600 # Node ID a33f5dd9656dad54b812bdfae4fdb82d6f6c9a33 # Parent ab0f2672341695ab6783348849185e3d7acbc32a Another path fix diff -r ab0f26723416 -r a33f5dd9656d multiple_f0_estimation/silvet/doNoteTracking-piano.sh --- 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