summaryrefslogtreecommitdiff
path: root/build-without-openssl.bash
diff options
context:
space:
mode:
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