From 91661c2b54a335965106f216dcf0baf85eface7b Mon Sep 17 00:00:00 2001 From: Michael Rodler Date: Thu, 13 Oct 2016 12:02:36 +0200 Subject: [PATCH] removed ||true from git clones. (this was useful for testing only) --- keystone/install | 2 +- unicorn/install | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/keystone/install b/keystone/install index 5c6328a..a07c4a4 100755 --- a/keystone/install +++ b/keystone/install @@ -1,7 +1,7 @@ #!/bin/bash set -e -o pipefail -git clone --depth 1 https://github.com/keystone-engine/keystone.git || true +git clone --depth 1 https://github.com/keystone-engine/keystone.git source ctf-tools-venv-activate diff --git a/unicorn/install b/unicorn/install index 9122834..ab9dc62 100755 --- a/unicorn/install +++ b/unicorn/install @@ -1,7 +1,7 @@ #!/bin/bash set -e -o pipefail -git clone --depth 1 https://github.com/unicorn-engine/unicorn.git || true +git clone --depth 1 https://github.com/unicorn-engine/unicorn.git source ctf-tools-venv-activate