From: Paul Brossier Date: Mon, 13 Feb 2017 19:11:18 +0000 (+0100) Subject: scripts/get_aubio.sh: use absolute path for windows X-Git-Tag: 0.5.1~7 X-Git-Url: https://git.aubio.org/?p=vamp-aubio-plugins.git;a=commitdiff_plain;h=3414c987d9e9c5613cb111b6871d7229a9ab181d scripts/get_aubio.sh: use absolute path for windows --- diff --git a/scripts/get_aubio.sh b/scripts/get_aubio.sh index 6ac505f..a0cac76 100755 --- a/scripts/get_aubio.sh +++ b/scripts/get_aubio.sh @@ -3,7 +3,7 @@ set -e set -x -source VERSION +source $PWD/VERSION mkdir -p contrib pushd contrib