aboutsummaryrefslogtreecommitdiffstats
path: root/.travis/install.sh
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2018-08-30 18:04:44 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2018-08-30 18:04:44 -0400
commitdb02f1606e08ee5969677f37a4c8d5660dfa4721 (patch)
tree347a5917dfb5a28ff40f9d621dd0b8cdf3d8cd2c /.travis/install.sh
parent18551e282b81e54019f6e32902374ad6ec7704f6 (diff)
downloadcryptography-db02f1606e08ee5969677f37a4c8d5660dfa4721.tar.gz
cryptography-db02f1606e08ee5969677f37a4c8d5660dfa4721.tar.bz2
cryptography-db02f1606e08ee5969677f37a4c8d5660dfa4721.zip
Run things with -ex and shellcheck (#4436)
Diffstat (limited to '.travis/install.sh')
-rwxr-xr-x.travis/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index 4debde55..4dc9301e 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -42,7 +42,7 @@ elif [ -n "${LIBRESSL}" ]; then
fi
if [ -z "${DOWNSTREAM}" ]; then
- git clone --depth=1 https://github.com/google/wycheproof $HOME/wycheproof
+ git clone --depth=1 https://github.com/google/wycheproof "$HOME/wycheproof"
fi
pip install virtualenv