Mercurial > hg > mirex2013
changeset 59:63213c3d2889
Path fix
author | Chris Cannam |
---|---|
date | Thu, 04 Sep 2014 15:51:08 +0100 |
parents | 254229761896 |
children | ea244ea912b4 |
files | multiple_f0_estimation/silvet/doNoteTracking.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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