From e1833fa26a2a42e61aeff6f6e350714133dee378 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sat, 10 Dec 2016 14:53:04 +0100 Subject: test.bash: call vet early --- build-without-openssl.bash | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'build-without-openssl.bash') 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 -- cgit v1.2.3