diff options
Diffstat (limited to 'build-without-openssl.bash')
-rwxr-xr-x | build-without-openssl.bash | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/build-without-openssl.bash b/build-without-openssl.bash index 7c62511..e965951 100755 --- a/build-without-openssl.bash +++ b/build-without-openssl.bash @@ -1,7 +1,5 @@ -#!/bin/bash - -set -eu +#!/bin/bash -eu cd "$(dirname "$0")" -CGO_ENABLED=0 ./build.bash -tags without_openssl +CGO_ENABLED=0 source ./build.bash -tags without_openssl |