Mercurial > hg > vamp-build-and-test
changeset 92:1abd36a8d5b8
Another absolute path
author | Chris Cannam |
---|---|
date | Tue, 14 Apr 2015 16:53:26 +0100 |
parents | e2e7672ea759 |
children | 99f91ceb1aa9 |
files | SCRIPTS/process.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/SCRIPTS/process.sh Tue Apr 14 11:32:55 2015 +0100 +++ b/SCRIPTS/process.sh Tue Apr 14 16:53:26 2015 +0100 @@ -236,7 +236,7 @@ local dir="$1" local pdir=$(plugin_dir_for "$dir") if [ -z "$pdir" ]; then - pdir="$dir" + pdir="${mydir}/../${dir}" fi find "$pdir" -name \*.py -print0 | xargs -0 grep -l 'import.*\bvampy\b' }