🚧 Try out Drone CI
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Gerber, Mike 2021-02-11 16:48:52 +01:00
parent f239890264
commit c042c41ec4

View file

@ -98,7 +98,7 @@ download_to() {
(
cd $DATA_SUBDIR
tmpf=`mktemp 'tmp.XXXXX'`
tmpf=`mktemp 'tmp.XXXXXX'`
curl -sSL -o $tmpf "$download_source"
if [[ $unpack = 1 ]]; then
mkdir -p "$dest"