summaryrefslogtreecommitdiff
path: root/build-without-openssl.bash
diff options
context:
space:
mode:
authorJakob Unterwurzacher2016-12-10 14:53:04 +0100
committerJakob Unterwurzacher2016-12-10 14:53:04 +0100
commite1833fa26a2a42e61aeff6f6e350714133dee378 (patch)
treeaa3b514245f652f610d6df7de32e2ed1f475d17e /build-without-openssl.bash
parent967e7bd125bf04e2b72fba90ee8f6055d739a969 (diff)
test.bash: call vet early
Diffstat (limited to 'build-without-openssl.bash')
-rwxr-xr-xbuild-without-openssl.bash3
1 files changed, 1 insertions, 2 deletions
diff --git a/build-without-openssl.bash b/build-without-openssl.bash
index 6b7917f..7c62511 100755
--- a/build-without-openssl.bash
+++ b/build-without-openssl.bash
@@ -4,5 +4,4 @@ set -eu
cd "$(dirname "$0")"
-export CGO_ENABLED=0
-exec ./build.bash -tags without_openssl
+CGO_ENABLED=0 ./build.bash -tags without_openssl