diff options
| -rwxr-xr-x | build-without-openssl.bash | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/build-without-openssl.bash b/build-without-openssl.bash index f450caf..d5dc218 100755 --- a/build-without-openssl.bash +++ b/build-without-openssl.bash @@ -4,7 +4,7 @@ cd "$(dirname "$0")"  CGO_ENABLED=0 source ./build.bash -tags without_openssl -if ldd gocryptfs > /dev/null ; then +if ldd gocryptfs 2> /dev/null ; then  	echo "build-without-openssl.bash: error: compiled binary is not static"  	exit 1  fi  | 
