ray/numbuf/thirdparty/download_thirdparty.sh
2016-12-30 00:25:46 -08:00

14 lines
310 B
Bash
Executable file

#!/bin/bash
set -x
# Cause the script to exit if a single command fails.
set -e
TP_DIR=$(cd "$(dirname "${BASH_SOURCE:-$0}")"; pwd)
if [ ! -d $TP_DIR/arrow ]; then
git clone https://github.com/pcmoritz/arrow.git "$TP_DIR/arrow"
fi
cd "$TP_DIR/arrow"
git checkout c88bd70c13cf16c07b840623cb466aa98d535be0