changeset 196:84fbc387ebd4

scripts/get_aubio.sh: show actual aubio version being used
author Paul Brossier <piem@piem.org>
date Tue, 14 Feb 2017 00:51:33 +0100
parents 244d430c358b
children be4c729d6549
files scripts/get_aubio.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/get_aubio.sh	Tue Feb 14 00:47:39 2017 +0100
+++ b/scripts/get_aubio.sh	Tue Feb 14 00:51:33 2017 +0100
@@ -15,7 +15,7 @@
   git clone https://github.com/aubio/aubio aubio || ( pushd aubio; git pull; popd )
   pushd aubio
 else
-  echo "using release 0.4.4"
+  echo "using aubio $AUBIO_VERSION"
   tarball=aubio-$AUBIO_VERSION.tar.bz2
   [ -f $tarball ] || curl -O https://aubio.org/pub/$tarball
   [ -f $tarball.asc ] || curl -O https://aubio.org/pub/$tarball.asc