Fix scripts

This commit is contained in:
Enrico Olivelli 2023-05-22 17:31:40 +02:00
parent 88457aa9d9
commit 6821f67e8c
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# Use ./download.sh in order to download the binaries needed to run this script.
set -x -e
HERE=$(realpath $0)
HERE=$(dirname $0)
cd $HERE
jar=binaries/*admin-tool-all*.jar

View File

@ -9,7 +9,7 @@ rm -Rf $BINDIR
mkdir $BINDIR
pushd $BINDIR
cd $BINDIR
curl -L -O $AVROTOOLSURL
curl -L -O $VENICETOOLSURL
popd