From 0ac5e44137e457dad2a7f5408fb475bf69c642fa Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 4 Jun 2017 19:25:08 +0200 Subject: Add "package-static.bash" helper script Creates a tar.gz with a static build of gocryptfs and the man page. --- build-without-openssl.bash | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'build-without-openssl.bash') 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 -- cgit v1.2.3