From 3414c987d9e9c5613cb111b6871d7229a9ab181d Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Mon, 13 Feb 2017 20:11:18 +0100 Subject: [PATCH] scripts/get_aubio.sh: use absolute path for windows --- scripts/get_aubio.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0