aboutsummaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2019-12-06 10:35:24 -0500
committerDeterminant <ted.sybil@gmail.com>2019-12-06 10:35:24 -0500
commitea7812e16af71661b83f99c84f8150139c8e5fc5 (patch)
tree4052d56428ccdcdcdc8a4fdecd260ea6fa300a02 /setup.sh
parentdcdb1d76b2a9942deb8f28943bc471647ba9cd6b (diff)
update readme
Diffstat (limited to 'setup.sh')
-rw-r--r--setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh
index 86e1d98..cac7d45 100644
--- a/setup.sh
+++ b/setup.sh
@@ -1,4 +1,4 @@
-#!/bin/bash -xe
+#!/bin/bash -e
tmpdir=$(mktemp -d -t salticidae-go-XXXXXXXX)
cd "$tmpdir"
curl -s https://raw.githubusercontent.com/Determinant/salticidae-go/master/scripts/build.sh -o ./build.sh