diff options
author | Leif Johansson <leifj@sunet.se> | 2017-04-06 14:07:21 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2017-04-06 14:07:21 +0200 |
commit | 86eab8abee42ef25d75a6d088897260dcc88958a (patch) | |
tree | 72140763905e40ada0b1c0f024919a7761db28c9 /scripts/pull-and-verify.sh | |
parent | dabd956e2a5ea14ac063ddc5e1728d574efb3e5e (diff) |
less debug output
Diffstat (limited to 'scripts/pull-and-verify.sh')
-rwxr-xr-x | scripts/pull-and-verify.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pull-and-verify.sh b/scripts/pull-and-verify.sh index 0cfb22c3..8798259a 100755 --- a/scripts/pull-and-verify.sh +++ b/scripts/pull-and-verify.sh @@ -1,4 +1,4 @@ -#!/bin/bash -x +#!/bin/bash URL=$1 DIR=$2 |