# HG changeset patch # User Chris Cannam # Date 1409842268 -3600 # Node ID 63213c3d2889459c6d9f5c804f6040715b338ee7 # Parent 254229761896c0d62aca2a851db39c4c994309fa Path fix diff -r 254229761896 -r 63213c3d2889 multiple_f0_estimation/silvet/doNoteTracking.sh --- a/multiple_f0_estimation/silvet/doNoteTracking.sh Thu Sep 04 15:42:08 2014 +0100 +++ b/multiple_f0_estimation/silvet/doNoteTracking.sh Thu Sep 04 15:51:08 2014 +0100 @@ -31,7 +31,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