diff options
author | Jakob Unterwurzacher | 2016-12-10 14:53:04 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-12-10 14:53:04 +0100 |
commit | e1833fa26a2a42e61aeff6f6e350714133dee378 (patch) | |
tree | aa3b514245f652f610d6df7de32e2ed1f475d17e /build-without-openssl.bash | |
parent | 967e7bd125bf04e2b72fba90ee8f6055d739a969 (diff) |
test.bash: call vet early
Diffstat (limited to 'build-without-openssl.bash')
-rwxr-xr-x | build-without-openssl.bash | 3 |
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 |