From 9694a84b5437ded7e0be7df4903ef9984cd9502f Mon Sep 17 00:00:00 2001 From: Kobi Gurkan Date: Thu, 9 May 2019 13:14:22 +0300 Subject: [PATCH] feat: adds -x to all scripts --- scripts/build_verifier.sh | 2 +- scripts/do_setup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build_verifier.sh b/scripts/build_verifier.sh index 13768d8c..cfc2a92d 100755 --- a/scripts/build_verifier.sh +++ b/scripts/build_verifier.sh @@ -1,4 +1,4 @@ -#!/bin/bash -e +#!/bin/bash -ex mkdir -p ../build cd ../build diff --git a/scripts/do_setup.sh b/scripts/do_setup.sh index 5aa4bef6..c76d501b 100755 --- a/scripts/do_setup.sh +++ b/scripts/do_setup.sh @@ -1,4 +1,4 @@ -#!/bin/bash -e +#!/bin/bash -ex mkdir -p ../build cd ../build