updated install_parquet-tools.sh

pull/2/head
Hari Sekhon 4 years ago
parent d385609191
commit c0395d629b

@ -25,6 +25,9 @@ zipdir="${zipfile%-bin.zip}"
URL="${URL:-http://search.maven.org/remotecontent?filepath=com/twitter/parquet-tools/$PARQUET_VERSION/$zipfile}"
# unreliable that HOME is set, ensure shell evaluates to the right thing before we use it
[ -n "${HOME:-}" ] || HOME=~
bin="${BIN:-$HOME/bin}"
mkdir -pv "$bin"

Loading…
Cancel
Save